Skip to main content

BusinessLocation

No description

type BusinessLocation {
name: String!
street: String!
streetNumber: String!
addition: String
postalCode: String!
city: String!
}

Fields

BusinessLocation.name ● String! non-null scalar

Name of the business location

BusinessLocation.street ● String! non-null scalar

Street Free text field

BusinessLocation.streetNumber ● String! non-null scalar

Street Number Free text field

BusinessLocation.addition ● String scalar

addition Free text field

BusinessLocation.postalCode ● String! non-null scalar

Postal code 4 digits, followed by 2 letters Can optionally be separated by a single space

BusinessLocation.city ● String! non-null scalar

City Free text field

Member of

ConnectedServiceProviderInfo object ● Organisation object