POST services/api/rest/v1/Copy_RestItemsToLocations
Request Information
URI Parameters
None.
Body Parameters
CopyRestItemsToLocations_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| FromLocationId | integer |
None. |
|
| ToLocations | Collection of LocationId |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FromLocationId": 1,
"ToLocations": [
{
"LocationId": 1
},
{
"LocationId": 1
}
],
"UserId": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CopyRestItemsToLocations_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| FromLocationId | integer |
None. |
|
| ToLocations | Collection of LocationId |
None. |
|
| UserId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"FromLocationId": 1,
"ToLocations": [
{
"LocationId": 1
},
{
"LocationId": 1
}
],
"UserId": 2
}