JSON_HBPUploadData

JSON message about information of imported human body picture

Content-Type: multipart/form-data; boundary=---------------------------7e13971310878
-----------------------------7e13971310878
Content-Disposition: form-data; name="HBPUploadData";
Content-Type: text/json
{
  "HBPUploadData":{
    "HBDID": "",
/*required, string, ID of human body picture library, the maximum length is 64*/ 
    "customHBDID": "",
/*optional, string, ID of custom human body picture library, the maximum length is 128*/
    "HumanAppendData":{
/*optional, additional information of person in human body picture*/
      "name": "",
/*required, string, name, the maximum length is 64*/ 
      "gender": "",
/*optional, string, gender: "male", "female", "unknown", the maximum length is 10*/
      "bornTime": "",
/*required, string, date of birth, ISO8601 time format, the maximum length is 32*/
      "province":"",
/*optional, string, province of birth, the maximum length is 32*/
      "city": "",
/*optional, string, city of birth, the maximum length is 32*/
      "certificateType": "",
/*optional, string, certificate type: "officerID"-officer ID, "ID"-identity card, "other"-other; the maximum length is 10*/
      "certificateNumber": "",
/*optional, string, certificate No., the maximum length is 32*/
      "PersonInfoExtend":[
/*optional, custom extension information of person*/
        {
          "id": ,
/*optional, integer32, serial No. of person custom extension information, starts from 1*/ 
          "value": ""
/*optional, string, extension information details*/
        }
      ]
    }, 
    "customHBPID": "",
/*optional, string, ID of custom human body picture, the maximum length is 64*/
    "picURL":""
/*optional, string, picture URL*/
  }
}
----------------------------7e13971310878
Content-Disposition: form-data; name="importImage";
Content-Type: image/jpeg
Opaque Data,picture data in binary format
-----------------------------7e13971310878--