POST api/Base/PerfectingInfo
Request Information
URI Parameters
None.
Body Parameters
CustomerData| Name | Description | Type | Additional information |
|---|---|---|---|
| InviteCode | string |
None. |
|
| Phone | string |
None. |
|
| UnionID | string |
None. |
|
| Nickname | string |
None. |
|
| Photo | string |
None. |
|
| MPOpenID | string |
None. |
|
| WXPOpenID | string |
None. |
|
| OpenID | string |
None. |
|
| UserName | string |
None. |
|
| Addressee | string |
None. |
|
| Address | string |
None. |
|
| Province | string |
None. |
|
| City | string |
None. |
|
| Area | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"InviteCode": "sample string 1",
"Phone": "sample string 2",
"UnionID": "sample string 3",
"Nickname": "sample string 4",
"Photo": "sample string 5",
"MPOpenID": "sample string 6",
"WXPOpenID": "sample string 7",
"OpenID": "sample string 8",
"UserName": "sample string 9",
"Addressee": "sample string 10",
"Address": "sample string 11",
"Province": "sample string 12",
"City": "sample string 13",
"Area": "sample string 14"
}
application/xml, text/xml
Sample:
<CustomerData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XRKData"> <Address>sample string 11</Address> <Addressee>sample string 10</Addressee> <Area>sample string 14</Area> <City>sample string 13</City> <InviteCode>sample string 1</InviteCode> <MPOpenID>sample string 6</MPOpenID> <Nickname>sample string 4</Nickname> <OpenID>sample string 8</OpenID> <Phone>sample string 2</Phone> <Photo>sample string 5</Photo> <Province>sample string 12</Province> <UnionID>sample string 3</UnionID> <UserName>sample string 9</UserName> <WXPOpenID>sample string 7</WXPOpenID> </CustomerData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DataSet| Name | Description | Type | Additional information |
|---|---|---|---|
| RemotingFormat | SerializationFormat |
None. |
|
| SchemaSerializationMode | SchemaSerializationMode |
None. |
|
| CaseSensitive | boolean |
None. |
|
| DefaultViewManager | Collection of Object |
None. |
|
| EnforceConstraints | boolean |
None. |
|
| DataSetName | string |
None. |
|
| Namespace | string |
None. |
|
| Prefix | string |
None. |
|
| ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
| HasErrors | boolean |
None. |
|
| IsInitialized | boolean |
None. |
|
| Locale | CultureInfo |
None. |
|
| Site | ISite |
None. |
|
| Relations | Collection of Object |
None. |
|
| Tables | Collection of Object |
None. |
|
| Container | IContainer |
None. |
|
| DesignMode | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.