Authorization: Bearer ********************{
"BeginDate": "2025-10-01",
"EndDate": "2025-12-31",
"RegistryNumber": "register"
}curl --location --request GET 'https://accountingAPI.smartlogic.mn/api/recpay/GetCustomerReceivableBalance' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"BeginDate": "2025-10-01",
"EndDate": "2025-12-31",
"RegistryNumber": "register"
}'{
"Success": true,
"Message": null,
"ErrorCode": null,
"ExceptionType": null,
"Data": [
{
"AccountId": "120100010101",
"AccountName": "120100010101 - Дансны авлага ",
"CustomerId": "0000001000001000",
"CustomerName": "Хувь хүн2",
"BegBal": 194579436.890000,
"DebitAmt": 0.000000,
"CreditAmt": 179000.000000,
"EndBal": 194400436.890000
}
]
}