POST api/userManagement/authorityManagement
Request Information
URI Parameters
None.
Body Parameters
ReadDTOOfReadauthorityManagement| Name | Description | Type | Additional information |
|---|---|---|---|
| data | ReadauthorityManagement |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"data": {
"AddorEidtUserID": 1,
"managementsList": [
{
"ModularId": 1,
"BtnId": 2
},
{
"ModularId": 1,
"BtnId": 2
}
]
},
"PageSize": 1,
"PageIndex": 2
}
application/xml, text/xml
Sample:
<ReadDTOOfReadauthorityManagementcc8wrA37 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YZ_TradingPlatform_API.Models">
<PageIndex>2</PageIndex>
<PageSize>1</PageSize>
<data xmlns:d2p1="http://schemas.datacontract.org/2004/07/YZ_TradingPlatform_API.ReadModels">
<d2p1:AddorEidtUserID>1</d2p1:AddorEidtUserID>
<d2p1:managementsList>
<d2p1:Management>
<d2p1:BtnId>2</d2p1:BtnId>
<d2p1:ModularId>1</d2p1:ModularId>
</d2p1:Management>
<d2p1:Management>
<d2p1:BtnId>2</d2p1:BtnId>
<d2p1:ModularId>1</d2p1:ModularId>
</d2p1:Management>
</d2p1:managementsList>
</data>
</ReadDTOOfReadauthorityManagementcc8wrA37>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultDTOOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| data | Object |
None. |
|
| msg | string |
None. |
|
| Exception | Object |
None. |
|
| Exception1 | Object |
None. |
|
| count | integer |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"data": {},
"msg": "sample string 3",
"Exception": {},
"Exception1": {},
"count": 6,
"PageSize": 7,
"PageIndex": 8
}
application/xml, text/xml
Sample:
<ResultDTOOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YZ_TradingPlatform_API.Models"> <Exception /> <Exception1 /> <PageIndex>8</PageIndex> <PageSize>7</PageSize> <code>1</code> <count>6</count> <data /> <msg>sample string 3</msg> </ResultDTOOfanyType>