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