POST api/Note/highlight
Request Information
URI Parameters
None.
Body Parameters
sa_highlightName | Description | Type | Additional information |
---|---|---|---|
ENTRY_NO | integer |
None. |
|
notice | string |
None. |
|
n_status | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "ENTRY_NO": 1, "notice": "sample string 2", "n_status": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.