POST api/products/activate
Activates products
Request Information
URI Parameters
None.
Body Parameters
Products unique identifiers
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "e64360a7-3f79-4759-91b1-2c0e87244a8c", "c2f2e732-db97-47cd-9ea3-a274a28424d7" ]
application/xml, text/xml
Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>e64360a7-3f79-4759-91b1-2c0e87244a8c</guid> <guid>c2f2e732-db97-47cd-9ea3-a274a28424d7</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ValidationResult| Name | Description | Type | Additional information |
|---|---|---|---|
| IsValid | boolean |
None. |
|
| Errors | Collection of ValidationFailure |
None. |
Response Formats
application/json, text/json
Sample:
{
"errors": []
}
application/xml, text/xml
Sample:
<ValidationResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FluentValidation.Results"> <errors /> </ValidationResult>