Authorization: Bearer ********************{
"BeginDate": "2026-01-01",
"EndDate": "2026-03-31",
"AccountId": "120101",
"CustomerId": "CUS001",
"ContractId" : "",
"BillType" : "RCV"
}curl --location --request POST 'https://accountingAPI.smartlogic.mn/api/recpay/GetCustomerDocumentList' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"BeginDate": "2026-01-01",
"EndDate": "2026-03-31",
"AccountId": "120101",
"CustomerId": "CUS001",
"ContractId" : "",
"BillType" : "RCV"
}'JSON
{
"Success": true,
"Message": null,
"ErrorCode": null,
"ExceptionType": null,
"Data": [
{
"DocumentNumber": null,
"DocumentDate": "2026-01-08T00:00:00",
"DocumentDesc": "А000001 Тээврийн бичиг баримт",
"DocumentType": "Journal",
"DocumentTypeDesc": "Гүйлгээ",
"BillType": "RCV",
"DocumentSequence": 1,
"CustomerId": "CUS001",
"CustomerName": "Харилцагч 1",
"CustomerGroupId": "Бүх харилцагч",
"AccountId": "120101",
"AccountName": "Дансны авлага",
"CurrencyId": "MNT",
"Rate": 1.000000,
"DebitAmt": 0.000000,
"CreditAmt": 100000.000000,
"DebitAmtFc": 0.000000,
"CreditAmtFc": 100000.000000,
"ContractName": null
}
]
}