...
Método para obter as listas de venda.
GET [URLAPI]/IntegradorCadastrosEstruturaisAPI/api/v1/Configuracao/Erp/Divisao/ListaVenda
Nome (Name) | Descrição (Description) | Tipo (Type) | Informações Adicionais (Adittional Information) |
nroDivisao | Número da divisão. | integer($int64) | Não há. |
...
Bloco de código | ||
---|---|---|
| ||
{ "nroLista": 0, "descricao": "string", "status": "string", "nroDivisao": 0 } |
application/json, text/json
CODE 400 - BAD
Bloco de código | ||
---|---|---|
| ||
{ "code": "string", "message": "string", "detailedMessage": "string", "helpUrl": "string", "details": [ { "guid": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "notificationType": 0, "code": "string", "message": "string", "detailedMessage": "string", "status": 0 } ] } |
...