POST api/Servo/Face/Buffer/TotalScan

在凌晨,服务器扫描所有的客户端样本,对已超过有效期的门票的人脸(T_JQ_DZB_FACEIMAGE), 在同步事件中插入删除的记录。 需要判断返回值,返回值中errcode=0表示成功,Tag为‘1’表示有后续的页。

Request Information

URI Parameters

None.

Body Parameters

BiometricTotalScanParm
NameDescriptionTypeAdditional information
gatenum

闸机序号。

string

Required

Max length: 4

Min length: 4

firstlbsbh

当这个值为空时,表示从首页起,当这个值不为空时,表示从这个值的下一页起。每次只处理一页数据,每页50条

string

Max length: 32

Request Formats

application/json, text/json

Sample:
{
  "gatenum": "sample string 1",
  "firstlbsbh": "sample string 2"
}

application/xml, text/xml

Sample:
<BiometricTotalScanParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm">
  <firstlbsbh>sample string 2</firstlbsbh>
  <gatenum>sample string 1</gatenum>
</BiometricTotalScanParm>

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

在凌晨,服务器扫描所有的客户端样本,对已超过有效期的门票的人脸(T_JQ_DZB_FACEIMAGE), 在同步事件中插入删除的记录。 需要判断返回值,返回值中errcode=0表示成功,Tag为‘1’表示有后续的页。

CommonOperationResultWithTagOfGateFaceInfoTotalScanResult
NameDescriptionTypeAdditional information
errcode

integer

None.

errmsg

string

None.

tag

GateFaceInfoTotalScanResult

None.

Response Formats

application/json, text/json

Sample:
{
  "errcode": 1,
  "errmsg": "sample string 2",
  "tag": {
    "hasmorepage": "sample string 1",
    "lastlbsbh": "sample string 2"
  }
}

application/xml, text/xml

Sample:
<CommonOperationResultWithTagOfGateFaceInfoTotalScanResultldpHZqFJ 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 xmlns:d2p1="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Result">
    <d2p1:hasmorepage>sample string 1</d2p1:hasmorepage>
    <d2p1:lastlbsbh>sample string 2</d2p1:lastlbsbh>
  </tag>
</CommonOperationResultWithTagOfGateFaceInfoTotalScanResultldpHZqFJ>

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.