POST api/v1/readTabellaMacchinari

Request Information

URI Parameters

None.

Body Parameters

RequestTabellaMacchinari
NameDescriptionTypeAdditional information
IdUtente

integer

None.

Data

date

None.

strRicerca

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IdUtente": 1,
  "Data": "2026-01-12T23:13:37.0901331+01:00",
  "strRicerca": "sample string 3"
}

application/xml, text/xml

Sample:
<clsDatiApi.RequestTabellaMacchinari xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI">
  <Data>2026-01-12T23:13:37.0901331+01:00</Data>
  <IdUtente>1</IdUtente>
  <strRicerca>sample string 3</strRicerca>
</clsDatiApi.RequestTabellaMacchinari>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.