Skip to main content

InfoMediationStatus

No description

enum InfoMediationStatus {
DRAFT
IN_PROGRESS
COMPLETED
REJECTED
EXPIRED
FAILED
}

Values

InfoMediationStatus.DRAFT

DRAFT:

  • The info mediation request is prepared but not send yet to the consumer IN_PROGRESS:
  • The info mediation request is send to the consumer. COMPLETED:
  • The consumer fulfilled the tasks to gather the data and acknowledged to share the data with the organisation
  • The data is accessible until the specified availability period REJECTED:
  • The info mediation request is rejected by the consumer.
  • They can do it immediately or do it after it was already in status COMPLETED.
  • If you do need the data you can resend a new info mediation request EXPIRED:
  • The info mediation request is expired when the validFor time of the info mediation request has past
  • If you do need the data you can resend a new info mediation request FAILED:
  • The info mediation request has failed. ' Possible status transitions:
  • DRAFT -> IN_PROGRESS
  • IN_PROGRESS -> COMPLETED
  • IN_PROGRESS -> REJECTED
  • IN_PROGRESS -> EXPIRED
  • COMPLETED -> EXPIRED
  • COMPLETED -> REJECTED

InfoMediationStatus.IN_PROGRESS

InfoMediationStatus.COMPLETED

InfoMediationStatus.REJECTED

InfoMediationStatus.EXPIRED

InfoMediationStatus.FAILED

Member of

InfoMediation object