Skip to content

Commit 46f6794

Browse files
[skip ci] Updates
1 parent 1d741de commit 46f6794

4 files changed

Lines changed: 16 additions & 10 deletions

File tree

api-reference/direct-connects/hotel-service-4/v4.endpoints.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2790,7 +2790,7 @@ <h3 id="response-6">Response</h3>
27902790

27912791
<h2 id="modify-">Modify <a id="opIdmodify"></a></h2>
27922792

2793-
<p>Modify a specific reservation. For more details about the modification process, please read <a href="./v4.hotel-modify-booking.html">Hotel modify support for CHS</a></p>
2793+
<p>Modify a specific reservation. For more details about the modification process, check out <a href="./v4.hotel-modify-booking.html">Hotel Modify Support for CHS</a>.</p>
27942794

27952795
<h3 id="uri-7">URI</h3>
27962796

api-reference/direct-connects/hotel-service-4/v4.hotel-modify-booking.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,7 @@ <h1 id="hotel-modify-support-for-chs">Hotel Modify Support For CHS</h1>
12881288

12891289
<h2 id="overview">Overview</h2>
12901290

1291-
<p>This document describes the workflow that will be used if a CHS supplier wants to implement support for modifying hotel booking. As of now, SAP Concur supports only modification of dates with possibility of changing other attributes in the future. The supplier can choose to support this feature by implementing the Hotel Service <a href="./v4.endpoints.html#modify-">v4 <code class="language-plaintext highlighter-rouge">modify</code> endpoint</a>.</p>
1291+
<p>This document describes the workflow that will be used if a CHS supplier wants to implement support for modifying hotel booking. As of now, SAP Concur supports only modification of dates with possibility of changing other attributes in the future. The supplier can choose to support this feature by implementing the Hotel Service v4 <a href="./v4.endpoints.html#modify-"><code class="language-plaintext highlighter-rouge">modify</code></a> endpoint.</p>
12921292

12931293
<h2 id="workflow">Workflow</h2>
12941294

@@ -1306,7 +1306,7 @@ <h2 id="workflow">Workflow</h2>
13061306

13071307
<p>Below is the sequence diagram for the flow:</p>
13081308

1309-
<p><img src="images/diagrams/hotel_modify.png" alt="Modify process" /></p>
1309+
<p><img src="images/diagrams/hotel_modify.png" alt="Modify Process" /></p>
13101310

13111311
<h2 id="modify-recovery-process">Modify Recovery Process</h2>
13121312

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>Thu, 28 Aug 2025 14:48:44 +0000</pubDate>
9-
<lastBuildDate>Thu, 28 Aug 2025 14:48:44 +0000</lastBuildDate>
8+
<pubDate>Thu, 28 Aug 2025 17:54:14 +0000</pubDate>
9+
<lastBuildDate>Thu, 28 Aug 2025 17:54:14 +0000</lastBuildDate>
1010
<generator>Jekyll v4.1.1</generator>
1111

1212
</channel>

tools-support/release-notes/api/2025-08-07.html

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,17 @@ <h1 id="api-release-notes-august-2025">API Release Notes, August 2025</h1>
441441

442442
<h2 id="new-this-month">New This Month</h2>
443443

444+
<h3 id="now-available-support-of-hotel-date-modification-for-hotel-connectors">Now Available: Support of Hotel Date Modification for Hotel Connectors</h3>
445+
446+
<p>Hotel connectors support the modification of check-in and check-out dates using the Hotel Service v4 Modify endpoint. This allows users to change their dates of stay without having to cancel and rebook. When a user selects <strong>Change</strong>, we will send a rate-details request to the connector using the same <code class="language-plaintext highlighter-rouge">ratePlanId</code> as used in the original booking, together with the <code class="language-plaintext highlighter-rouge">confirmationCodes</code> associated with the original booking. The Hotel Connector will respond with the price details for the new dates so the user can review and accept. Once the user confirms the change request, we will invoke the modify endpoint.</p>
447+
448+
<p>The support of modification is optional. If the modification is supported by the Hotel Connector, they must send back the following flag in the Reservation response indicating whether that booking can be modified:</p>
449+
450+
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code> ],
451+
“isModifiable”: true
452+
}
453+
</code></pre></div></div>
454+
444455
<h3 id="now-available-post-operation-change-in-attendee-v4">Now Available: POST Operation Change in Attendee v4</h3>
445456

446457
<p>The Attendee v4 API will have the POST behavior changed. During a POST operation, even if a single attendee matches the duplicate criteria, a duplicate error will be thrown.</p>
@@ -577,11 +588,6 @@ <h2 id="previews">Previews</h2>
577588
<td>New Fields Added to Financial Integration Services (FIS) v4 API</td>
578589
<td>For customers of the Concur Expense Professional Edition using the Financial Integration Services (FIS) v4 API, additional fields will be included in the Expense report document payload and mileage fields will be added to the payroll document schema.</td>
579590
</tr>
580-
<tr>
581-
<td><a href="/tools-support/release-notes/api/2025-03-06.html">03/2025</a></td>
582-
<td>Support of Hotel Date Modification for Hotel Connectors</td>
583-
<td>Hotel connectors will support the modification of check-in and check-out dates using the Hotel Service v4 Modify endpoint. This will allow users to change their dates of stay without having to cancel and rebook.</td>
584-
</tr>
585591
<tr>
586592
<td><a href="/tools-support/release-notes/api/2024-05-09.html">05/2024</a></td>
587593
<td>Retention Period for Credit Card Data Files</td>

0 commit comments

Comments
 (0)