POST v1/AccountSku/DisableCustomerSku
Request Information
URI Parameters
None.
Body Parameters
CustomerDisableSkuDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
None. |
|
| SkuId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"customerId": 1,
"skuId": 1
}
application/xml, text/xml
Sample:
<CustomerDisableSkuDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Brainstorm.Api.Models.DTO.SKU"> <SkuId>1</SkuId> <CustomerId>1</CustomerId> </CustomerDisableSkuDto>
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.