INPUT_OBJECT
CreateRegistrationInput
An input structure to create a registration using existing entity IDs. Provide exactly one of draft_company_id or draft_trainee_id.
link GraphQL Schema definition
- input CreateRegistrationInput {
- # Origin of the registration. If not provided, it will be set to 'API'
- : String
- # ID of existing draft company to register
- : ID
- # ID of existing draft trainee to register
- : ID
- # Inter-company registration? If true, training_session_id is required
- : Boolean
- # Number of learners to register (for company registrations)
- : Int
- # Root program to register to
- : ID!
- # Optional training session belonging to the program
- : ID
- }