GET /api/broker/ordemAbastecimento/localizar/{localizador}
...
Code Block | ||
---|---|---|
| ||
{ "validada": false "combustiveis": [ { "identificador": "GSLCM", "descricao": "Gasolina Comum" }, { "identificador": "GSLAT", "descricao": "Gasolina Aditivada" }, { "identificador": "DSS10", "descricao": "Diesel S-10" } ], "campos": [ { "chave": "23", "descricao": "Hodômetro", "tipo": "integer", "identificadorTipo": 2, "obrigatorio": true }, { "chave": "24", "descricao": "Placa", "tipo": "string", "identificadorTipo": 1, "obrigatorio": true }, { "chave": "25", "descricao": "CPF", "tipo": "string", "identificadorTipo": 1, "obrigatorio": true, "maxlength": 11, "somenteNumeros": true, }, { "chave": "26", "descricao": "Valor do Litro", "tipo": "decimal", "identificadorTipo": 3, "obrigatorio": true, "precisao": 3, "valorMinimo": 0.000 }, { "chave": "27", "descricao": "Data do Abastecimento", "tipo": "date", "identificadorTipo": 7, "obrigatorio": true, }, { "chave": "28", "descricao": "Dia da Semana do Abastecimento", "tipo": "Select", "identificadorTipo": 5, "obrigatorio": true, "dominio": [ { "valor": "2", "descricao": "Segunda" }, { "valor": "3", "descricao": "Terça" } ] }, ], "detalhes": { "solicitante": "IS Transportes", "descricaoCombustivel": "Diesel", "valorLitro": 3.800, "descontoNegociado": 0.300, "valorLitroNegociado": 3.500, "quantidadeLitrosLiberada": 0.000, "tanqueCheio": true } } |
...