POST api/Master/GetProductEdtionPriceAndFetList
Request Information
URI Parameters
None.
Body Parameters
GetProductPricingRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryKey | integer |
None. |
|
| CurrencyKey | integer |
None. |
|
| ApplicationKey | integer |
None. |
|
| EditionKey | integer |
None. |
|
| ProductGuid | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CountryKey": 1,
"CurrencyKey": 2,
"ApplicationKey": 3,
"EditionKey": 4,
"ProductGuid": "sample string 5"
}
text/xml
Sample:
<GetProductPricingRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Com.seld.ng.Domain.Transport"> <ApplicationKey>3</ApplicationKey> <CountryKey>1</CountryKey> <CurrencyKey>2</CurrencyKey> <EditionKey>4</EditionKey> <ProductGuid>sample string 5</ProductGuid> </GetProductPricingRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.