INPUT_OBJECT
CreateCompanyMutationInput
The input object that defines the fields for the createCompany mutation.
link GraphQL Schema definition
- input CreateCompanyMutationInput {
- # A descriptive name.
- String! :
- # The address of the company website.
- URL :
- # A telephone number.
- Numeric :
- # The primary color to use in Sonar.
- HtmlHexColor! :
- # The secondary color to use in Sonar.
- HtmlHexColor! :
- # Whether or not this entity is a default entry.
- Boolean! :
- # Whether or not this is enabled.
- Boolean! :
- # A two character country code.
- Country! :
- # A tax identification number. Should only be entered if you are required to share
- # some type of tax identification information with your customers.
- String :
- # Whether or not to include a detachable remittance slip on the invoice.
- Boolean! :
- # On an enabled remittance slip, who should checks be made payable to?
- String :
- # The address shown on the invoice, and on the remittance slip, if it is enabled.
- CreateAddressMutationInput! :
- # The IDs of `CustomField`s that should be displayed on invoices. A maximum of 3
- # fields can be selected, and they must all be associated with `Account`s.
- Int64Bit] : [
- # The URL to your customer portal.
- URL :
- # The ISP type of this `Company`.
- IspType :
- # Departments.
- CompanyDepartmentInput] : [
- # The daily start time of the period during which billing communication e.g. new
- # invoices, delinquency, etc. will not be sent.
- Time :
- # The daily end time of the period during which billing communication e.g. new
- # invoices, delinquency, etc. will not be sent.
- Time :
- # A note about this entity.
- NoteMutationInput :
- # A list of file IDs to be associated with this object. These must first have been
- # uploaded to the /files endpoint and must be currently unassociated.
- AssociateFileMutationInput] : [
- }