GET Vendas/ListarVendas_Util_Status_Itens/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Vendas_Util_Status_Itens| Name | Description | Type | Additional information |
|---|---|---|---|
| IdStatusItem | integer |
None. |
|
| IdStatusAtual | integer |
None. |
|
| IdStatusPermitido | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"IdStatusItem": 1,
"IdStatusAtual": 2,
"IdStatusPermitido": 3
}