Skip to main content

SendDocumentWithReadReceiptInfoMediationTemplate

A SendDocumentWithReadReceiptInfoMediationTemplate allows a provider to send a consumer a document. A template configured with this journeyReferenceType also requires a document journeyReferenceType. The different journeyReferenceType of documents that can be send (drivers license, passport, ...) can be queried for an organisation with the documentTypes query. For example: a provider sends a copy of the purchase agreement to the consumer.

type SendDocumentWithReadReceiptInfoMediationTemplate implements InfoMediationTemplate {
id: String!
type: InfoMediationTemplateType!
name: String!
documentType: DocumentType!
}

Fields

SendDocumentWithReadReceiptInfoMediationTemplate.id ● String! non-null scalar

SendDocumentWithReadReceiptInfoMediationTemplate.type ● InfoMediationTemplateType! non-null enum

SendDocumentWithReadReceiptInfoMediationTemplate.name ● String! non-null scalar

SendDocumentWithReadReceiptInfoMediationTemplate.documentType ● DocumentType! non-null object

Interfaces

InfoMediationTemplate interface