OBJECT

BusinessPartner

link GraphQL Schema definition

  • type BusinessPartner {
  • # The generated id of the business partner, used to refer to a unique business
  • # partner
  • id: ID
  • # The company number. This is a number that uniquely identifies the company
  • # (equals the VAT number for VAT liable companies)
  • companyNumber: String
  • # The name of the business partner,
  • name: String
  • # The address for this business partner
  • address: Address
  • # The email for this business partner
  • email: String
  • # The telephone number for this business partner
  • phone: String
  • # The fax number for this business partner
  • fax: String
  • }