Offer
Calculate Offer Margins
Calcular margens de oferta
- Calculate offer margins by providing receivables IDs
- Calcular margens de oferta fornecendo os ids dos recebíveis
post/offers/percentage
Request body
Example request
{
"percentage_value": 80,
"receivables_id": [
1,
2,
3
]
}Response
OK
Example response
{
"offer_value": 2700,
"offer_value_percentage": 100,
"receivables_id": [
1,
2,
3
],
"security_margin_receivables_id": [
1,
2
],
"total_value": 2700
}