POST api/Twitter/QuicklyRegister
Request Information
URI Parameters
None.
Body Parameters
Twitter_QuicklyRegister_Par| Name | Description | Type | Additional information |
|---|---|---|---|
| Role | integer |
None. |
|
| Longitude | string |
None. |
|
| Latitude | string |
None. |
|
| Mobile | string |
None. |
|
| NickName | string |
None. |
|
| CompanyName | string |
None. |
|
| OrganId | string |
None. |
|
| Token | string |
None. |
|
| OpenId | string |
None. |
|
| UserId | string |
None. |
|
| OpenMobile | string |
None. |
|
| Keyword | string |
None. |
|
| AreaName | string |
None. |
|
| EnvVersion | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Role": 1,
"Longitude": "sample string 2",
"Latitude": "sample string 3",
"Mobile": "sample string 4",
"NickName": "sample string 5",
"CompanyName": "sample string 6",
"OrganId": "sample string 7",
"Token": "sample string 8",
"OpenId": "sample string 9",
"UserId": "sample string 10",
"OpenMobile": "sample string 11",
"Keyword": "sample string 12",
"AreaName": "sample string 13",
"EnvVersion": "sample string 14"
}
application/xml, text/xml
Sample:
<Twitter_QuicklyRegister_Par xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.Twitter.ParameterModel"> <AreaName xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 13</AreaName> <EnvVersion xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 14</EnvVersion> <Keyword xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 12</Keyword> <OpenId xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 9</OpenId> <OpenMobile xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 11</OpenMobile> <Token xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 8</Token> <UserId xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 10</UserId> <CompanyName>sample string 6</CompanyName> <Latitude>sample string 3</Latitude> <Longitude>sample string 2</Longitude> <Mobile>sample string 4</Mobile> <NickName>sample string 5</NickName> <OrganId>sample string 7</OrganId> <Role>1</Role> </Twitter_QuicklyRegister_Par>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ApiResult| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
|
| errMsg | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2",
"errMsg": "sample string 3",
"data": {}
}
application/xml, text/xml
Sample:
<ApiResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase"> <code>1</code> <data /> <errMsg>sample string 3</errMsg> <msg>sample string 2</msg> </ApiResult>