POST api/Busi/ZJMP_TXZFF/Biometric/Regist2
为通行证注册一个生物特征信息。 仅限于FJC694的支持,不能适用于其他非FJC694人脸采集仪的系统。
Request Information
URI Parameters
None.
Body Parameters
BiometricRegistParm2Name | Description | Type | Additional information |
---|---|---|---|
IdentityCode |
标识ID,内部识别号 |
string |
Required Max length: 32 |
ImageBuffer |
生物特征(FJC694提取过后的地平线标准的特征值,不是图片)。 |
string |
Required Max length: 2097152 |
BiometricType |
生物特征的类型,F表示面相,G表示指纹,E表示虹腊,V表示音频 |
string |
Required Max length: 1 |
OriginalBuffer |
原始的生物特征,图片文件的BASE64STRING |
string |
Required Max length: 2097152 |
AdditionalTemplateInfo |
专用于地平线人脸仪的附加特征值。 |
byte |
None. |
Request Formats
application/json, text/json
Sample:
{ "IdentityCode": "sample string 1", "ImageBuffer": "sample string 2", "BiometricType": "sample string 3", "OriginalBuffer": "sample string 4", "AdditionalTemplateInfo": 64 }
application/xml, text/xml
Sample:
<BiometricRegistParm2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm"> <AdditionalTemplateInfo>64</AdditionalTemplateInfo> <BiometricType>sample string 3</BiometricType> <IdentityCode>sample string 1</IdentityCode> <ImageBuffer>sample string 2</ImageBuffer> <OriginalBuffer>sample string 4</OriginalBuffer> </BiometricRegistParm2>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
为通行证注册一个生物特征信息。 仅限于FJC694的支持,不能适用于其他非FJC694人脸采集仪的系统。
CommonOperationResultName | Description | Type | Additional information |
---|---|---|---|
errcode |
错误代码,通常0表示成功,其他值表示错误。 |
integer |
None. |
errmsg |
错误描述,当errcode不为零时,此值可以用于呈现给用户。 |
string |
None. |
tag |
操作同时,服务器端需要返回的其他值。 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "errcode": 1, "errmsg": "sample string 2", "tag": "sample string 3" }
application/xml, text/xml
Sample:
<CommonOperationResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer"> <errcode>1</errcode> <errmsg>sample string 2</errmsg> <tag>sample string 3</tag> </CommonOperationResult>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.