Skip to main content

InfoMediationRequestInput

No description

input InfoMediationRequestInput {
consumerConnectionId: String!
dueDate: String!
validFor: String!
messageBase64: String!
template: InfoMediationTemplateInput!
}

Fields

InfoMediationRequestInput.consumerConnectionId ● String! non-null scalar

The id of a consumer connection that has one of the following statuses: ACTIVE PENDING INVITED. Consumer connections which are EXPIRED or REJECTED cannot be used to mediate info. In the latter case you have to add those consumers again to the folder, so that a new connection request is triggered.

InfoMediationRequestInput.dueDate ● String! non-null scalar

dueDate is the moment the consumer needs to fulfill the info mediation request Cannot be in the past.

InfoMediationRequestInput.validFor ● String! non-null scalar

ValidFor is the time the data of the consumer remains available for the provider. The format for the String to be parsed is “PnDTnHnMn.nS” where “nDT” means ‘n’ number of Days, “nH” means ‘n’ number of Hours, “nM” means ‘n’ number of Minutes and “nS” means ‘n’ number of Seconds. The formats accepted are based on the ISO-8601 duration format. Years and Months are not supported and need to be converted to Days!

InfoMediationRequestInput.messageBase64 ● String! non-null scalar

A guiding message for the consumerConnection that is shown in the email and or mobile application. For example: Hi John, I'm requesting your personal information, so I can finalize the deed for selling your house. Kind regards Michael This message is returned in Base64 encoded format

InfoMediationRequestInput.template ● InfoMediationTemplateInput! non-null input

Member of

addDraftInfoMediationRequestsToFolder mutation ● addInfoMediationRequestsToFolder mutation