Skip to main content

AddressInput

No description

input AddressInput {
organizationRegistrationId: String
organizationName: String
organizationNumber: String
ssn: String
firstName: String
lastName: String
streetAddress: String
houseNumber: String
houseExtension: String
streetAddress2: String
streetAddress3: String
postalCode: String
city: String
countryCode: String
stateCode: String
email: String
phone: String
reference: String
doorCode: String
attention: String
}

Fields

organizationRegistrationId ● String

Company’s registration id

organizationName ● String

Name of the company

organizationNumber ● String

The organization number of the company

ssn ● String

The social security number of the person

firstName ● String

The first name of the person

lastName ● String

The last name of the person

streetAddress ● String

The street address of the person/company

houseNumber ● String

The houseNumber part of the street address

houseExtension ● String

The houseExtension part of the street address

streetAddress2 ● String

The street address line 2

streetAddress3 ● String

The street address line 3

postalCode ● String

The postal code of the address

city ● String

The city of the address

countryCode ● String

The alpha-2 iso code of the country

stateCode ● String

The administrative state the country of the address

email ● String

The email of the person/company

phone ● String

The phone number of the address

reference ● String

Voluntary reference

doorCode ● String

Voluntary door code

attention ● String

The intended receiver of the delivery

Example

{}