POST services/api/v1/Get_ItemPromotionList
Request Information
URI Parameters
None.
Body Parameters
LocationId| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LocationId": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BuxGetyItem_List| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Priority | integer |
None. |
|
| index | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"Priority": 3,
"index": 4
}