POST api/memberPricing/customerGroups

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "42ef570c-3c85-4407-b95f-a655468eb857",
  "96fcc2b3-86f3-46a6-bb26-7ebe5d723a25"
]

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>42ef570c-3c85-4407-b95f-a655468eb857</guid>
  <guid>96fcc2b3-86f3-46a6-bb26-7ebe5d723a25</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.