claim_document.rejectedCopy Pagewbhk claim_document.rejectedOccurs when a claim document fails validation and is rejected.PayloadA document uploaded as evidence for a claim.event_typeconstenumrequiredThe type of event that occurred.claim_document.rejectedclaim_document.rejectedAllowed:claim_document.rejectedtokenuuidrequiredUnique identifier for the document, in UUID formatcreateddate-timerequiredWhen the document was createdupdateddate-timerequiredWhen the document was last updatedrequirement_idstring | nullrequiredIdentifier of the document requirement this document satisfies. Null for supplemental documents not tied to a specific requirementnamestringrequiredName provided when the upload intent was createdstatusstringenumrequiredCurrent validation status of the documentPENDINGVALIDATINGACCEPTEDREJECTEDAllowed:PENDINGVALIDATINGACCEPTEDREJECTEDfailure_reasonstring | nullenumrequiredReason the document failed validation. Null unless status is REJECTEDINVALID_MIME_TYPEFILE_TOO_LARGEFILE_EMPTYCORRUPT_FILEOTHERnullAllowed:INVALID_MIME_TYPEFILE_TOO_LARGEFILE_EMPTYCORRUPT_FILEOTHERnullupload_urlstring | nullrequiredPresigned URL for uploading the file via HTTP PUT. Null after the upload window expires or after the document has been validatedupload_url_expires_atdate-time | nullrequiredWhen the upload URL expiresupload_constraintsrequiredConstraints the uploaded file must satisfyUpload ConstraintsnullUpload Constraints objectdownload_urlstring | nullrequiredPresigned URL for downloading the uploaded document. Available once the document is being validated or has been accepted (VALIDATING or ACCEPTED)download_url_expires_atdate-time | nullrequiredWhen the download URL expiresResponse 200Return a 200 status to indicate that the data was received successfullyUpdated about 6 hours ago