POST Sys/Admin/RoleBindAuth
Request Information
URI Parameters
None.
Body Parameters
CategoryRoleBindAuthIdName | Description | Type | Additional information |
---|---|---|---|
RoleCateId | integer |
None. |
|
IdsArr | Collection of integer |
None. |
|
Confirm | boolean |
None. |
|
TypeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "RoleCateId": 1, "IdsArr": [ 1, 2 ], "Confirm": true, "TypeId": 3 }
application/xml, text/xml
Sample:
<CategoryRoleBindAuthId xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISM.Web.Models"> <Confirm>true</Confirm> <IdsArr xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </IdsArr> <TypeId>3</TypeId> <RoleCateId>1</RoleCateId> </CategoryRoleBindAuthId>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
Sample not available.