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:
[
  "f940c659-5597-441c-8748-c96c4101ab2b",
  "325f855f-ec20-4abd-aa40-1d403349d009"
]

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>f940c659-5597-441c-8748-c96c4101ab2b</guid>
  <guid>325f855f-ec20-4abd-aa40-1d403349d009</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.