POST api/SCCMMembership/GetPrice/{priceListId}/{portalId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
priceListId

globally unique identifier

Required

portalId

string

Required

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "65ce6d90-c356-4e8a-aee5-0d867c9d34e0",
  "f9e70b0d-c55a-4f34-81de-91748fadfa35"
]

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>65ce6d90-c356-4e8a-aee5-0d867c9d34e0</guid>
  <guid>f9e70b0d-c55a-4f34-81de-91748fadfa35</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.