GET api/organgroups/addorgangroupsinfo
保存分组信息
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
GroupName |
名称 |
string |
None. |
UserId |
用户ID |
integer |
None. |
Description |
备注 |
string |
None. |
ParentId |
上级分组ID |
integer |
None. |
Icon |
图标 |
string |
None. |
Language |
语言选项 国内一般用zh-cn |
string |
Required |
TimeOffset |
手机当前时区,值为数字,如东八区为 8 ,西八区为 -8 |
decimal number |
Required |
AppId |
APP应用标识 平台申请后返回的APPID |
string |
Required |
Response Information
Resource Description
NormalResultName | Description | Type | Additional information |
---|---|---|---|
State | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "State": 1, "Message": "sample string 2" }
application/xml, text/xml
Sample:
<NormalResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gps.OpenApi.Models.ResponseModels"> <Message>sample string 2</Message> <State>1</State> </NormalResult>