Authorization: Bearer ********************{
"BeginDate": "2025-02-01",
"EndDate": "2026-03-31",
"WarehouseId": "L-001",
"CustomerId": "EMP002"
}curl --location --request POST 'https://accountingAPI.smartlogic.mn/api/sale/GetSaleRefundDocumentList' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"BeginDate": "2025-02-01",
"EndDate": "2026-03-31",
"WarehouseId": "L-001",
"CustomerId": "EMP002"
}'{
"Success": true,
"Message": null,
"ErrorCode": null,
"ExceptionType": null,
"Data": [
{
"DocumentNumber": "БЦ00001",
"DocumentType": "SaleRefund",
"DocumentTypeDesc": "Борлуулалтын буцаалт",
"DocumentDate": "2026-03-24T00:00:00",
"DocumentDesc": "Test",
"CustomerGroupId": null,
"CustomerId": "EMP002",
"CustomerName": "Ажилтан 2",
"WarehouseId": "L-001",
"WarehouseName": "Дэлгүүр ",
"SellerId": null,
"SellerName": null,
"TotalAmount": 10000.000000,
"TotalPayAmount": 10000.000000,
"VatAmount": 909.090909,
"CityTaxAmount": 0.000000,
"CashAmount": 0.000000,
"BankAmount": 0.000000,
"LoanAmount": 10000.000000,
"DiscountAmount": 0.0,
"RefundedAmount": 0.0,
"PureAmount": 10000.000000,
"AmountNonVat": 9090.909091
}
]
}