/dataAccess/uploadApplicantPhoto/¶
This uploads a “selfie” image of the applicant to the application.
Request
POST {{server}}/VPE/dataAccess/uploadImage/?__TT_ContainerId=...
Content-Type: application/octet-stream
__TT_DeviceId: device-id
__TT_SessionId: ...
<binary image data as octet stream>
- UploadApplicantPhotoRequest.ContainerId¶
=
ContainerIdThe unique identifier of the document container that the image belongs to.
Response
{
"Success": true,
"Message": "Operation executed successfully.",
"ImageId": "..."
}
- UploadApplicantPhotoResponse.ImageId¶
=
ImageIdThe unique identifier of the selfie image that was uploaded to the TrustID Cloud.