# PurchasingCompanyInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for a purchasing company, which is a combination of company, company contact, and company location. ### Access Scopes ## Fields * [companyContactId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - ID of the company contact. * [companyId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - ID of the company. * [companyLocationId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - ID of the company location. ## Input objects with this input object * [PurchasingEntityInput](/docs/api/admin-graphql/2024-10/input-objects/PurchasingEntityInput) ## Examples