Histórico da Página
...
Criação de API REST com métodos POST(criação) e , DELETE(exclusão) e GET(consulta) de pagamentos pendentes a fim de substituir a integração EAI. As integrações a serem substituídas foram: adapters\xml\fi5\axrfi010.p e adapters\xml\fi5\axrfi009.p.
...
Totvs custom tabs box | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||
|
04. DEMAIS INFORMAÇÕES
JSON Pagamentos Pendente (POST):
{
"CashierNumber": 1,
"CustomerCode": 1,
"PaymentDate": "2024-1112-0709",
"PaymentDescription": "descrição",
"Reference": "ref5",
"PaymentValue": 10
}
JSON Pagamentos Pendente (DELETE):
{
"PendingPaymentInformation": [
{
"CashierNumber": 1,
"CustomerCodeProcessType": 1,
"PaymentDate": "2024-11-07",
"PaymentDescription": "",
"Reference": "ref",
"PaymentValue": 10
}
]
}"Pagamento"
}
JSON Retorno de Erros:
{
"detailedMessage": "Deve ser informado algum valor para Cliente.",
"code": "20731",
"message": "Cliente inválido !",
"type": "error"
}
05. ASSUNTOS RELACIONADOS
- Não se aplicaDocumentação em formato JSON para consulta em ferramentas como Swagger ou similares disponível em finapi/apipublicfin.json.
Templatedocumentos |
---|