POST api/memberPricing/customerGroups

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "c119052e-49f5-4132-b868-91fc56c6dd14",
  "b2cd7470-6c80-4974-8be9-3ff7cd77ad2e"
]

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>c119052e-49f5-4132-b868-91fc56c6dd14</guid>
  <guid>b2cd7470-6c80-4974-8be9-3ff7cd77ad2e</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.