POST api/ChiamataCameriere
Request Information
URI Parameters
None.
Body Parameters
DTOChiamataCameriere| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| IdUtente | integer |
None. |
|
| IdTavolo | integer |
None. |
|
| TitoloMessaggio | string |
String length: inclusive between 1 and 30 |
|
| SottotitoloMessaggio | string |
String length: inclusive between 1 and 255 |
|
| OrigineChiamataCameriere | TipoOrigineChiamataCameriere |
None. |
|
| Letta | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"IdUtente": 1,
"IdTavolo": 1,
"TitoloMessaggio": "sample string 2",
"SottotitoloMessaggio": "sample string 3",
"OrigineChiamataCameriere": 1,
"Letta": true
}
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1