POST api/openmarketnews/product/sentiment/add
Request Information
URI Parameters
None.
Body Parameters
OpenMarketDropdownModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| TypeID | integer |
None. |
|
| Type | string |
None. |
|
| Detail | string |
None. |
|
| IsActive | boolean |
None. |
|
| IsWeekly | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"typeID": 2,
"type": "sample string 3",
"detail": "sample string 4",
"isActive": true,
"isWeekly": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.