POST services/api/v1/SaveUpdate_POSGiftCard
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CardNo": "sample string 2",
"Balance": 3.0,
"IsActive": true,
"IsRedeemable": true,
"ExpiryDate": "2026-09-09T15:04:56.8896074+04:00",
"LocId": 7,
"IsUsed": true,
"UserId": 9
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
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:04:56.8896074+04:00",
"LocId": 7,
"IsUsed": true,
"UserId": 9
}