INPUT_OBJECT
UpdateCompanyMutationInput
The input object that defines the fields for the updateCompany mutation.
link GraphQL Schema definition
- input UpdateCompanyMutationInput {
- #   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.
- : UpdateOrCreateAddressMutationInput
- #   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]
- #   Setting this value to `true` will set `tax_identification` to null.
- : Boolean
- #   Setting this value to `true` will set `checks_payable_to` to null.
- : Boolean
- #   Setting this value to `true` will set `customer_portal_url` to null.
- : Boolean
- #   Setting this value to `true` will set `isp_type` to null.
- : Boolean
- #   Setting this value to `true` will set `website_address` to null.
- : Boolean
- #   Setting this value to `true` will set `phone_number` to null.
- : Boolean
- #   Setting this value to `true` will set 
- #   `billing_communication_delay_start_local_time` to null.
- : Boolean
- #   Setting this value to `true` will set 
- #   `billing_communication_delay_end_local_time` to null.
- : Boolean
- }