POST api/Master/GetProductAddOns

Request Information

URI Parameters

None.

Body Parameters

GetAddOnsRequest
NameDescriptionTypeAdditional information
ApplicationKey

integer

None.

CustomerKey

integer

None.

EditionKey

integer

None.

CurrencyKey

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ApplicationKey": 1,
  "CustomerKey": 2,
  "EditionKey": 3,
  "CurrencyKey": 4
}

text/xml

Sample:
<GetAddOnsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Com.seld.ng.Domain.Transport">
  <ApplicationKey>1</ApplicationKey>
  <CurrencyKey>4</CurrencyKey>
  <CustomerKey>2</CustomerKey>
  <EditionKey>3</EditionKey>
</GetAddOnsRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.