v1

latestOpenAPI 3.1.02026-08-0630894634.3 KB
Trip Notes

Create a note for agents

Creates a note addressed to the agents assigned for a specific trip. Agent notes are used to communicate trip-related information to agents handling the trip, such as special instructions, updates made on the booking, or any unresolved issues reported by the traveler.

Use this endpoint to:

  • Add a note to a trip so the agents working on it will have all the latest information about the trip.
  • Use the optional pnrId field in the request body to link a note to a specific PNR within a trip.
post/v2/trips/{tripId}/agent-notes

Request body

pnrIdstring

Pnr ID (optional)

notestring required

Note message

Example request

{
  "pnrId": "6789533589",
  "note": "An agent task has been created."
}

Response

Created