Offer
Create a new offer
Create a new offer
- Create a new offer with the provided details
- Crie uma nova oferta com os detalhes fornecidos
post/offers
Request body
Example request
{
"card_network": "VISA",
"expire_date": "2025-01-30",
"investors": [
7,
8
],
"minimal_value": 500.2,
"offer_value": 100.5,
"receivable_id": [
1,
2,
3
],
"security_margin_receivable_id": [
4,
5,
6
]
}Response
Created
Example response
{
"card_network": "VISA",
"expire_date": "2025-01-30",
"id": 12,
"investors": [
1,
2,
3
],
"minimal_value": 400.5,
"offer_value": 650.3,
"receivable_count": 120,
"status": "AVAILABLE"
}