POST Admin/Org/User/Save
Request Information
URI Parameters
None.
Body Parameters
CategoryUserBindArraysName | Description | Type | Additional information |
---|---|---|---|
OrgCateCode | string |
None. |
|
OrgCateId | integer |
None. |
|
IdsArr | Collection of integer |
None. |
|
Confirm | boolean |
None. |
|
TypeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "OrgCateCode": "sample string 1", "OrgCateId": 2, "IdsArr": [ 1, 2 ], "Confirm": true, "TypeId": 4 }
application/xml, text/xml
Sample:
<CategoryUserBindArrays 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>4</TypeId> <OrgCateCode>sample string 1</OrgCateCode> <OrgCateId>2</OrgCateId> </CategoryUserBindArrays>
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.