POST api/v1/readSquadra
Request Information
URI Parameters
None.
Body Parameters
RequestSquadra| Name | Description | Type | Additional 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:30.0886799+01:00"
}
application/xml, text/xml
Sample:
<clsDatiApi.RequestSquadra xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI"> <Data>2026-01-12T23:11:30.0886799+01:00</Data> <IdAddetto>3</IdAddetto> <IdRecord>1</IdRecord> <IdUtente>2</IdUtente> </clsDatiApi.RequestSquadra>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.