AppendFileToSubmissionRequest
Uploads a file to be attached to a submission.
- fileType: stringrequired
Base64-encoded content of the file to be uploaded. Only the Base64-encoded string, without any prefix (e.g., 'data:image/jpeg;base64,'), should be assigned.
- fileType: string
Name requiredDesired name for the file uploaded
- documentType: string | null
Description Description of the file uploaded
- documentType: string | null
Subtype Sub type of the file uploaded.
- documentType: string | null
Type Type of the file uploaded
- entityType: string | null
Reference Id The client provided reference id for the individual, company or trust that this relates to
- requirementType: string | null
Reference Id The reference id of the requirement
Examples
{
"file": "JVBERi0xLjQKJeLjz9MKMyAwIG9iago8PC9UeXBlL1BhZ2U+PgplbmRvYmoK",
"fileName": "drivers-licence.pdf",
"requirementReferenceId": "a6f0c1d2-5b3e-4a77-9c21-0e8b6f4d1a90",
"entityReferenceId": "CRM-4821",
"documentType": "IdentityDocument",
"documentSubtype": "DriversLicence",
"documentDescription": "Victorian drivers licence, front and back"
}

