Skip to main content
POST
/realms/{realmId}/organizations/{organizationId}/travel/trips

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

realmId
string
required
organizationId
string
required

Body

application/json
idempotencyKey
string
required

Client-generated key, unique per organization while the trip is not FAILED (D10). Retrying with the same key resumes/returns the same trip instead of double-booking.

Required string length: 1 - 120
air
object[]
Minimum array length: 1
hotel
object[]
Minimum array length: 1
bus
object[]
Minimum array length: 1
vehicle
object[]
Minimum array length: 1
customFields
object

Validated against the identity TRIP definitions; immutable after creation.

Response

default

Undocumented response (no code type, no existing spec).