Get, edit, or delete the information related to a record in human body picture library.
Method |
GET |
Description |
Get the information related to a record in human body picture library. |
Query |
format: determine the format of request or response message. security: the version No. of encryption scheme. When security does not exist, it indicates that the data is not encrypted; when security is 1, it indicates that the nodes of sensitive information in the message are encrypted in AES128 CBC mode; when security is 2, it indicates that the nodes of sensitive information in the message are encrypted in AES256 CBC mode. iv: the initialization vector, and it is required when security is 1 or 2. HBDType (optional): determine human body picture library type, when HBDType is custom, it indicates operations of a custom human body picture library. |
Request |
None. |
Response |
Succeeded: JSON_HumanAppendData Failed: JSON_ResponseStatus |
Method |
PUT |
Description |
Edit the information related to a record in human body picture library. |
Query |
format: determine the format of request or response message. security: the version No. of encryption scheme. When security does not exist, it indicates that the data is not encrypted; when security is 1, it indicates that the nodes of sensitive information in the message are encrypted in AES128 CBC mode; when security is 2, it indicates that the nodes of sensitive information in the message are encrypted in AES256 CBC mode. iv: the initialization vector, and it is required when security is 1 or 2. HBDType (optional): determine human body picture library type, when HBDType is custom, it indicates operations of a custom human body picture library. |
Request |
|
Response |
Method |
DELETE |
Description |
Delete a record in human body picture library. |
Query |
format: determine the format of request or response message. security: the version No. of encryption scheme. When security does not exist, it indicates that the data is not encrypted; when security is 1, it indicates that the nodes of sensitive information in the message are encrypted in AES128 CBC mode; when security is 2, it indicates that the nodes of sensitive information in the message are encrypted in AES256 CBC mode. iv: the initialization vector, and it is required when security is 1 or 2. HBDType (optional): determine human body picture library type, when HBDType is custom, it indicates operations of a custom human body picture library. |
Request |
None |
Response |
The <HBDID> in the URI indicates the ID of human body picture library.