POST services/api/v1/Get_POSGiftcard
Request Information
URI Parameters
None.
Body Parameters
POSBasicFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| Start | integer |
None. |
|
| FiterText | string |
None. |
|
| Limit | integer |
None. |
|
| LocationId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"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 POSGiftCard_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CardNo | string |
None. |
|
| Balance | decimal number |
None. |
|
| IsActive | boolean |
None. |
|
| IsRedeemable | boolean |
None. |
|
| ExpiryDate | date |
None. |
|
| LocId | integer |
None. |
|
| IsUsed | boolean |
None. |
|
| UserId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"CardNo": "sample string 2",
"Balance": 3.0,
"IsActive": true,
"IsRedeemable": true,
"ExpiryDate": "2026-09-09T15:09:13.3175169+04:00",
"LocId": 7,
"IsUsed": true,
"UserId": 9
},
{
"Id": 1,
"CardNo": "sample string 2",
"Balance": 3.0,
"IsActive": true,
"IsRedeemable": true,
"ExpiryDate": "2026-09-09T15:09:13.3175169+04:00",
"LocId": 7,
"IsUsed": true,
"UserId": 9
}
]