GenerateSupportingDocumentUploadUrlPayload
No description
union GenerateSupportingDocumentUploadUrlPayload = GenerateSupportingDocumentUploadUrlSuccessPayload | SupportingDocumentCollectionNotFoundRejection | ForbiddenRejection | InternalErrorRejection | SupportingDocumentUploadNotAllowedRejection | ValidationRejection
Possible types
GenerateSupportingDocumentUploadUrlPayload.GenerateSupportingDocumentUploadUrlSuccessPayload
object
GenerateSupportingDocumentUploadUrlPayload.SupportingDocumentCollectionNotFoundRejection
object
Rejection returned if the supporting document collection was not found
GenerateSupportingDocumentUploadUrlPayload.ForbiddenRejection
object
GenerateSupportingDocumentUploadUrlPayload.InternalErrorRejection
object
Rejection returned on unexpected server error
GenerateSupportingDocumentUploadUrlPayload.SupportingDocumentUploadNotAllowedRejection
object
Rejection returned if the supporting document collection cannot receive supporting documents anymore
GenerateSupportingDocumentUploadUrlPayload.ValidationRejection
object
Rejection returned if an input contains invalid data
Returned By
generateSupportingDocumentUploadUrl
mutation