INPUT_OBJECT
CompanyInput
An input data structure to create or update a company
link GraphQL Schema definition
- input CompanyInput {
- # N° de compte entreprise en compta
- : String
- # Code APE de l'entreprise
- : String
- # Adresse de l'entreprise (ville)
- : String
- # Adresse de l'entreprise (code postal)
- : String
- # Code interne de l'entreprise
- : String
- : [ContactInputObject]
- # Adresse de l'entreprise (code ISO pays)
- : String
- # List of custom field values for the company
- : [CustomFieldValueInput]
- # Create a draft company, defaults to false
- : Boolean
- # Email de l'entreprise
- : String
- # Effectifs de l’entreprise
- : Int
- # Champs libre pour indiquer un lien avec un service externe
- : String
- # Groupe de l'entreprise
- : String
- # IDCC
- : String
- # Make the order form number required for invoices involving this company
- : Boolean
- # Registered business name
- : String
- # Langue
- : String
- # NACE
- : String
- # Nom de l'entreprise
- : String
- # Notes libres
- : String
- # OPCO
- : String
- # Numéro d’adhérent à l’OPCO
- : String
- # Tel de l'entreprise
- : String
- # Etat ou collectivité territoriale ?
- : Boolean
- # Ville de l'enregistrement du RCS
- : String
- # Adresse de l'entreprise (rue)
- : String
- # N° d'enregistrement de l'entreprise
- : String
- # Numéro de TVA l'entreprise
- : String
- # N° de compte TVA en compta
- : String
- # German administration only - Umsatzsteuer-Identifikationsnummer
- : String
- # Site web de l'entreprise
- : String
- }