DocumentUploaded
The document was successfully uploaded.
type DocumentUploaded {
contractID: PolicyID!
documentId: String!
}
Fields
DocumentUploaded.contractID ● PolicyID! non-null scalar
The contract ID of the offer the document was uploaded for.
DocumentUploaded.documentId ● String! non-null scalar
The ID of the uploaded document in the insurance system.
Implemented By
UploadDocumentResult union