Skip to main content

OrganisationConfigurationInput

No description

input OrganisationConfigurationInput {
name: String!
kvkNumber: String!
webIdUsername: String!
businessLocation: BusinessLocationInput!
logo: String
telephoneNumber: String!
email: String!
audience: [Audience!]!
journeyTypeConfigurations: [JourneyTypeConfigurationInput!]!
}

Fields

OrganisationConfigurationInput.name ● String! non-null scalar

Name of organisation

OrganisationConfigurationInput.kvkNumber ● String! non-null scalar

KVK number (8 digits)

OrganisationConfigurationInput.webIdUsername ● String! non-null scalar

username for the web id of the organisation. example: linckr, janssensnotary

OrganisationConfigurationInput.businessLocation ● BusinessLocationInput! non-null input

Business location fields

OrganisationConfigurationInput.logo ● String scalar

Logo (location in s3)

OrganisationConfigurationInput.telephoneNumber ● String! non-null scalar

Telephone number

OrganisationConfigurationInput.email ● String! non-null scalar

Email of organisation

OrganisationConfigurationInput.audience ● [Audience!]! non-null enum

Audience

OrganisationConfigurationInput.journeyTypeConfigurations ● [JourneyTypeConfigurationInput!]! non-null input

Which templates are allowed for which journey types in combination with the consumer role

Member of

configureNewOrganisation mutation