Recebíveis
Resumo de recebíveis
Retorna resumo de recebíveis por status.
Retorna resumo de recebíveis por status.
basicAuth Autenticação via chave de API. Use publicKey:secretKey codificado em Base64 no header Authorization: Basic {credentials}.
In: header
Data inicial
application/json
application/json
curl -X GET "https://example.com/v1/receivables/summary"Data final
Período predefinido. Alternativa a date_from/date_to
{
"success": true,
"message": "string",
"data": {
"total_gross_amount": 0,
"total_net_amount": 0,
"total_fee_amount": 0,
"by_status": {
"property1": {
"count": 0,
"amount": 0
},
"property2": {
"count": 0,
"amount": 0
}
}
}
}{
"success": false,
"message": "string",
"error": "string"
}