POST api/AspNetRoles
Request Information
URI Parameters
None.
Body Parameters
AspNetRoles| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| Name | string |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"Name": "sample string 2",
"ClientId": "cb93dd46-854b-4a6a-bf4d-d0a3e12bc2a3",
"Description": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.