GET api/GetInfoChiamateCameriere?idUtente={idUtente}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
idUtente

integer

Required

Body Parameters

None.

Response Information

Resource Description

DTOChiamataCameriere
NameDescriptionTypeAdditional 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.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "IdUtente": 1,
  "IdTavolo": 1,
  "TitoloMessaggio": "sample string 2",
  "SottotitoloMessaggio": "sample string 3",
  "OrigineChiamataCameriere": 1,
  "Letta": true
}