POST api/v1/readMezziSquadra

Request Information

URI Parameters

None.

Body Parameters

RequestMezziSquadra
NameDescriptionTypeAdditional information
IdRecord

integer

None.

IdUtente

integer

None.

IdAddetto

integer

None.

Data

date

None.

Request Formats

application/json, text/json

Sample:
{
  "IdRecord": 1,
  "IdUtente": 2,
  "IdAddetto": 3,
  "Data": "2026-01-12T23:11:20.5113212+01:00"
}

application/xml, text/xml

Sample:
<clsDatiApi.RequestMezziSquadra xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI">
  <Data>2026-01-12T23:11:20.5113212+01:00</Data>
  <IdAddetto>3</IdAddetto>
  <IdRecord>1</IdRecord>
  <IdUtente>2</IdUtente>
</clsDatiApi.RequestMezziSquadra>

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.