Authorization: Bearer ********************{
"BeginDate": "2025-01-01",
"EndDate": "2025-12-31",
"AccountId": ""
}curl --location --request POST 'https://accountingAPI.smartlogic.mn/api/generalledger/GetTrialBalanceReport' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"BeginDate": "2025-01-01",
"EndDate": "2025-12-31",
"AccountId": ""
}'{
"Success": true,
"Message": null,
"ErrorCode": null,
"ExceptionType": null,
"Data": [
{
"AccountId": "61012501",
"AccountName": "Retail-ББӨ НӨАТ",
"CurrencyId": "MNT",
"BeginDebitAmt": 0.000000,
"BeginCreditAmt": 0.000000,
"DebitAmt": 22209.260000,
"CreditAmt": 0.000000,
"EndDebitAmt": 22209.260000,
"EndCreditAmt": 0.000000
}
]