PUT Api/LU_ROLE/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
LU_ROLE| Name | Description | Type | Additional information |
|---|---|---|---|
| ROLE_ID | integer |
None. |
|
| ROLE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ROLE_ID": 1,
"ROLE": "sample string 2"
}
text/xml
Sample:
<LU_ROLE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EF"> <ROLE>sample string 2</ROLE> <ROLE_ID>1</ROLE_ID> </LU_ROLE>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.