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:
[ "76592913-560e-4627-be78-3d0e322b2766", "576217a5-d2eb-4e5b-912e-90a15bb62329" ]
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>76592913-560e-4627-be78-3d0e322b2766</guid> <guid>576217a5-d2eb-4e5b-912e-90a15bb62329</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.