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