POST api/membership/pricing/{portalId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
portalId

string

Required

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "19b5c166-888d-4748-a9cf-e7cc1548989f",
  "9ea0f15b-f8df-46fb-83c0-e59ae8d432c4"
]

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>19b5c166-888d-4748-a9cf-e7cc1548989f</guid>
  <guid>9ea0f15b-f8df-46fb-83c0-e59ae8d432c4</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.