For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request GET '/demand-splits/list' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>'{
"id": "0edc45a2-98db-4872-a541-b67898227dfc",
"demand": "62da905b-650f-4eef-8660-97a06aaf4a5a",
"payerType": "BUYER",
"payerId": "66585d12-d811-47ba-bc85-a036b8907fc2",
"demandSplitNumber": "DMS-0001",
"amount": {
"amount": 500000,
"currency": "INR",
"currencySymbol": "₹",
"formatted": "500,000.00"
},
"paidAmount": {
"amount": 0,
"currency": "INR",
"currencySymbol": "₹",
"formatted": "0.00"
},
"status": "PENDING",
"pendingAmount": {
"amount": 500000,
"currency": "INR",
"currencySymbol": "₹",
"formatted": "500,000.00"
}
}