PUT api/StaffLevel2/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

StaffLevel2
NameDescriptionTypeAdditional information
LEVEL_ID

integer

None.

DESCRIPTION

string

None.

OLD

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "LEVEL_ID": 1,
  "DESCRIPTION": "sample string 2",
  "OLD": 1
}

application/octet-stream

Sample:
{"LEVEL_ID":1,"DESCRIPTION":"sample string 2","OLD":1}

application/xml, text/xml

Sample:
<StaffLevel2 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <LEVEL_ID>1</LEVEL_ID>
  <DESCRIPTION>sample string 2</DESCRIPTION>
  <OLD>1</OLD>
</StaffLevel2>

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 'StaffLevel2'.

Response Information

Resource Description

None.