INPUT_OBJECT
TraineeInput
An input data structure to create or update a trainee. Lastname is required. Be careful not to create duplicates!
link GraphQL Schema definition
- input TraineeInput {
- # N° de compte apprenant en compta
- : String
- # Lieu de naissance
- : String
- # Code postal du lieu de naissance
- : String
- : String
- # Date de naissance
- : String
- # Adresse de l'apprenant (ville)
- : String
- # Adresse de l'apprenant (code postal)
- : String
- # one of "mr", "mme", "other"
- : String
- # German administration only - Title, prof, dr, or prof_dr
- : Title
- # Code interne de l'apprenant
- : String
- # Only for employee
- : ID
- # Raison sociale (indépendant)
- : String
- # Adresse de l'apprenant (code ISO pays)
- : String
- # Input an object of custom fields. Format: [{field:`name of your custom field`,
- # value:`your value`}] CAREFUL: Only input existing custom field. Adding none
- # existing custom field will fail the request. Cf.
- # http://app.digiforma.com/help#section-more-config. This feature might not be
- # included in your plan.
- : [CustomFieldInput]
- # Code Adeli (DPC)
- : String
- # Mode d'exercice dominant (DPC)
- : String
- # Code RPPS (DPC)
- : String
- # This signals the trainee is not fully registered into the session
- : Boolean
- # Email
- : String
- # Champs libre pour indiquer un lien avec un service externe
- : String
- # Prénom
- : String
- # Mention à ajouter
- : String
- # Reconnaissance travailleur handicapé
- : Boolean
- # Salaire horaire brut
- : Float
- # Spanish administration only - Is the trainee an intermittent worker
- : Boolean
- # Spanish administration only - Is the trainee working part time
- : Boolean
- # Spanish administration only - Is the trainee a victim of sexual harassment
- : Boolean
- # Spanish administration only - Is the trainee affected from terrorism
- : Boolean
- # Dernier diplôme obtenu
- : String
- # Nom de famille
- : String
- # Spanish administration only - 1 to 10
- : Int
- # Langue
- : String
- # Nationalité
- : String
- # Notes libres
- : String
- # Tel de l'apprenant
- : String
- # Tel secondaire de l'apprenant
- : String
- # Only for employee. You have to use the `companyId` field in order for the
- # position to be updated.
- : String
- # Profession de l'apprenant
- : String
- # Spanish administration only - Professional category of the trainee
- : ProfessionalCategoryType
- # Adresse de l'apprenant (rue)
- : String
- # N° d'enregistrement de l'apprenant
- : String
- # Catégorie socio-professionnelle
- : String
- # N° de sécurité sociale
- : String
- # Status of the trainee. Can be one of "employee", "independant", "individual",
- # defaults to "employee"
- : String
- # N° TVA de l'apprenant
- : String
- # N° de compte TVA en compta
- : String
- # German administration only - Umsatzsteuer-Identifikationsnummer
- : String
- # Nature du contrat de travail
- : String
- }