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