# Update Info Endpoint: POST /travel-details/{id} Version: 2.0.0 Security: oAuth, bearerAuth ## Path parameters: - `id` (string, required) Travel Detail Link ID. Example: "ABCD-EFGH-IJKL" ## Request fields (application/json): - `trip_name` (string) Example: "Trip Name" - `destinations` (array) - `nationalities` (array) Example: ["DE","AT"] - `start_date` (string) Example: "2020-01-01" - `end_date` (string) Example: "2020-01-01" - `tour_operators` (array) - `individual_contents` (array) - `cover_media` (string) Selects cover media to be displayed on the enduser link. Use UUID retrieved from /travel-details/media endpoint. - `show_country_info` (boolean,null) - `reference_id` (string,null) Example: "REF-123" - `note` (string,null) Example: "A note about the trip" - `subscribe` (array) - `subscribe.email_address` (string) - `subscribe.language` (string) Language to use for emails sent to traveller. Enum: "de", "en", "fr", "it", "nl", "pl", "es", "pt", "ru", "bg", "cs", "da", "el", "fi", "hu", "nb", "ro", "sk", "sl", "sv", "tr" ## Response 200 fields (application/json): - `data` (object) - `data.tid` (string) Example: "ABCD-EFGH-IJKL" - `data.reference_id` (string,null) Example: "REF-123" - `data.trip_name` (string) Example: "Trip Name" - `data.cruise_compass` (object,null) - `data.cruise_compass.cruise_id` (string) Cruise ID for associated Cruise Compass cruise. - `data.destinations` (array) Example: ["TR","ZA","AE"] - `data.destinations_list` (array) - `data.destinations_list.code` (string) Destination code for the information record. Example: "FR" - `data.destinations_list.type` (string) Enum: "cruise", "pre-stay", "follow-up" - `data.nationalities` (array) Example: ["DE","AT"] - `data.nationalities_meta` (array) - `data.nationalities_meta.code` (string) Code for nationality that this meta information record belongs to. - `data.nationalities_meta.inherent` (boolean) Whether the nationality was added by an API request. - `data.nationalities_meta.added_by_user` (boolean) Whether the nationality was added by a traveller on travel detail link. - `data.tour_operators` (array) Tour operator content will be displayed on the travel details link for records with these codes. Example: ["tour_operator_1","tour_operator_2"] - `data.individual_contents` (array) Individual content sections will be displayed on the travel details link for these codes. Example: ["individual_content_section_1","individual_content_section_2"] - `data.start_date` (string) Example: "2020-01-01" - `data.end_date` (string) Example: "2020-01-07" - `data.note` (string,null) Example: "A note about the trip." - `data.cover_media` (string) Cover media that will be displayed on the enduser link. - `data.visits` (integer) - `data.last_visited_at` (string) Example: "2020-01-01 00:00:00" - `data.last_important_change_at` (string) Example: "2020-01-01 00:00:00" - `data.created_at` (string) Example: "2020-01-01 00:00:00" - `requestid` (string) Unique Request ID identifying this request. - `responsetime` (number) Time taken to generate response.