Create traveller journey
Adds a traveller to a specific journey. If the traveller does not exist as a company traveller, they will be automatically created and then subsequently added to the journey.
Create a new journey for traveller
Authorizations
AuthorizationstringRequired
Token-based authentication with required prefix "Token"
Body
idstringRead-onlyRequired
short_idstring | nullableOptional
journeystringRequired
emailstring · emailRequired
namestringOptional
phonestringOptional
supervisorstring | nullableOptional
date_startstring · dateOptional
progressnumber · doubleRead-onlyRequired
statusstringRead-onlyRequired
picturestring · uriOptional
sourcestringWrite-onlyOptional
source_descriptionstringWrite-onlyOptional
Responses
201Success
application/json
400Error
application/json
401
Unauthorized
post
v1/traveller-journeys/Request samples
Response samples
Last updated