# CompanyInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for company attributes when creating or updating a company. ### Access Scopes ## Fields * [customerSince](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime - The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) at which the company became the customer. * [externalId](/docs/api/admin-graphql/2024-10/scalars/String): String - A unique externally-supplied ID for the company. * [name](/docs/api/admin-graphql/2024-10/scalars/String): String - The name of the company. * [note](/docs/api/admin-graphql/2024-10/scalars/String): String - A note about the company. ## Input objects with this input object * [CompanyCreateInput](/docs/api/admin-graphql/2024-10/input-objects/CompanyCreateInput) * [companyUpdate](/docs/api/admin-graphql/2024-10/mutations/companyUpdate) ## Examples