Authorization: Bearer ********************{
"BeginDate": "2025-01-01",
"EndDate": "2025-12-31",
"AccountId": "",
"CustomerId": ""
}curl --location --request GET 'https://accountingAPI.smartlogic.mn/api/recpay/GetRecPayCustomerReport' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"BeginDate": "2025-01-01",
"EndDate": "2025-12-31",
"AccountId": "",
"CustomerId": ""
}'{
"Success": true,
"Message": null,
"ErrorCode": null,
"ExceptionType": null,
"Data": [
{
"AccountId": "10010014",
"AccountName": "Авлага ",
"CustomerId": "00000001",
"CustomerName": "00000001 - Таван эрдэнэ",
"BegBal": 0.000000,
"DebitAmt": 3300.000000,
"CreditAmt": 3630.000000,
"EndAmt": 0.0
}
]
}