GET api/products/pricelevel

Request Information

URI Parameters

None.

Body Parameters

ProductOnlinePriceQuery
NameDescriptionTypeAdditional information
OnlineProvider

ExternalSalesType

None.

PluGuids

Collection of globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "pluGuids": [
    "54fe98bf-d6bb-4718-83a6-2884ea496d28",
    "fe552943-8b85-434b-b623-42a5da4dacfc"
  ],
  "onlineProvider": 0
}

application/xml, text/xml

Sample:
<ProductOnlinePriceQuery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Products">
  <OnlineProvider>None</OnlineProvider>
  <PluGuids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>54fe98bf-d6bb-4718-83a6-2884ea496d28</d2p1:guid>
    <d2p1:guid>fe552943-8b85-434b-b623-42a5da4dacfc</d2p1:guid>
  </PluGuids>
</ProductOnlinePriceQuery>

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, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel

Sample:

Sample not available.