CompanyAddressSearch
No description
type CompanyAddressSearch {
id: Int!
firstName: String
lastName: String
street: String!
number: String
numberExtension: String
postalCode: String!
city: String!
region: String
country: String!
phone: String
mobile: String
email: String
code: String
notes: String
name: String
isDefault: YesNo!
type: AddressType!
active: YesNo
}
Fields
CompanyAddressSearch.id
● Int!
non-null scalar
Address primary identifier
CompanyAddressSearch.firstName
● String
scalar
First name the address applies to
CompanyAddressSearch.lastName
● String
scalar
Last name the address applies to
CompanyAddressSearch.street
● String!
non-null scalar
Address street
CompanyAddressSearch.number
● String
scalar
Address street number
CompanyAddressSearch.numberExtension
● String
scalar
Address street number extension
CompanyAddressSearch.postalCode
● String!
non-null scalar
Address postal code
CompanyAddressSearch.city
● String!
non-null scalar
Address city
CompanyAddressSearch.region
● String
scalar
Address region
CompanyAddressSearch.country
● String!
non-null scalar
Address country
CompanyAddressSearch.phone
● String
scalar
Fixed phone number that applies to this address [min: 6, max: 30]
CompanyAddressSearch.mobile
● String
scalar
Mobile phone number that applies to this address [min: 6, max: 30]
CompanyAddressSearch.email
● String
scalar
Email that applies to this address [valid email format needed]
CompanyAddressSearch.code
● String
scalar
Address code
CompanyAddressSearch.notes
● String
scalar
Address delivery notes
CompanyAddressSearch.name
● String
scalar
Address friendly descriptive name
CompanyAddressSearch.isDefault
● YesNo!
non-null enum
Indicates whether the address is default for its type
CompanyAddressSearch.type
● AddressType!
non-null enum
Address type [one of 'home', 'delivery', 'invoice']
CompanyAddressSearch.active
● YesNo
enum
Indicates whether the address is active
Member Of
CompanySearch
object