POST api/AspNetRoles
Request Information
URI Parameters
None.
Body Parameters
AspNetRolesName | 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
AspNetRolesName | 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. |
Response 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.