OBJECT

Accountant

A registered accountant company.

link GraphQL Schema definition

  • type Accountant {
  • # The name of the accountant
  • name: String
  • # The company number associated with the accountant. For VAT liable companies this
  • # will be their VAT number
  • companyNumber: String
  • # The systemname as it is known in ClearFacts
  • systemName: String
  • # The address registered to the accountant
  • address: Address
  • # The platform name
  • platformName: String
  • # Default email address of the accountant
  • email: String
  • # A public URL to the logo of the accountant
  • logo: String
  • # A public URL to the favicon of the accountant
  • favicon: String
  • }