POST api/southasia-indianproducer-prices-configuration/IsSouthAsiaIndianProducerPriceConfigurationExists
Request Information
URI Parameters
None.
Body Parameters
AddSouthAsiaIndianProducerPriceConfigurationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CategoryID | integer |
None. |
|
| TypeID | integer |
None. |
|
| FrequencyID | integer |
None. |
|
| ProductID | integer |
None. |
|
| GradeID | integer |
None. |
|
| RegionID | integer |
None. |
|
| ZoneID | integer |
None. |
|
| CurrencyID | integer |
None. |
|
| IsRange | boolean |
None. |
|
| MaxPrice | decimal number |
None. |
|
| MinPrice | decimal number |
None. |
|
| MaxChange | decimal number |
None. |
|
| MinChange | decimal number |
None. |
|
| PriceDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"categoryID": 1,
"typeID": 2,
"frequencyID": 3,
"productID": 4,
"gradeID": 1,
"regionID": 1,
"zoneID": 5,
"currencyID": 6,
"isRange": true,
"maxPrice": 8.0,
"minPrice": 1.0,
"maxChange": 9.0,
"minChange": 1.0,
"priceDate": "sample string 10"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.