Authorization: Bearer ********************
{
"as_of_date":"1752135634",
// "program_ids":["98ec9c97-704c-4fc4-8810-25bb03f60232"]
"account_ref_ids":["CLZV8DVA"]
}
curl --location --request PUT 'https://preprod.api.crego.io/v1/lms/emis/get_pending_demand/?page=2' \
--header 'Content-Type: application/json' \
--data-raw '{
"as_of_date":"1752135634",
// "program_ids":["98ec9c97-704c-4fc4-8810-25bb03f60232"]
"account_ref_ids":["CLZV8DVA"]
}'
{
"data": [
{
"account_ref_id": "string",
"principal_outstanding": 0,
"interest_outstanding": 0,
"overdue_outstanding": 0,
"penal_outstanding": 0,
"penal_gst_outstanding": 0,
"fees_outstanding": 0,
"fees_gst_outstanding": 0,
"dpd": 0,
"primary_applicant": "string",
"pending_repayment": null
}
]
}