PUT api/AspNetRoles/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
AspNetRoles| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
String length: inclusive between 0 and 128 |
|
| Name | string |
Required String length: inclusive between 0 and 256 |
|
| idDivision | integer |
None. |
|
| AspNetUserRoles | Collection of AspNetUserRoles |
None. |
|
| PermisoPerfil | Collection of PermisoPerfil |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"Name": "sample string 2",
"idDivision": 1
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.