POST Loyalty/Get_RedmeptionDetails
Request Information
URI Parameters
None.
Body Parameters
Location_BasicFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationId | integer |
None. |
|
| RequestedList | BasicFilter |
None. |
Request Formats
application/json, text/json
Sample:
{
"LocationId": 1,
"RequestedList": {
"Start": 1,
"FiterText": "sample string 2",
"Limit": 3,
"ItemTypeId": 4,
"CAType": 5
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PRedemption| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| RedemptionDate | date |
None. |
|
| CardNo | string |
None. |
|
| MemberId | integer |
None. |
|
| Rewards | string |
None. |
|
| MemberName | string |
None. |
|
| GiftVoucherNo | string |
None. |
|
| Amount | decimal number |
None. |
|
| ExpiryDate | date |
None. |
|
| Remarks | string |
None. |
|
| PointsDeducted | decimal number |
None. |
|
| PointsBefore | decimal number |
None. |
|
| PointsAfter | decimal number |
None. |
|
| LocId | integer |
None. |
|
| PhoneNo | string |
None. |
|
| Status | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"RedemptionDate": "2026-09-09T15:06:38.3916328+04:00",
"CardNo": "sample string 3",
"MemberId": 4,
"Rewards": "sample string 5",
"MemberName": "sample string 6",
"GiftVoucherNo": "sample string 7",
"Amount": 8.0,
"ExpiryDate": "2026-09-09T15:06:38.3916328+04:00",
"Remarks": "sample string 10",
"PointsDeducted": 11.0,
"PointsBefore": 12.0,
"PointsAfter": 13.0,
"LocId": 14,
"PhoneNo": "sample string 15",
"Status": 16
}