PUT api/v1/RolesMaster
Update a role master.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| rolesMaster |
Define this parameter in the request body. |
Request body formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"RoleId": 1,
"RoleName": "sample string 2"
}
application/xml, text/xml
Sample:
<RolesMasterDTO> <RoleId>1</RoleId> <RoleName>sample string 2</RoleName> </RolesMasterDTO>