POST api/User/SetEpscodeByuser

Request Information

URI Parameters

None.

Body Parameters

Power
NameDescriptionTypeAdditional information
usercode

string

None.

power

string

None.

Request Formats

application/json, text/json

Sample:
{
  "usercode": "sample string 1",
  "power": "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 'Power'.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"