POST Plat/SaveCustomerIdentityInfo
请求信息
URI 参数
None.
Body 参数
CustomerIdentifyParameter| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| IdCard | string |
None. |
|
| RealName | string |
None. |
请求格式
application/json, text/json
Sample:
{
"Id": "0b8ec4b0-4fad-42c8-988f-5ec8c16575af",
"IdCard": "sample string 2",
"RealName": "sample string 3"
}
application/xml, text/xml
Sample:
<CustomerIdentifyParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ParameterModels"> <Id>0b8ec4b0-4fad-42c8-988f-5ec8c16575af</Id> <IdCard>sample string 2</IdCard> <RealName>sample string 3</RealName> </CustomerIdentifyParameter>
application/x-www-form-urlencoded
Sample:
Sample not available.
响应信息
资源描述
ApiJsonBaseOfObject| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| Result | boolean |
None. |
|
| Message | string |
None. |
|
| State | integer |
None. |
|
| BizData | Object |
None. |
响应格式
application/json, text/json
Sample:
{
"Result": true,
"Message": "sample string 2",
"State": 3,
"BizData": {}
}
application/xml, text/xml
Sample:
<ApiJsonBaseOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.API.Models"> <BizData /> <Message>sample string 2</Message> <Result>true</Result> <State>3</State> </ApiJsonBaseOfanyType>