POST services/api/rest/v1/Get_LocationsForCategoryRelease
Request Information
URI Parameters
None.
Body Parameters
Id_LocationId| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| LocationId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"LocationId": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of Locations_ForMenuUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| Selected | boolean |
None. |
|
| LocationName | string |
None. |
|
| LocationId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Selected": true,
"LocationName": "sample string 2",
"LocationId": 3
},
{
"Selected": true,
"LocationName": "sample string 2",
"LocationId": 3
}
]