POST api/campaign/{name}/comboPriceGroups/deletes

Delete multiple combo price groups

Request Information

URI Parameters

NameDescriptionTypeAdditional information
name

Campaign identifier

string

Required

Body Parameters

List of combo price group identifiers

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "dda0608f-0de2-4778-acaa-e67683bfb0c0",
  "fac6960e-0bbe-4b63-b18c-385176c08744"
]

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>dda0608f-0de2-4778-acaa-e67683bfb0c0</guid>
  <guid>fac6960e-0bbe-4b63-b18c-385176c08744</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.