{
"principle_code": "string",
"tenant_code": "string",
"page_number": 0,
"start_date_time": "2019-08-24T14:15:22Z",
"end_date_time": "2019-08-24T14:15:22Z",
"customer_code": "string"
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/get_credit_details' \
--header 'Content-Type: application/json' \
--data-raw '{
"principle_code": "string",
"tenant_code": "string",
"page_number": 0,
"start_date_time": "2019-08-24T14:15:22Z",
"end_date_time": "2019-08-24T14:15:22Z",
"customer_code": "string"
}'
[
{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"division_code": "string",
"customer_code": "string",
"credit_limit": 0,
"customer_balance_due": 0,
"total_numberof_invoices": 0,
"total_daysof_invoices": 0,
"blocked": 0,
"col_limit": 0,
"col_balance": 0,
"god_balance": 0,
"last_modified_date_time": "2019-08-24T14:15:22Z"
}
]