POST api/memberPricing/customerGroups

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "687bbbc3-8b28-4295-85e8-3eeb97b30565",
  "a99439ed-5c67-4dcd-b7dd-089f1ab10ab8"
]

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>687bbbc3-8b28-4295-85e8-3eeb97b30565</guid>
  <guid>a99439ed-5c67-4dcd-b7dd-089f1ab10ab8</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.