POST api/Credit/QuicklyRegister

Request Information

URI Parameters

None.

Body Parameters

QuicklyRegister_Par
NameDescriptionTypeAdditional information
SessionKey

string

None.

IV

string

None.

EncryptedData

string

None.

Role

integer

None.

Longitude

string

None.

Latitude

string

None.

Province

string

None.

City

string

None.

County

string

None.

Address

string

None.

Town

string

None.

Street

string

None.

Rough

string

None.

LocalResult

string

None.

WxOpenId

string

None.

AgentUserMobile

string

None.

WxSource

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:
{
  "SessionKey": "sample string 1",
  "IV": "sample string 2",
  "EncryptedData": "sample string 3",
  "Role": 4,
  "Longitude": "sample string 5",
  "Latitude": "sample string 6",
  "Province": "sample string 7",
  "City": "sample string 8",
  "County": "sample string 9",
  "Address": "sample string 10",
  "Town": "sample string 11",
  "Street": "sample string 12",
  "Rough": "sample string 13",
  "LocalResult": "sample string 14",
  "WxOpenId": "sample string 15",
  "AgentUserMobile": "sample string 16",
  "WxSource": "sample string 17",
  "Token": "sample string 18",
  "OpenId": "sample string 19",
  "UserId": "sample string 20",
  "OpenMobile": "sample string 21",
  "Keyword": "sample string 22",
  "AreaName": "sample string 23",
  "EnvVersion": "sample string 24"
}

application/xml, text/xml

Sample:
<QuicklyRegister_Par xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.Bank.ParameterModel">
  <AreaName xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 23</AreaName>
  <EnvVersion xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 24</EnvVersion>
  <Keyword xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 22</Keyword>
  <OpenId xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 19</OpenId>
  <OpenMobile xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 21</OpenMobile>
  <Token xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 18</Token>
  <UserId xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 20</UserId>
  <Address>sample string 10</Address>
  <AgentUserMobile>sample string 16</AgentUserMobile>
  <City>sample string 8</City>
  <County>sample string 9</County>
  <EncryptedData>sample string 3</EncryptedData>
  <IV>sample string 2</IV>
  <Latitude>sample string 6</Latitude>
  <LocalResult>sample string 14</LocalResult>
  <Longitude>sample string 5</Longitude>
  <Province>sample string 7</Province>
  <Role>4</Role>
  <Rough>sample string 13</Rough>
  <SessionKey>sample string 1</SessionKey>
  <Street>sample string 12</Street>
  <Town>sample string 11</Town>
  <WxOpenId>sample string 15</WxOpenId>
  <WxSource>sample string 17</WxSource>
</QuicklyRegister_Par>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'QuicklyRegister_Par'.

Response Information

Resource Description

ApiResult
NameDescriptionTypeAdditional 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>