POST services/api/rest/v1/Get_GiftItem
Request Information
URI Parameters
None.
Body Parameters
RestBasicFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| Start | integer |
None. |
|
| FiterText | string |
None. |
|
| Limit | integer |
None. |
|
| LocationId | integer |
None. |
|
| Type | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Start": 1,
"FiterText": "sample string 2",
"Limit": 3,
"LocationId": 4,
"Type": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RestGiftItem| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ItemId | integer |
None. |
|
| Barcode | string |
None. |
|
| ItemName | string |
None. |
|
| LocId | integer |
None. |
|
| TemplateId | integer |
None. |
|
| DeliveryMethod | string |
None. |
|
| IsRedeemable | boolean |
None. |
|
| Pattern | string |
None. |
|
| ImageURL | string |
None. |
|
| ExpiryDays | integer |
None. |
|
| GiftAmount | decimal number |
None. |
|
| GiftCardManualGeneration | boolean |
None. |
|
| ExtraField1 | string |
None. |
|
| ExtraField2 | string |
None. |
|
| UserId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"ItemId": 2,
"Barcode": "sample string 3",
"ItemName": "sample string 4",
"LocId": 5,
"TemplateId": 6,
"DeliveryMethod": "sample string 7",
"IsRedeemable": true,
"Pattern": "sample string 9",
"ImageURL": "sample string 10",
"ExpiryDays": 11,
"GiftAmount": 12.0,
"GiftCardManualGeneration": true,
"ExtraField1": "sample string 14",
"ExtraField2": "sample string 15",
"UserId": 16
}