Skip to main content

Address

No description

type Address {
city: String
coordinates: Coordinates
country: String
createdDate: DateTime!
entrance: String @deprecated
id: UUID!
number: String
organizationId: UUID!
state: String
street: String
street2: String
updatedDate: DateTime!
zip: String
}

Fields

NomTypeDescription
cityString scalar
coordinatesCoordinates object
countryString scalar
createdDateDateTime! non-null scalarThe creation date-time of the entity
idUUID! non-null scalarUnique identifier of the entity
numberString scalar
organizationIdUUID! non-null scalarUnique identifier of the entity's parent organization. Used for tenancy separation.
stateString scalar
streetString scalar
street2String scalar
updatedDateDateTime! non-null scalarThe last update date-time of the entity
zipString scalarAddressOption ApartmentUnit BankAccount BankingDetails BusinessUnit Contractor CurrentHousing FinancialAccount HouseUnit Identity MoralProfile OtherUnit ParkingUnit Profession Profile Registration RentalFolderRecipient Unit UnitV2