POST api/indian-producer-prices/add/gradecomparison
Request Information
URI Parameters
None.
Body Parameters
AddIndianProducerGradeComprisonModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ProducerID | integer |
None. |
|
| ProductID | integer |
None. |
|
| GradeID | integer |
None. |
|
| GradeNumberID | integer |
None. |
|
| CurrencyID | integer |
None. |
|
| IsRange | boolean |
None. |
|
| IsShow | boolean |
None. |
|
| MinPrice | decimal number |
None. |
|
| MaxPrice | decimal number |
None. |
|
| ChangePrice | decimal number |
None. |
|
| CalculatedChange | decimal number |
None. |
|
| PriceDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"producerID": 1,
"productID": 2,
"gradeID": 3,
"gradeNumberID": 4,
"currencyID": 5,
"isRange": true,
"isShow": true,
"minPrice": 1.0,
"maxPrice": 8.0,
"changePrice": 9.0,
"calculatedChange": 10.0,
"priceDate": "sample string 11"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.