POST api/ecommerce/{ecommerceID}/activate-items
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ecommerceID | integer |
Required |
Body Parameters
Collection of integerRequest Formats
application/json, text/json
Sample:
[ 1, 1 ]
text/xml
Sample:
<ArrayOfNullableOflong xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System"> <long>1</long> <long>1</long> </ArrayOfNullableOflong>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.