POST api/membership/pricing/{portalId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| portalId | string |
Required |
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "f4fc98c7-f82e-42e5-81f5-b6b33b7f4ff2", "d7da19e1-3a6b-48cd-895d-2c82e7ab2da2" ]
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>f4fc98c7-f82e-42e5-81f5-b6b33b7f4ff2</guid> <guid>d7da19e1-3a6b-48cd-895d-2c82e7ab2da2</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.