POST API/VerfiyFace/UploadMemberInfo
更新用户人脸识别的显示名称
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| param |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Tel": "sample string 2",
"CommunityId": "sample string 3"
}
application/xml, text/xml
Sample:
<MemberInfoUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GS.R.API4._0.Models.VerfiyFace"> <CommunityId>sample string 3</CommunityId> <Name>sample string 1</Name> <Tel>sample string 2</Tel> </MemberInfoUpdate>
application/x-www-form-urlencoded
Sample:
Sample not available.