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:
[
  "cf6c1cf3-785e-4c62-aabf-abc050c384aa",
  "56307fe1-9514-4209-b7fe-f8008e912a0d"
]

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>cf6c1cf3-785e-4c62-aabf-abc050c384aa</guid>
  <guid>56307fe1-9514-4209-b7fe-f8008e912a0d</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.