POST services/api/rest/v1/Copy_RestItemShowInMenuToLocations
Request Information
URI Parameters
None.
Body Parameters
CopyRestShowinMenuToLocation_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| FromLocation | integer |
None. |
|
| ToLocation | integer |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FromLocation": 1,
"ToLocation": 2,
"UserId": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CopyRestShowinMenuToLocation_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| FromLocation | integer |
None. |
|
| ToLocation | integer |
None. |
|
| UserId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"FromLocation": 1,
"ToLocation": 2,
"UserId": 3
}