Skip to content

Commit 5cc5306

Browse files
[skip ci] Updates
1 parent b296f8a commit 5cc5306

File tree

2 files changed

+30
-33
lines changed

2 files changed

+30
-33
lines changed

api-reference/travel/itinerary/trip/trip-extras.html

Lines changed: 28 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77

8-
<title> SAP Concur Developer Center | Trip Extras</title>
8+
<title> SAP Concur Developer Center | Trip Extras v5</title>
99

1010

1111
<!-- Meta -->
@@ -1280,25 +1280,22 @@
12801280
class="col-md-8 markdown-body">
12811281

12821282

1283-
<div id="attn-prerelease">
1283+
<h1 id="trip-extras-v5">Trip Extras v5</h1>
1284+
1285+
<div id="attn-prerelease">
12841286
<p><strong>Important</strong>: This API is currently in pre-release status and is only available to approved early access participants. The API is under development and might change before being generally released. To become an early access participant, contact your SAP Concur Representative.</p>
12851287
</div>
12861288

1287-
<h1 id="trip-extras">Trip Extras</h1>
1288-
12891289
<p>The Trip Extras API allows you to append, manage, and cancel extra bookings from external partners on a Concur trip.</p>
12901290

1291-
<h3 id="version">Version</h3>
1292-
1293-
<p>1.0.0</p>
1294-
12951291
<h2 id="limitations">Limitations</h2>
12961292

12971293
<p>Access to this documentation does not provide access to the API.</p>
12981294

12991295
<h2 id="uri">URI</h2>
13001296

1301-
<p><code class="language-plaintext highlighter-rouge">/travel/v5/trips/{trip_uuid}/trip-extras</code></p>
1297+
<div class="language-shell highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="sb">`</span>/travel/v5/trips/<span class="o">{</span>trip_uuid<span class="o">}</span>/trip-extras<span class="sb">`</span>
1298+
</code></pre></div></div>
13021299

13031300
<h2 id="scope">Scope</h2>
13041301

@@ -1353,17 +1350,17 @@ <h4 id="body-json">Body (JSON)</h4>
13531350
<tr>
13541351
<td><code class="language-plaintext highlighter-rouge">userId</code></td>
13551352
<td><code class="language-plaintext highlighter-rouge">string</code></td>
1356-
<td><strong>Required</strong>. UUID of the user for whom the trip extra is being appended</td>
1353+
<td><strong>Required</strong>. UUID of the user to whom the trip extra is being appended</td>
13571354
</tr>
13581355
<tr>
13591356
<td><code class="language-plaintext highlighter-rouge">booking</code></td>
13601357
<td><code class="language-plaintext highlighter-rouge">object</code></td>
1361-
<td><strong>Required</strong>. Booking details (see below)</td>
1358+
<td><strong>Required</strong>. Find more details in the Booking section below</td>
13621359
</tr>
13631360
</tbody>
13641361
</table>
13651362

1366-
<h5 id="booking">Booking</h5>
1363+
<h4 id="booking">Booking</h4>
13671364

13681365
<table>
13691366
<thead>
@@ -1382,22 +1379,22 @@ <h5 id="booking">Booking</h5>
13821379
<tr>
13831380
<td><code class="language-plaintext highlighter-rouge">partner</code></td>
13841381
<td><code class="language-plaintext highlighter-rouge">object</code></td>
1385-
<td><strong>Required</strong>. Partner details (see <code class="language-plaintext highlighter-rouge">Partner</code> below)</td>
1382+
<td><strong>Required</strong>. Find more details in the Partner section below</td>
13861383
</tr>
13871384
<tr>
13881385
<td><code class="language-plaintext highlighter-rouge">vendor</code></td>
13891386
<td><code class="language-plaintext highlighter-rouge">object</code></td>
1390-
<td>Vendor details (see <code class="language-plaintext highlighter-rouge">Vendor</code> section)</td>
1387+
<td>See more details in the Vendor section below</td>
13911388
</tr>
13921389
<tr>
13931390
<td><code class="language-plaintext highlighter-rouge">details</code></td>
13941391
<td><code class="language-plaintext highlighter-rouge">object</code></td>
1395-
<td><strong>Required</strong>. Booking details (see <code class="language-plaintext highlighter-rouge">GroundBooking Details</code> below)</td>
1392+
<td><strong>Required</strong>. Find more booking information in the GroundBooking Details section below</td>
13961393
</tr>
13971394
</tbody>
13981395
</table>
13991396

1400-
<h5 id="partner">Partner</h5>
1397+
<h4 id="partner">Partner</h4>
14011398

14021399
<p>A partner is an aggregator or intermediary that provides access to one or more vendors.</p>
14031400

@@ -1423,7 +1420,7 @@ <h5 id="partner">Partner</h5>
14231420
</tbody>
14241421
</table>
14251422

1426-
<h5 id="vendor">Vendor</h5>
1423+
<h4 id="vendor">Vendor</h4>
14271424

14281425
<p>Vendor is the actual service provider fulfilling the reservation.</p>
14291426

@@ -1454,7 +1451,7 @@ <h5 id="vendor">Vendor</h5>
14541451
</tbody>
14551452
</table>
14561453

1457-
<h5 id="groundbooking-details">GroundBooking Details</h5>
1454+
<h4 id="groundbooking-details">GroundBooking Details</h4>
14581455

14591456
<table>
14601457
<thead>
@@ -1493,32 +1490,32 @@ <h5 id="groundbooking-details">GroundBooking Details</h5>
14931490
<tr>
14941491
<td><code class="language-plaintext highlighter-rouge">vehicle</code></td>
14951492
<td><code class="language-plaintext highlighter-rouge">object</code></td>
1496-
<td><strong>Required</strong>. Vehicle information (see <code class="language-plaintext highlighter-rouge">Vehicle</code> section)</td>
1493+
<td><strong>Required</strong>. Find more details in the Vehicle section below</td>
14971494
</tr>
14981495
<tr>
14991496
<td><code class="language-plaintext highlighter-rouge">pickup</code></td>
15001497
<td><code class="language-plaintext highlighter-rouge">object</code></td>
1501-
<td><strong>Required</strong>. (see <code class="language-plaintext highlighter-rouge">Pickup</code> below)</td>
1498+
<td><strong>Required</strong>. For more details, go to the Pickup section below</td>
15021499
</tr>
15031500
<tr>
15041501
<td><code class="language-plaintext highlighter-rouge">dropoff</code></td>
15051502
<td><code class="language-plaintext highlighter-rouge">object</code></td>
1506-
<td>(see <code class="language-plaintext highlighter-rouge">Stop</code> section)</td>
1503+
<td>Find more details in the Stop section below</td>
15071504
</tr>
15081505
<tr>
15091506
<td><code class="language-plaintext highlighter-rouge">stops</code></td>
15101507
<td><code class="language-plaintext highlighter-rouge">array</code></td>
1511-
<td>A list of intermediate stops (see <code class="language-plaintext highlighter-rouge">Stop</code>)</td>
1508+
<td>A list of intermediate stops. See the Stop section below</td>
15121509
</tr>
15131510
<tr>
15141511
<td><code class="language-plaintext highlighter-rouge">price</code></td>
15151512
<td><code class="language-plaintext highlighter-rouge">object</code></td>
1516-
<td>Pricing details (see <code class="language-plaintext highlighter-rouge">Price</code> below)</td>
1513+
<td>Get more details in the Price section below</td>
15171514
</tr>
15181515
</tbody>
15191516
</table>
15201517

1521-
<h5 id="vehicle">Vehicle</h5>
1518+
<h4 id="vehicle">Vehicle</h4>
15221519

15231520
<p>Information about the vehicle assigned for the ground transportation.</p>
15241521

@@ -1559,7 +1556,7 @@ <h5 id="vehicle">Vehicle</h5>
15591556
</tbody>
15601557
</table>
15611558

1562-
<h5 id="pickup">Pickup</h5>
1559+
<h4 id="pickup">Pickup</h4>
15631560

15641561
<table>
15651562
<thead>
@@ -1608,7 +1605,7 @@ <h5 id="pickup">Pickup</h5>
16081605
</tbody>
16091606
</table>
16101607

1611-
<h5 id="stop">Stop</h5>
1608+
<h4 id="stop">Stop</h4>
16121609

16131610
<table>
16141611
<thead>
@@ -1657,7 +1654,7 @@ <h5 id="stop">Stop</h5>
16571654
</tbody>
16581655
</table>
16591656

1660-
<h5 id="address">Address</h5>
1657+
<h4 id="address">Address</h4>
16611658

16621659
<table>
16631660
<thead>
@@ -1701,7 +1698,7 @@ <h5 id="address">Address</h5>
17011698
</tbody>
17021699
</table>
17031700

1704-
<h5 id="geolocation">Geolocation</h5>
1701+
<h4 id="geolocation">Geolocation</h4>
17051702

17061703
<table>
17071704
<thead>
@@ -1725,7 +1722,7 @@ <h5 id="geolocation">Geolocation</h5>
17251722
</tbody>
17261723
</table>
17271724

1728-
<h5 id="price">Price</h5>
1725+
<h4 id="price">Price</h4>
17291726

17301727
<table>
17311728
<thead>
@@ -1857,7 +1854,7 @@ <h3 id="response">Response</h3>
18571854
</span><span class="p">}</span><span class="w">
18581855
</span></code></pre></div></div>
18591856

1860-
<p>For possible errors, see the Error Responses section.</p>
1857+
<p>Check out the Error Responses section for more details.</p>
18611858

18621859
<hr />
18631860

@@ -1932,7 +1929,7 @@ <h3 id="response-1">Response</h3>
19321929

19331930
<p>The API responds with 204 No Content when the cancellation has been successful.</p>
19341931

1935-
<p>For possible errors, see the Error Responses section below.</p>
1932+
<p>Check out the Error Responses section for more details.</p>
19361933

19371934
<hr />
19381935

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>Mon, 22 Sep 2025 17:14:23 +0000</pubDate>
9-
<lastBuildDate>Mon, 22 Sep 2025 17:14:23 +0000</lastBuildDate>
8+
<pubDate>Mon, 22 Sep 2025 21:11:20 +0000</pubDate>
9+
<lastBuildDate>Mon, 22 Sep 2025 21:11:20 +0000</lastBuildDate>
1010
<generator>Jekyll v4.1.1</generator>
1111

1212
</channel>

0 commit comments

Comments
 (0)