POST api/Note/highlightin

Request Information

URI Parameters

None.

Body Parameters

sa_highlight
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.