POST Api/SystemRoles/Add
Request Information
URI Parameters
None.
Body Parameters
SystemRole| Name | Description | Type | Additional information |
|---|---|---|---|
| SystemRoleId | integer |
None. |
|
| Name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"systemRoleId": 1,
"name": "sample string 2"
}
text/html
Sample:
{"systemRoleId":1,"name":"sample string 2"}
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.