POST api/sale/{LicensePos}/sync
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LicensePos | string |
Required |
Body Parameters
Collection of SalaDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| guid | string |
None. |
|
| codice | string |
None. |
|
| nome | string |
None. |
|
| numero_tavoli | integer |
None. |
|
| asporto | integer |
None. |
|
| centro_costo | string |
None. |
|
| stampa_reparti | integer |
None. |
|
| icona | integer |
None. |
|
| richiesta_coperto | integer |
None. |
|
| stampante_preconti | string |
None. |
|
| listino | integer |
None. |
|
| note | string |
None. |
|
| stato | string |
None. |
|
| last_data_sync | date |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"guid": "sample string 1",
"codice": "sample string 2",
"nome": "sample string 3",
"numero_tavoli": 4,
"asporto": 1,
"centro_costo": "sample string 5",
"stampa_reparti": 1,
"icona": 1,
"richiesta_coperto": 1,
"stampante_preconti": "sample string 6",
"listino": 1,
"note": "sample string 7",
"stato": "sample string 8",
"last_data_sync": "2026-01-25T11:58:59.3818385+01:00"
},
{
"guid": "sample string 1",
"codice": "sample string 2",
"nome": "sample string 3",
"numero_tavoli": 4,
"asporto": 1,
"centro_costo": "sample string 5",
"stampa_reparti": 1,
"icona": 1,
"richiesta_coperto": 1,
"stampante_preconti": "sample string 6",
"listino": 1,
"note": "sample string 7",
"stato": "sample string 8",
"last_data_sync": "2026-01-25T11:58:59.3818385+01:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfSalaDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiPos">
<SalaDTO>
<asporto>1</asporto>
<centro_costo>sample string 5</centro_costo>
<codice>sample string 2</codice>
<guid>sample string 1</guid>
<icona>1</icona>
<last_data_sync>2026-01-25T11:58:59.3818385+01:00</last_data_sync>
<listino>1</listino>
<nome>sample string 3</nome>
<note>sample string 7</note>
<numero_tavoli>4</numero_tavoli>
<richiesta_coperto>1</richiesta_coperto>
<stampa_reparti>1</stampa_reparti>
<stampante_preconti>sample string 6</stampante_preconti>
<stato>sample string 8</stato>
</SalaDTO>
<SalaDTO>
<asporto>1</asporto>
<centro_costo>sample string 5</centro_costo>
<codice>sample string 2</codice>
<guid>sample string 1</guid>
<icona>1</icona>
<last_data_sync>2026-01-25T11:58:59.3818385+01:00</last_data_sync>
<listino>1</listino>
<nome>sample string 3</nome>
<note>sample string 7</note>
<numero_tavoli>4</numero_tavoli>
<richiesta_coperto>1</richiesta_coperto>
<stampa_reparti>1</stampa_reparti>
<stampante_preconti>sample string 6</stampante_preconti>
<stato>sample string 8</stato>
</SalaDTO>
</ArrayOfSalaDTO>
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.