POST Loyalty/Get_LoyaltyTransactionHistory
Request Information
URI Parameters
None.
Body Parameters
LoyaltyTransactionHistoryFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| MemberId | integer |
None. |
|
| Start | integer |
None. |
|
| Limit | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"MemberId": 1,
"Start": 2,
"Limit": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of LoyaltyTransactionHistory_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| InvNo | string |
None. |
|
| Type | integer |
None. |
|
| TransactionType | string |
None. |
|
| DDate | date |
None. |
|
| LocationName | string |
None. |
|
| Points | decimal number |
None. |
|
| CardNo | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"InvNo": "sample string 1",
"Type": 2,
"TransactionType": "sample string 3",
"DDate": "2026-09-09T15:13:02.7576699+04:00",
"LocationName": "sample string 5",
"Points": 6.0,
"CardNo": "sample string 7"
},
{
"InvNo": "sample string 1",
"Type": 2,
"TransactionType": "sample string 3",
"DDate": "2026-09-09T15:13:02.7576699+04:00",
"LocationName": "sample string 5",
"Points": 6.0,
"CardNo": "sample string 7"
}
]