GET Vendas/ListarVendas_Status/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Vendas_StatusName | Description | Type | Additional information |
---|---|---|---|
IdStatus | integer |
None. |
|
OrdemSeq | integer |
None. |
|
DescStatus | string |
None. |
|
PermiteEdicaoPedidoSN | boolean |
None. |
|
PendentesEntregaSN | boolean |
None. |
|
ConfirmadosVendaSN | boolean |
None. |
|
LiberadoComissaoSN | boolean |
None. |
|
LiberadoProducaoSN | boolean |
None. |
|
LiberadoFaturamentoSN | boolean |
None. |
|
CanceladoSN | boolean |
None. |
|
DesativadoSN | boolean |
None. |
|
EntregaParcialSN | boolean |
None. |
|
EntregaTotalSN | boolean |
None. |
|
Cor | string |
None. |
|
SubCor | string |
None. |
|
Anexos | Collection of Anexos |
None. |
Response Formats
application/json, text/json
Sample:
{ "IdStatus": 1, "OrdemSeq": 2, "DescStatus": "sample string 3", "PermiteEdicaoPedidoSN": true, "PendentesEntregaSN": true, "ConfirmadosVendaSN": true, "LiberadoComissaoSN": true, "LiberadoProducaoSN": true, "LiberadoFaturamentoSN": true, "CanceladoSN": true, "DesativadoSN": true, "EntregaParcialSN": true, "EntregaTotalSN": true, "Cor": "sample string 14", "SubCor": "sample string 15", "Anexos": [ { "Id": 1, "Descricao": "sample string 1", "IdRegistro_Vinculo": 1, "IdTabela_Vinculo": 1, "Base64": "sample string 2", "Caminho_Anexo": "sample string 3", "PrincipalSN": true, "DesativadoSN": true }, { "Id": 1, "Descricao": "sample string 1", "IdRegistro_Vinculo": 1, "IdTabela_Vinculo": 1, "Base64": "sample string 2", "Caminho_Anexo": "sample string 3", "PrincipalSN": true, "DesativadoSN": true } ] }