POST services/api/v1/POS/Get_PreDiscHistory
Request Information
URI Parameters
None.
Body Parameters
HistoryFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| CardNo | string |
None. |
|
| MemberId | integer |
None. |
|
| Filter | POSBasicFilter |
None. |
Request Formats
application/json, text/json
Sample:
{
"CardNo": "sample string 1",
"MemberId": 2,
"Filter": {
"Start": 1,
"FiterText": "sample string 2",
"Limit": 3,
"LocationId": 4
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of POS_PreDiscHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| InvNo | integer |
None. |
|
| InvDate | date |
None. |
|
| Total | decimal number |
None. |
|
| Discount | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"InvNo": 1,
"InvDate": "2026-09-09T15:10:11.4118262+04:00",
"Total": 3.0,
"Discount": 4.0
},
{
"InvNo": 1,
"InvDate": "2026-09-09T15:10:11.4118262+04:00",
"Total": 3.0,
"Discount": 4.0
}
]