POST Loyalty/PointsUpdation_List
Request Information
URI Parameters
None.
Body Parameters
Collection of Pcard_Master| 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. |
|
| StartDate | date |
None. |
|
| ExpiryDate | date |
None. |
|
| IsExpiry | boolean |
None. |
|
| TransactionType | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"INVNO": 2,
"INVDATE": "2026-09-09T14:59:22.5731009+04:00",
"AMT": 4.0,
"CARDNO": "sample string 5",
"MEMBERID": 6,
"POINTSBEFORE": 7.0,
"POINTSAFTER": 8.0,
"LocId": 9,
"StartDate": "2026-09-09T14:59:22.5731009+04:00",
"ExpiryDate": "2026-09-09T14:59:22.5731009+04:00",
"IsExpiry": true,
"TransactionType": 13
},
{
"ID": 1,
"INVNO": 2,
"INVDATE": "2026-09-09T14:59:22.5731009+04:00",
"AMT": 4.0,
"CARDNO": "sample string 5",
"MEMBERID": 6,
"POINTSBEFORE": 7.0,
"POINTSAFTER": 8.0,
"LocId": 9,
"StartDate": "2026-09-09T14:59:22.5731009+04:00",
"ExpiryDate": "2026-09-09T14:59:22.5731009+04:00",
"IsExpiry": true,
"TransactionType": 13
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of Pcard_Master| 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. |
|
| StartDate | date |
None. |
|
| ExpiryDate | date |
None. |
|
| IsExpiry | boolean |
None. |
|
| TransactionType | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"INVNO": 2,
"INVDATE": "2026-09-09T14:59:22.5731009+04:00",
"AMT": 4.0,
"CARDNO": "sample string 5",
"MEMBERID": 6,
"POINTSBEFORE": 7.0,
"POINTSAFTER": 8.0,
"LocId": 9,
"StartDate": "2026-09-09T14:59:22.5731009+04:00",
"ExpiryDate": "2026-09-09T14:59:22.5731009+04:00",
"IsExpiry": true,
"TransactionType": 13
},
{
"ID": 1,
"INVNO": 2,
"INVDATE": "2026-09-09T14:59:22.5731009+04:00",
"AMT": 4.0,
"CARDNO": "sample string 5",
"MEMBERID": 6,
"POINTSBEFORE": 7.0,
"POINTSAFTER": 8.0,
"LocId": 9,
"StartDate": "2026-09-09T14:59:22.5731009+04:00",
"ExpiryDate": "2026-09-09T14:59:22.5731009+04:00",
"IsExpiry": true,
"TransactionType": 13
}
]