POST System/Role/AddRole
Request Information
URI Parameters
None.
Body Parameters
RoleDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Title | string |
None. |
|
| Order | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Title": "sample string 1",
"Order": 2
}
application/xml, text/xml
Sample:
<RoleDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Zs.Ylx.Resources.Entity.BackgroundDTO"> <Order>2</Order> <Title>sample string 1</Title> </RoleDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.