POST api/OffersPrices/IsOffersPricesConfigurationExists
Request Information
URI Parameters
None.
Body Parameters
AddOffersPricesConfigurationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| GradeID | integer |
None. |
|
| IsChemical | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"productID": 1,
"gradeID": 1,
"isChemical": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.