POST api/prices/IsChemicalConfigurationExists
Request Information
URI Parameters
None.
Body Parameters
AddChemicalConfigurationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ZoneID | integer |
None. |
|
| TypeID | integer |
None. |
|
| FrequencyID | integer |
None. |
|
| ProductID | integer |
None. |
|
| IndianProducerID | integer |
None. |
|
| CurrencyID | integer |
None. |
|
| CategoryID | integer |
None. |
|
| RegionID | integer |
None. |
|
| IsRange | boolean |
None. |
|
| MinPrice | decimal number |
None. |
|
| MaxPrice | decimal number |
None. |
|
| MinChange | decimal number |
None. |
|
| MaxChange | decimal number |
None. |
|
| PriceDate | string |
None. |
|
| IsShow | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"zoneID": 1,
"typeID": 2,
"frequencyID": 3,
"productID": 4,
"indianProducerID": 5,
"currencyID": 6,
"categoryID": 7,
"regionID": 8,
"isRange": true,
"minPrice": 1.0,
"maxPrice": 10.0,
"minChange": 11.0,
"maxChange": 12.0,
"priceDate": "sample string 13",
"isShow": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.