Skip to content

Commit cce24c7

Browse files
[skip ci] Updates
1 parent 322b86a commit cce24c7

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2372,6 +2372,10 @@
23722372
"totalPrice": {
23732373
"$ref": "#/definitions/TotalPrice"
23742374
},
2375+
"highlightedRateText": {
2376+
"description": "Informational text for highlighted rate",
2377+
"type": "string"
2378+
},
23752379
"rateDetailsCallRequired": {
23762380
"description": "Does this rate require a call to rateDetails before booking",
23772381
"example": true,
@@ -2761,4 +2765,4 @@
27612765
}
27622766
}
27632767
}
2764-
}
2768+
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1602,6 +1602,7 @@ <h3 id="response-1">Response</h3>
16021602
</span><span class="p">},</span><span class="w">
16031603
</span><span class="nl">"prepayRequired"</span><span class="p">:</span><span class="w"> </span><span class="kc">true</span><span class="p">,</span><span class="w">
16041604
</span><span class="nl">"refundable"</span><span class="p">:</span><span class="w"> </span><span class="kc">true</span><span class="p">,</span><span class="w">
1605+
</span><span class="nl">"highlightedRateText"</span><span class="p">:</span><span class="w"> </span><span class="s2">"Informational text for highlighted rate"</span><span class="p">,</span><span class="w">
16051606
</span><span class="nl">"rateDetailsCallRequired"</span><span class="w"> </span><span class="p">:</span><span class="w"> </span><span class="kc">true</span><span class="p">,</span><span class="w">
16061607
</span><span class="nl">"totalPrice"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w">
16071608
</span><span class="nl">"totalBeforeTax"</span><span class="p">:</span><span class="w"> </span><span class="mf">170.95</span><span class="p">,</span><span class="w">

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2395,6 +2395,12 @@ <h2 id="-roomrate"><a id="schemaroomrate"></a> RoomRate</h2>
23952395
<td>-</td>
23962396
<td>Information about cancellation penalties.</td>
23972397
</tr>
2398+
<tr>
2399+
<td><code class="language-plaintext highlighter-rouge">highlightedRateText</code></td>
2400+
<td><code class="language-plaintext highlighter-rouge">string</code></td>
2401+
<td>-</td>
2402+
<td>Informational text for highlighted rate</td>
2403+
</tr>
23982404
<tr>
23992405
<td><code class="language-plaintext highlighter-rouge">rateDetailsCallRequired</code></td>
24002406
<td><code class="language-plaintext highlighter-rouge">boolean</code></td>

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, 26 Jun 2025 18:34:54 +0000</pubDate>
9-
<lastBuildDate>Thu, 26 Jun 2025 18:34:54 +0000</lastBuildDate>
8+
<pubDate>Fri, 27 Jun 2025 17:25:09 +0000</pubDate>
9+
<lastBuildDate>Fri, 27 Jun 2025 17:25:09 +0000</lastBuildDate>
1010
<generator>Jekyll v4.1.1</generator>
1111

1212
</channel>

0 commit comments

Comments
 (0)