POST api/SpostaComanda?idUtente={idUtente}&idDaTavolo={idDaTavolo}&idATavolo={idATavolo}

Sposta la comanda dal tavolo A al tavolo B, anche se occupato, e produce una stampa di notifica ai centri di produzione.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
idUtente

Cameriere loggato su app che ha fatto la richiesta

integer

Required

idDaTavolo

integer

Required

idATavolo

integer

Required

Body Parameters

None.

Response Information

Resource Description

OK

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.