POST api/campaign/{name}/comboPriceGroups/deletes
Delete multiple combo price groups
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
name |
Campaign identifier |
string |
Required |
Body Parameters
List of combo price group identifiers
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "e0c896ad-e7d3-429c-8580-e4f1cba90971", "ca365314-3496-4c05-bba4-ed3a7279f412" ]
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>e0c896ad-e7d3-429c-8580-e4f1cba90971</guid> <guid>ca365314-3496-4c05-bba4-ed3a7279f412</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.