Skip to content

Commit 8824437

Browse files
[skip ci] Updates
1 parent fde638c commit 8824437

3 files changed

Lines changed: 41 additions & 2 deletions

File tree

feed.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<description>Concur docs provides comprehensive information on working with the Concur platform</description>
66
<link>https://preview.developer.concur.com/</link>
77
<atom:link href="https://preview.developer.concur.com/feed.xml" rel="self" type="application/rss+xml" />
8-
<pubDate>Tue, 13 Jan 2026 13:13:04 +0000</pubDate>
9-
<lastBuildDate>Tue, 13 Jan 2026 13:13:04 +0000</lastBuildDate>
8+
<pubDate>Wed, 14 Jan 2026 22:04:25 +0000</pubDate>
9+
<lastBuildDate>Wed, 14 Jan 2026 22:04:25 +0000</lastBuildDate>
1010
<generator>Jekyll v4.1.1</generator>
1111

1212
</channel>
8.09 KB
Loading

tools-support/release-notes/api/2026-01-12.html

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,45 @@ <h1 id="api-release-notes-january-2026">API Release Notes, January 2026</h1>
465465

466466
<h2 id="new-this-month">New This Month</h2>
467467

468+
<h3 id="preview-hotel-service-v4-additions-to-reservation-and-search-requests">Preview: Hotel Service v4 Additions to Reservation and Search Requests</h3>
469+
470+
<ul>
471+
<li>New Travel Arranger Details</li>
472+
</ul>
473+
474+
<p>The Hotel Service v4 API will add travel arranger details to a reservation request. When a booking is created by a travel arranger, the SAP Concur system will send the contact information for the arranger, in addition to the contact details of the traveler, in the Reservation request. This will allow hotel connectors to send a confirmation email to the travel arranger when required.</p>
475+
476+
<p><strong>Example of the Reservation Request Details:</strong></p>
477+
478+
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>"arranger" : {
479+
"firstName": "William",
480+
"lastName": "Never",
481+
"contactInfo" : {
482+
"emails" : [
483+
"support@concursolutions.com"
484+
],
485+
"phoneNumbers" : [
486+
"tel:+1-425-555-1212"
487+
]
488+
}
489+
</code></pre></div></div>
490+
491+
<ul>
492+
<li>Addition of GIATA ID to Hotel Search Request</li>
493+
</ul>
494+
495+
<p>When a traveler searches for a specific hotel, Concur Travel will send the GIATA ID of that hotel property in the Search request which will allow hotel connectors to easily identify the hotel being requested.</p>
496+
497+
<p><strong>Example of the New Element Details:</strong></p>
498+
499+
<p><img src="./2026-01-12-hotel-service.png" alt="GIATA ID example" /></p>
500+
501+
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code> },
502+
"iataCode": "string"
503+
"giataCode": "string"
504+
},
505+
</code></pre></div></div>
506+
468507
<h3 id="now-available-endpoints-for-admin-regions-and-subdivisions-in-localities-v5">Now Available: Endpoints for Admin Regions and Subdivisions in Localities v5</h3>
469508

470509
<p>The Localities Service API suite has been enhanced to include a new set of v5 public GET APIs to retrieve data related to administrative regions and subdivisions, acting as a single source of truth for location-related information. They will provide similar coverage to the previous v3 and v4 APIs, which will be deprecated going ahead.</p>

0 commit comments

Comments
 (0)