...
application/json, text/json
Exemplo (Sample):
...
Bloco de código |
---|
{ |
...
"accounting_date": " |
...
31/12/2022", "cod_user": " |
...
MRRHONORATO", |
...
" |
...
allotment_ |
...
number": |
...
915, |
...
" |
...
standard_ |
...
historic": |
...
"Lançamento referente à NF 123", "company_number": |
...
1, |
...
" |
...
managerial": |
...
"N", "extemporaneous": |
...
"N", "extemporaneous_date": " |
...
", |
...
" |
...
accountt_ |
...
transactions": |
...
[ { "account": " |
...
1.01.01.01.001", "type": " |
...
D", |
...
"value": |
...
500.25,
"full_historic": "Débito referente à OP 1232",
"seq_account": null,
"num_document": 1232,
"account_transaction_params": [
{
"parameter": "PE",
"parameter_value": "1"
},
{
"parameter": "E",
"parameter_value": "2"
}
]
},
{
"account": "2.01.01.01.001",
"type": "C",
"value": 500.25,
"full_historic": "Crédito referente à Boleto 32123",
"seq_account": null,
"num_document": 32123,
"account_transaction_params": [
{
"parameter": "E",
"parameter_value": "1"
}
]
}
]
} |
application/xml, text/xml
...