{
"beginPage": 1,
"pageCount": 10
}curl --location --request GET 'https://retailapiv2.smartlogic.mn/api/sale/voucherList' \
--header 'Content-Type: application/json' \
--data-raw '{
"beginPage": 1,
"pageCount": 10
}'{
"Success": true,
"Message": null,
"ErrorCode": null,
"ExceptionType": null,
"Data": {
"begin_page": 1,
"count": 1,
"total_page_count": 35,
"voucher_models": [
{
"Id": "8520",
"CustomerPkId": null,
"VoucherType": "A",
"VoucherGroupPkId": 1703071347364011040,
"Percent": 0.000000,
"Amount": 50000.000000,
"UsedAmount": 0.000000,
"AddedAmount": 0.000000,
"Password": "123",
"ExpireDate": "2999-12-31T00:00:00",
"UsageCount": 1,
"UsedCount": 0,
"HasBalance": "Y",
"IsUsed": null,
"LastUsedDate": null,
"ActiveStatus": "Y",
"CustomerId": null,
"CustomerName": null,
"VoucherTypeStr": "Дүн",
"Balance": 50000.000000
}
]
}
}