Skip to content

Commit a9a3780

Browse files
[skip ci] Updates
1 parent 9da966e commit a9a3780

File tree

4 files changed

+56
-3
lines changed

4 files changed

+56
-3
lines changed

api-explorer/v4-0/HotelService.swagger2.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2076,6 +2076,9 @@
20762076
"hotelPropertyRef": {
20772077
"$ref": "#/definitions/HotelPropertyRef"
20782078
},
2079+
"hrefs": {
2080+
"$ref": "#/definitions/ReservationCriteria_hrefs"
2081+
},
20792082
"legalEntity": {
20802083
"$ref": "#/definitions/LegalEntity"
20812084
},
@@ -2177,6 +2180,26 @@
21772180
],
21782181
"type": "object"
21792182
},
2183+
"ReservationCriteria_hrefs": {
2184+
"description": "Collection of URLs related to the booking, such as the Change Notification callback endpoint.",
2185+
"type": "object",
2186+
"properties": {
2187+
"changeNotificationV4": {
2188+
"type": "string",
2189+
"description": "Callback URL for the Change Notification API. The base URI varies depending on the datacenter where the booking is processed. The {TRIP_ID} will be replaced by the actual Trip ID.",
2190+
"example": "https://{DATACENTER}.api.concursolutions.com/travel/v4/trips/{TRIP_ID}/hotels/change-notification"
2191+
},
2192+
"authV0":{
2193+
"type": "string",
2194+
"description": "Authentication URL for the booking.",
2195+
"example": "https://{DATACENTER}.api.concursolutions.com/oauth2/v0/token"
2196+
}
2197+
},
2198+
"required": [
2199+
"changeNotificationV4",
2200+
"authV0"
2201+
]
2202+
},
21802203
"GDSRecordLocator": {
21812204
"properties":{
21822205
"gdsName": {

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2324,6 +2324,10 @@ <h4 id="request-5">Request</h4>
23242324
</span><span class="p">}</span><span class="w">
23252325
</span><span class="p">],</span><span class="w">
23262326
</span><span class="nl">"searchSessionToken"</span><span class="p">:</span><span class="w"> </span><span class="s2">"b41168ba-7ee1-4b68-9934-47f5c55337d6"</span><span class="p">,</span><span class="w">
2327+
</span><span class="nl">"hrefs"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w">
2328+
</span><span class="nl">"changeNotificationV4"</span><span class="p">:</span><span class="w"> </span><span class="s2">"https://{DATACENTER}.api.concursolutions.com/travel/v4/trips/123e4567-e89b-12d3-a456-426614174002/hotels/change-notification"</span><span class="p">,</span><span class="w">
2329+
</span><span class="nl">"authV0"</span><span class="p">:</span><span class="w"> </span><span class="s2">"https://{DATACENTER}.api.concursolutions.com/oauth2/v0/token"</span><span class="w">
2330+
</span><span class="p">},</span><span class="w">
23272331
</span><span class="nl">"legalEntity"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w">
23282332
</span><span class="nl">"name"</span><span class="p">:</span><span class="w"> </span><span class="s2">"My Great Company"</span><span class="p">,</span><span class="w">
23292333
</span><span class="nl">"taxId"</span><span class="p">:</span><span class="w"> </span><span class="s2">"111-11-1111"</span><span class="p">,</span><span class="w">

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

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3029,7 +3029,33 @@ <h2 id="-reservationcriteria"><a id="schemareservationcriteria"></a> Reservation
30293029
<td><code class="language-plaintext highlighter-rouge">gdsRecordLocator</code></td>
30303030
<td><a href="#schemagdsrecordlocator"><code class="language-plaintext highlighter-rouge">GDSRecordLocator</code></a></td>
30313031
<td>-</td>
3032-
<td>SAP Concur GDS record locator pointing to a PNR to use for this booking, either as an active segment or a passive segment. This will be only populated if using <a href="./v4.single-pnr-solution.html">Single PNR Solution</a></td>
3032+
<td>SAP Concur GDS record locator pointing to a PNR to use for this booking, either as an active segment or a passive segment. This will be only populated if using</td>
3033+
</tr>
3034+
<tr>
3035+
<td><code class="language-plaintext highlighter-rouge">hrefs</code></td>
3036+
<td><code class="language-plaintext highlighter-rouge">object</code></td>
3037+
<td>-</td>
3038+
<td>Map of reference URLs. Each key represents a specific functionality (e.g., <code class="language-plaintext highlighter-rouge">changeNotificationV4</code>, <code class="language-plaintext highlighter-rouge">authV0</code>).The base URI varies depending on the datacenter where the service is running.<br /><strong>Base URIs:</strong><br /> <code class="language-plaintext highlighter-rouge">https://us2.api.concursolutions.com</code> <br /> <code class="language-plaintext highlighter-rouge">https://eu2.api.concursolutions.com</code> <br /> <code class="language-plaintext highlighter-rouge">https://apj1.api.concursolutions.com</code> <br /><code class="language-plaintext highlighter-rouge">https://integration.api.concursolutions.com</code></td>
3039+
</tr>
3040+
<tr>
3041+
<td>» <code class="language-plaintext highlighter-rouge">changeNotificationV4</code></td>
3042+
<td><code class="language-plaintext highlighter-rouge">string</code></td>
3043+
<td><code class="language-plaintext highlighter-rouge">url</code></td>
3044+
<td><strong>Required</strong> Callback URL for the Change Notification API. Ex: <code class="language-plaintext highlighter-rouge">https://us2.api.concursolutions.com/travel/v4/trips/{TRIP_ID}/hotels/change-notification</code> The {TRIP_ID} should be replaced by the actual Trip ID.</td>
3045+
</tr>
3046+
<tr>
3047+
<td>» <code class="language-plaintext highlighter-rouge">authV0</code></td>
3048+
<td><code class="language-plaintext highlighter-rouge">string</code></td>
3049+
<td><code class="language-plaintext highlighter-rouge">url</code></td>
3050+
<td><strong>Required</strong> Authentication URL for the booking.</td>
3051+
</tr>
3052+
</tbody>
3053+
</table>
3054+
3055+
<table>
3056+
<tbody>
3057+
<tr>
3058+
<td><a href="./v4.single-pnr-solution.html">Single PNR Solution</a></td>
30333059
</tr>
30343060
</tbody>
30353061
</table>

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>Wed, 13 Aug 2025 13:08:24 +0000</pubDate>
9-
<lastBuildDate>Wed, 13 Aug 2025 13:08:24 +0000</lastBuildDate>
8+
<pubDate>Wed, 13 Aug 2025 17:56:24 +0000</pubDate>
9+
<lastBuildDate>Wed, 13 Aug 2025 17:56:24 +0000</lastBuildDate>
1010
<generator>Jekyll v4.1.1</generator>
1111

1212
</channel>

0 commit comments

Comments
 (0)