GET api/ComandaCliente/ValidarSistemaComanda?chave={chave}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| chave | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ComandaClienteViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IdComandaCliente | integer |
None. |
|
| Cliente | string |
None. |
|
| Descricao | string |
None. |
|
| ChaveCliente | string |
None. |
|
| Ativo | boolean |
None. |
|
| PermiteUsoDelivery | boolean |
None. |
|
| PermiteUsoMesa | boolean |
None. |
|
| ForcarUpdate | boolean |
None. |
|
| VersaoNova | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IdComandaCliente": 1,
"Cliente": "sample string 2",
"Descricao": "sample string 3",
"ChaveCliente": "sample string 4",
"Ativo": true,
"PermiteUsoDelivery": true,
"PermiteUsoMesa": true,
"ForcarUpdate": true,
"VersaoNova": "sample string 9"
}