Event Templates

Create an event template

This endpoint creates an event template.

post/v2/event-templates

Request body

namestring required

Name of the event template

descriptionstring

Description of the event

allowedBookingTypesEventAllowedBookingType[]

Allowed booking types for the event template

internalNotesstring

Internal notes of the event

travelerTypesPersona[] required

Allowed traveler types for the event

policyIdstring uuid

Policy associated with the event.

bookingStyle'SELF_SERVE' | 'AGENT_MANAGED' required

The booking style for the event's participants.

externalIdstring

External Id for the event

allowTravelersPolicy'ALLOWED' | 'NOT_ALLOWED'

Apply travelers policy when it is less restrictive.

allowTravelersToRsvp'ALLOWED' | 'NOT_ALLOWED'

Allow travelers to rsvp for the event

Response

OK

idstring

Changes

Changed in 1 of the 4 revisions of this API.1

    • added the new AMADEUS_NDC enum value to the request property tripOverrides/rateCodeOverrides/items/supplier

      request-property-enum-value-added