PUT Middleware/Services/Skills/PutAsync

Request Information

URI Parameters

None.

Body Parameters

Skills
NameDescriptionTypeAdditional information
Active

boolean

None.

Remark

string

None.

Id

string

None.

Name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Active": true,
  "Remark": "sample string 2",
  "Id": "sample string 3",
  "Name": "sample string 4"
}

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.