POST api/deleteProductService
Delete Product Service(s)
Request Information
Allows multi-location processing, in case of using parent location token restrictByLocations parameter is strongly recommended with comma separated list of locations to select from or update in
URI Parameters
None.
Body Parameters
List of Product Service to delete. Required fields: locationId, sku
Collection of ProductServiceDeleteModelName | Description | Type | Additional information |
---|---|---|---|
LocationId | integer |
None. |
|
Sku | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "LocationId": 1, "Sku": "sample string 2" }, { "LocationId": 1, "Sku": "sample string 2" } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
list of results in format: [companyId], [sku], [isSuccess]. IsSuccess false if there was inner error, it will be put into ErrorMessage field
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |