POST api/AvanzaMarcia?idUtente={idUtente}&idTavolo={idTavolo}&numeroMarcia={numeroMarcia}

Metodo per far avanzare le marce.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
idUtente

Cameriere loggato su app che ha fatto la richiesta

integer

Required

idTavolo

integer

Required

numeroMarcia

EnumTipoTurno

Required

Body Parameters

Collection of integer

Request Formats

application/json, text/json

Sample:
[
  1,
  2
]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.