POST api/SCCMMembership/GetPrice/{priceListId}/{portalId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| priceListId | globally unique identifier |
Required |
|
| portalId | string |
Required |
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "69e513b1-4095-4624-b3fb-4905a3ae5f69", "0adc9a8e-e2a3-4911-bbaa-1c827f2143bd" ]
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>69e513b1-4095-4624-b3fb-4905a3ae5f69</guid> <guid>0adc9a8e-e2a3-4911-bbaa-1c827f2143bd</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.