POST api/v1/readTabellaAddetti

Request Information

URI Parameters

None.

Body Parameters

RequestTabellaAddetti
NameDescriptionTypeAdditional information
IdUtente

integer

None.

Data

date

None.

strRicerca

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IdUtente": 1,
  "Data": "2026-01-13T11:54:14.4857846+01:00",
  "strRicerca": "sample string 3"
}

application/xml, text/xml

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

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.