OBJECT
Company
A Company
link GraphQL Schema definition
- type Company {
- # 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
- # DEPRECATED - Use `civility` from `contact` instead
- : String @deprecated( reason: "Use `civility` from `contact` instead" )
- # DEPRECATED - Use `email` from `contact` instead
- : String @deprecated( reason: "Use `email` from `contact` instead" )
- # DEPRECATED - Use `fax` from `contact` instead
- : String @deprecated( reason: "Use `fax` from `contact` instead" )
- # DEPRECATED - Use `firstname` from `contact` instead
- : String @deprecated( reason: "Use `firstname` from `contact` instead" )
- # DEPRECATED - Use `lastname` from `contact` instead
- : String @deprecated( reason: "Use `lastname` from `contact` instead" )
- # DEPRECATED - Use `phone` from `contact` instead
- : String @deprecated( reason: "Use `phone` from `contact` instead" )
- # DEPRECATED - Use `position` from `contact` instead
- : String @deprecated( reason: "Use `position` from `contact` instead" )
- # DEPRECATED - Use `civility` from `contact` instead
- : String @deprecated( reason: "Use `civility` from `contact` instead" )
- # DEPRECATED - Use `email` from `contact` instead
- : String @deprecated( reason: "Use `email` from `contact` instead" )
- # DEPRECATED - Use `fax` from `contact` instead
- : String @deprecated( reason: "Use `fax` from `contact` instead" )
- # DEPRECATED - Use `firstname` from `contact` instead
- : String @deprecated( reason: "Use `firstname` from `contact` instead" )
- # DEPRECATED - Use `lastname` from `contact` instead
- : String @deprecated( reason: "Use `lastname` from `contact` instead" )
- # DEPRECATED - Use `phone` from `contact` instead
- : String @deprecated( reason: "Use `phone` from `contact` instead" )
- # DEPRECATED - Use `position` from `contact` instead
- : String @deprecated( reason: "Use `position` from `contact` instead" )
- : [Contact]
- : String
- # Adresse de l'entreprise (code ISO pays)
- : String
- # Returns an object of custom fields. It only returns fields that are not empty.
- # Cf. http://app.digiforma.com/help#section-more-config. This feature might not be
- # included in your plan.
- : Map
- # Used only for temporary companies when pre-registering into a session
- : 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
- : ID
- # IDCC
- : String
- # Creation date and time - format: YYYY-MM-DDThh:mm:sss
- : NaiveDateTime
- # 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
- : [Note]
- # 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
- : [TrainingSession]
- # Last update date and time - format: YYYY-MM-DDThh:mm:sss
- : NaiveDateTime
- # 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
- }
link Require by
- ChargeA charge
- CustomerEntityA customer can be a company or an individual. This union type wraps these two possible kind of entities.
- EvaluationEntityA evaluation can be answer by can be a company, a funding agency, an instructor or an individual. This union type wraps these four possible kind of entities.
- InvoiceRecipientAn union to wrap the recipient of an invoice which can be of different kinds
- Notenull
- RegistrationEntityA customer can be a company or an individual. This union type wraps these two possible kind of entities.
- RootMutationTypenull
- RootQueryTypenull
- TraineeA trainee - Represents an individual taking a part in a training session. Can attend multiple training sessions.