Authorization: Bearer ********************
{
"billerId": 0,
"circle": "AP",
"billParams": {
"cn": "string",
"ad1": "string",
"ad2": "string"
},
"remarks": "string",
"keyContactEmail": "string"
}
curl --location --request POST 'https://test.your-api-server.com/api/v2/biller/fetchOrAddBill' \
--header 'Content-Type: application/json' \
--data-raw '{
"billerId": 0,
"circle": "AP",
"billParams": {
"cn": "string",
"ad1": "string",
"ad2": "string"
},
"remarks": "string",
"keyContactEmail": "string"
}'
{
"response_code": 0,
"response_message": "string",
"payload": {
"companyBillerId": "string",
"billNumber": "string",
"billAmount": 0,
"billdate": "2025-06-02",
"dueDate": "2025-06-02",
"billPeriod": "string",
"billnetamount": 0,
"maxBillAmount": 0,
"minBillAmount": 0,
"earlyPaymentAmount": 0,
"earlyPaymentDate": "2025-06-02",
"latePaymentAmount": 0,
"actualDueDate": "2025-06-02",
"statusMessage": "string",
"billId": "string",
"billStartDate": "2025-06-02",
"billEnddate": "2025-06-02",
"utilityEnkashId": "string",
"referenceId": "string",
"billParams": {
"cn": "string",
"ad1": "string",
"ad2": "string"
}
}
}