POST api/memberPricing/customerGroups

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "c3b3493d-aec0-438e-b538-eb11bce26161",
  "6906dc16-578a-47bb-9327-4917523ac43e"
]

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>c3b3493d-aec0-438e-b538-eb11bce26161</guid>
  <guid>6906dc16-578a-47bb-9327-4917523ac43e</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.