Authorization: Bearer ********************{
"BeginDate": "2025-01-01",
"EndDate": "2026-03-31",
"WarehouseId": "L-001",
"CustomerId": "",
"SellerId": "",
"ContractId": ""
}curl --location --request POST 'https://accountingAPI.smartlogic.mn/api/sale/GetSaleDocumentList' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"BeginDate": "2025-01-01",
"EndDate": "2026-03-31",
"WarehouseId": "L-001",
"CustomerId": "",
"SellerId": "",
"ContractId": ""
}'{
"Success": true,
"Message": null,
"ErrorCode": null,
"ExceptionType": null,
"Data": [
{
"DocumentNumber": "БР100001",
"DocumentType": "Sale",
"DocumentTypeDesc": "Бараа материал борлуулалт",
"DocumentDate": "2025-07-01T00:00:00",
"DocumentDesc": "101-БР100001",
"CustomerGroupId": "Бүх харилцагч",
"CustomerId": "CUS001",
"CustomerName": "Харилцагч 1",
"WarehouseId": "L-001",
"WarehouseName": "Дэлгүүр ",
"SellerId": null,
"SellerName": null,
"TotalAmount": 136500.000000,
"TotalPayAmount": 136500.000000,
"VatAmount": 12187.510000,
"CityTaxAmount": 2437.500000,
"CashAmount": 0.000000,
"BankAmount": 0.000000,
"LoanAmount": 0.000000,
"DiscountAmount": 0.000000,
"RefundedAmount": 0.000000,
"PureAmount": 136500.000000,
"AmountNonVat": 121874.990000
}
]
}