POST api/usermas/save_remark

Request Information

URI Parameters

None.

Body Parameters

UserRemark
NameDescriptionTypeAdditional information
UserSeq

integer

None.

Remark

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserSeq": 1,
  "Remark": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UserRemark'.

Response Information

Resource Description

ResponseMessage
NameDescriptionTypeAdditional information
STATUS

string

None.

MESSAGE

string

None.

VALUE

string

None.

Response Formats

application/json, text/json

Sample:
{
  "STATUS": "sample string 1",
  "MESSAGE": "sample string 2",
  "VALUE": "sample string 3"
}