POST Loyalty/Get_CardTransaction
Request Information
URI Parameters
None.
Body Parameters
CardTransactionFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| CardNo | string |
None. |
|
| MemberId | integer |
None. |
|
| LocId | integer |
None. |
|
| Start | integer |
None. |
|
| Limit | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CardNo": "sample string 1",
"MemberId": 2,
"LocId": 3,
"Start": 4,
"Limit": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of Pcard| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| INVNO | integer |
None. |
|
| INVDATE | date |
None. |
|
| AMT | decimal number |
None. |
|
| CARDNO | string |
None. |
|
| MEMBERID | integer |
None. |
|
| POINTSBEFORE | decimal number |
None. |
|
| POINTSAFTER | decimal number |
None. |
|
| LocId | integer |
None. |
|
| MemberName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"INVNO": 2,
"INVDATE": "2026-09-09T15:07:50.8317596+04:00",
"AMT": 4.0,
"CARDNO": "sample string 5",
"MEMBERID": 6,
"POINTSBEFORE": 7.0,
"POINTSAFTER": 8.0,
"LocId": 9,
"MemberName": "sample string 10"
},
{
"ID": 1,
"INVNO": 2,
"INVDATE": "2026-09-09T15:07:50.8317596+04:00",
"AMT": 4.0,
"CARDNO": "sample string 5",
"MEMBERID": 6,
"POINTSBEFORE": 7.0,
"POINTSAFTER": 8.0,
"LocId": 9,
"MemberName": "sample string 10"
}
]