PUT api/StaffLevel2/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
StaffLevel2Name | Description | Type | Additional 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:
Response Information
Resource Description
None.