POST api/ecommerce/{ecommerceID}/activate-items

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ecommerceID

integer

Required

Body Parameters

Collection of integer

Request 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.