POST v1/AccountSku/UnlinkCustomerSku
Request Information
URI Parameters
None.
Body Parameters
CustomerUnlinkSkuDto| 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:
<CustomerUnlinkSkuDto 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> </CustomerUnlinkSkuDto>
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.