Skip to content

Commit ed647cd

Browse files
[skip ci] Updates
1 parent 1599b97 commit ed647cd

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

api-guides/travel/deeplink-integration.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ <h4 id="uri-template-2">URI Template</h4>
795795
</code></pre></div></div>
796796

797797
<h4 id="example-of-usage-1">Example of Usage</h4>
798-
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>https://www.concursolutions.com/goto/car-shop?pickuplocation=48.85694273527786,2.3501079080340315&amp;pickupdate=2024-06-01&amp;pickuptime=12:00&amp;dropofflocation=50.035467,8.562884&amp;dropoffdate=2024-06-02&amp;dropofftime=18:00
798+
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>https://www.concursolutions.com/goto/car-shop?pickuplocation=48.85694273527786,2.3501079080340315&amp;pickupdate=2024-06-01&amp;pickuptime=12:00:00&amp;dropofflocation=50.035467,8.562884&amp;dropoffdate=2024-06-02&amp;dropofftime=18:00:00
799799
</code></pre></div></div>
800800

801801
<h4 id="query-parameters-2">Query Parameters</h4>
@@ -825,7 +825,7 @@ <h4 id="query-parameters-2">Query Parameters</h4>
825825
<tr>
826826
<td><code class="language-plaintext highlighter-rouge">pickuptime</code></td>
827827
<td><code class="language-plaintext highlighter-rouge">string</code></td>
828-
<td><code class="language-plaintext highlighter-rouge">hh:mm</code></td>
828+
<td><code class="language-plaintext highlighter-rouge">hh:mm:ss</code></td>
829829
<td><strong>Required</strong> <br />Time when the car will be picked up. <br /> Uses the 24-hour format.</td>
830830
</tr>
831831
<tr>
@@ -843,7 +843,7 @@ <h4 id="query-parameters-2">Query Parameters</h4>
843843
<tr>
844844
<td><code class="language-plaintext highlighter-rouge">dropofftime</code></td>
845845
<td><code class="language-plaintext highlighter-rouge">string</code></td>
846-
<td><code class="language-plaintext highlighter-rouge">hh:mm</code></td>
846+
<td><code class="language-plaintext highlighter-rouge">hh:mm:ss</code></td>
847847
<td><strong>Required</strong> <br />Time when the car will be dropped off. <br />Uses the 24-hour format.</td>
848848
</tr>
849849
<tr>
@@ -1048,7 +1048,7 @@ <h4 id="uri-template-5">URI Template</h4>
10481048
</code></pre></div></div>
10491049

10501050
<h4 id="example-of-usage-4">Example of Usage</h4>
1051-
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>https://www.concursolutions.com/goto/rail-shop?departuredate=2024-06-12&amp;departuretime=15:00&amp;returndate=2024-06-13&amp;returntime=07:00&amp;departurelocation=41.378696,2.140457&amp;returnlocation=41.380057,2.138956
1051+
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>https://www.concursolutions.com/goto/rail-shop?departuredate=2024-06-12&amp;departuretime=15:00:00&amp;returndate=2024-06-13&amp;returntime=07:00:00&amp;departurelocation=41.378696,2.140457&amp;returnlocation=41.380057,2.138956
10521052
</code></pre></div></div>
10531053

10541054
<h4 id="query-parameters-5">Query Parameters</h4>
@@ -1078,7 +1078,7 @@ <h4 id="query-parameters-5">Query Parameters</h4>
10781078
<tr>
10791079
<td><code class="language-plaintext highlighter-rouge">departuretime</code></td>
10801080
<td><code class="language-plaintext highlighter-rouge">string</code></td>
1081-
<td><code class="language-plaintext highlighter-rouge">hh:mm</code></td>
1081+
<td><code class="language-plaintext highlighter-rouge">hh:mm:ss</code></td>
10821082
<td><strong>Required</strong> <br />Time when the train will depart. <br />Uses the 24-hour format.</td>
10831083
</tr>
10841084
<tr>
@@ -1096,7 +1096,7 @@ <h4 id="query-parameters-5">Query Parameters</h4>
10961096
<tr>
10971097
<td><code class="language-plaintext highlighter-rouge">returntime</code></td>
10981098
<td><code class="language-plaintext highlighter-rouge">string</code></td>
1099-
<td><code class="language-plaintext highlighter-rouge">hh:mm</code></td>
1099+
<td><code class="language-plaintext highlighter-rouge">hh:mm:ss</code></td>
11001100
<td>(Optional) <br /> Time when the train will return. <br />Uses the 24-hour format.</td>
11011101
</tr>
11021102
<tr>

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, 25 Feb 2026 22:03:04 +0000</pubDate>
9-
<lastBuildDate>Wed, 25 Feb 2026 22:03:04 +0000</lastBuildDate>
8+
<pubDate>Thu, 26 Feb 2026 14:58:14 +0000</pubDate>
9+
<lastBuildDate>Thu, 26 Feb 2026 14:58:14 +0000</lastBuildDate>
1010
<generator>Jekyll v4.1.1</generator>
1111

1212
</channel>

0 commit comments

Comments
 (0)