POST api/casse/{LicensePos}/sync
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LicensePos | string |
Required |
Body Parameters
Collection of CassaDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| guid | string |
None. |
|
| cassa | string |
None. |
|
| live | integer |
None. |
|
| cassa_automatica_data | date |
None. |
|
| cassa_automatica_log | string |
None. |
|
| cassa_id | integer |
None. |
|
| stato | string |
None. |
|
| last_data_sync | date |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"guid": "sample string 1",
"cassa": "sample string 2",
"live": 1,
"cassa_automatica_data": "2026-01-25T11:57:29.4236361+01:00",
"cassa_automatica_log": "sample string 3",
"cassa_id": 1,
"stato": "sample string 4",
"last_data_sync": "2026-01-25T11:57:29.4236361+01:00"
},
{
"guid": "sample string 1",
"cassa": "sample string 2",
"live": 1,
"cassa_automatica_data": "2026-01-25T11:57:29.4236361+01:00",
"cassa_automatica_log": "sample string 3",
"cassa_id": 1,
"stato": "sample string 4",
"last_data_sync": "2026-01-25T11:57:29.4236361+01:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfCassaDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiPos">
<CassaDTO>
<cassa>sample string 2</cassa>
<cassa_automatica_data>2026-01-25T11:57:29.4236361+01:00</cassa_automatica_data>
<cassa_automatica_log>sample string 3</cassa_automatica_log>
<cassa_id>1</cassa_id>
<guid>sample string 1</guid>
<last_data_sync>2026-01-25T11:57:29.4236361+01:00</last_data_sync>
<live>1</live>
<stato>sample string 4</stato>
</CassaDTO>
<CassaDTO>
<cassa>sample string 2</cassa>
<cassa_automatica_data>2026-01-25T11:57:29.4236361+01:00</cassa_automatica_data>
<cassa_automatica_log>sample string 3</cassa_automatica_log>
<cassa_id>1</cassa_id>
<guid>sample string 1</guid>
<last_data_sync>2026-01-25T11:57:29.4236361+01:00</last_data_sync>
<live>1</live>
<stato>sample string 4</stato>
</CassaDTO>
</ArrayOfCassaDTO>
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.