Skip to content

Commit b296f8a

Browse files
[skip ci] Updates
1 parent f029cfe commit b296f8a

File tree

6 files changed

+17
-37
lines changed

6 files changed

+17
-37
lines changed

api-reference/common/attendees/v4.admin-attendee-types.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,6 +1284,10 @@ <h1 id="attendee-types-v4">Attendee Types v4</h1>
12841284

12851285
<p>This API provides users with the capability to retrieve attendee types.</p>
12861286

1287+
<h2 id="limitations">Limitations</h2>
1288+
1289+
<p>Access to this documentation does not provide access to the API.</p>
1290+
12871291
<h2 id="scope-usage">Scope Usage</h2>
12881292

12891293
<table>

api-reference/common/attendees/v4.attendees.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,9 +1293,7 @@ <h1 id="attendees-v4">Attendees v4</h1>
12931293

12941294
<h2 id="prior-versions">Prior Versions</h2>
12951295

1296-
<ul>
1297-
<li>Attendees v3 documentation is available <a href="/api-reference/expense/attendees/v3.attendees.html">here</a>.</li>
1298-
</ul>
1296+
<p>Attendees v3 documentation is available <a href="/api-reference/expense/attendees/v3.attendees.html">here</a>.</p>
12991297

13001298
<h2 id="limitations">Limitations</h2>
13011299

api-reference/common/list-item/v4.list-item.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,7 @@ <h1 id="list-item-v4">List Item v4</h1>
12841284

12851285
<p>The List Item API provides an automated solution to clients who would like to retrieve and add list items. Use of the API is subject to some limitations on the volume of list data. You may need to manage the initial load of large volumes of data via a file import due to capacity limitations. This is also true if ongoing maintenance of list values involves a large volume.</p>
12861286

1287-
<h2 id="limitations">limitations</h2>
1287+
<h2 id="limitations">Limitations</h2>
12881288

12891289
<p>Access to this documentation does not provide access to the API.</p>
12901290

event-topics/travel/v4.travel-book-events.html

Lines changed: 6 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -327,18 +327,18 @@
327327
class="col-md-8 markdown-body">
328328

329329

330-
<div id="attn-prerelease">
330+
<h1 id="concur-travel-booking-events">Concur Travel Booking Events</h1>
331+
332+
<div id="attn-prerelease">
331333
<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>
332334
</div>
333335

334336
<h2 id="overview"><a name="overview"></a>Overview</h2>
335337

336-
<p>This page will host the documentation for the travel booking information related events that are publicly available on the <code class="language-plaintext highlighter-rouge">public.concur.travel.book</code> topic in the Event Subscription Service (ESS).
337-
Subscribers to this topic will receive events when travel bookings are performed within SAP Concur.</p>
338-
339-
<p>To subscribe to these events follow the steps described on the <a href="/api-reference/ess/v4.event-subscription.html">Event Subscription Service v4</a> page.</p>
338+
<p>This page will host the documentation for the travel booking information related events that are publicly available on the <code class="language-plaintext highlighter-rouge">public.concur.travel.book</code> topic in the Event Subscription Service (ESS). Subscribers to this topic will receive events when travel bookings are performed within SAP Concur. To subscribe to these events follow the steps described on the <a href="/api-reference/ess/v4.event-subscription.html">Event Subscription Service v4</a> page.</p>
340339

341340
<h2 id="limitations"><a name="limitations"></a>Limitations</h2>
341+
342342
<p>Access to this documentation does not provide access to the subscription.</p>
343343

344344
<h2 id="scope-usage"><a name="scope-usage"></a>Scope Usage</h2>
@@ -449,7 +449,7 @@ <h3 id="schema-for-booking-facts"><a name="schema-booking-facts"></a>Schema for
449449
<td><code class="language-plaintext highlighter-rouge">userId</code></td>
450450
<td><code class="language-plaintext highlighter-rouge">string</code></td>
451451
<td><code class="language-plaintext highlighter-rouge">GUID</code></td>
452-
<td>Uniquely identifies the user performing the booking. Note: If the travel is booked by a delegate, this will be the traveler’s ID. In cases where a profiled user is booking on behalf of a nonprofiled guest, this will be the user performing the booking.</td>
452+
<td>Uniquely identifies the user performing the booking. <strong>Note:</strong> If the travel is booked by a delegate, this will be the traveler’s ID. In cases where a profiled user is booking on behalf of a nonprofiled guest, this will be the user performing the booking.</td>
453453
</tr>
454454
<tr>
455455
<td><code class="language-plaintext highlighter-rouge">delegateUserId</code></td>
@@ -553,68 +553,58 @@ <h3 id="schema-for-air-journey-details"><a name="schema-air-journey-details"></a
553553
<th>Type</th>
554554
<th>Format</th>
555555
<th>Description</th>
556-
<th> </th>
557556
</tr>
558557
</thead>
559558
<tbody>
560559
<tr>
561-
<td> </td>
562560
<td><code class="language-plaintext highlighter-rouge">origin</code></td>
563561
<td><code class="language-plaintext highlighter-rouge">string</code></td>
564562
<td>-</td>
565563
<td>IATA airport code of the airport of initial departure.</td>
566564
</tr>
567565
<tr>
568-
<td> </td>
569566
<td><code class="language-plaintext highlighter-rouge">destination</code></td>
570567
<td><code class="language-plaintext highlighter-rouge">string</code></td>
571568
<td>-</td>
572569
<td>IATA airport code of the last airport in the journey.</td>
573570
</tr>
574571
<tr>
575-
<td> </td>
576572
<td><code class="language-plaintext highlighter-rouge">departureDateTime</code></td>
577573
<td><code class="language-plaintext highlighter-rouge">string</code></td>
578574
<td><code class="language-plaintext highlighter-rouge">YYYY-MM-DDTHH:MM:SS.f</code></td>
579575
<td>Date and time traveler will depart from the point of departure, local time (without offset).</td>
580576
</tr>
581577
<tr>
582-
<td> </td>
583578
<td><code class="language-plaintext highlighter-rouge">departureDateTimeUtc</code></td>
584579
<td><code class="language-plaintext highlighter-rouge">string</code></td>
585580
<td><code class="language-plaintext highlighter-rouge">YYYY-MM-DDTHH:MM:SS.fZ</code></td>
586581
<td>Date and time traveler will depart from the point of departure, UTC time.</td>
587582
</tr>
588583
<tr>
589-
<td> </td>
590584
<td><code class="language-plaintext highlighter-rouge">arrivalDateTime</code></td>
591585
<td><code class="language-plaintext highlighter-rouge">string</code></td>
592586
<td><code class="language-plaintext highlighter-rouge">YYYY-MM-DDTHH:MM:SS.f</code></td>
593587
<td>Date and time traveler will arrive at the point of arrival, local time (without offset).</td>
594588
</tr>
595589
<tr>
596-
<td> </td>
597590
<td><code class="language-plaintext highlighter-rouge">arrivalDateTimeUtc</code></td>
598591
<td><code class="language-plaintext highlighter-rouge">string</code></td>
599592
<td><code class="language-plaintext highlighter-rouge">YYYY-MM-DDTHH:MM:SS.fZ</code></td>
600593
<td>Date and time traveler will arrive at the point of arrival, UTC time.</td>
601594
</tr>
602595
<tr>
603-
<td> </td>
604596
<td><code class="language-plaintext highlighter-rouge">international</code></td>
605597
<td><code class="language-plaintext highlighter-rouge">boolean</code></td>
606598
<td>-</td>
607599
<td>Whether the journey is international or not. True for international (crosses a country), False for domestic (within the country).</td>
608600
</tr>
609601
<tr>
610-
<td> </td>
611602
<td><code class="language-plaintext highlighter-rouge">index</code></td>
612603
<td><code class="language-plaintext highlighter-rouge">integer</code></td>
613604
<td>-</td>
614605
<td>Zero-based index, representing the order of the journey withing the booking, that the passenger will take to get from booking origin to booking destination(s).</td>
615606
</tr>
616607
<tr>
617-
<td> </td>
618608
<td><code class="language-plaintext highlighter-rouge">segments</code></td>
619609
<td><code class="language-plaintext highlighter-rouge">array</code></td>
620610
<td><a href="#schema-air-segment-details">AirSegmentDetails</a></td>
@@ -632,75 +622,64 @@ <h3 id="schema-for-air-segment-details"><a name="schema-air-segment-details"></a
632622
<th>Type</th>
633623
<th>Format</th>
634624
<th>Description</th>
635-
<th> </th>
636625
</tr>
637626
</thead>
638627
<tbody>
639628
<tr>
640-
<td> </td>
641629
<td><code class="language-plaintext highlighter-rouge">origin</code></td>
642630
<td><code class="language-plaintext highlighter-rouge">string</code></td>
643631
<td>-</td>
644632
<td>IATA airport code of the point of departure.</td>
645633
</tr>
646634
<tr>
647-
<td> </td>
648635
<td><code class="language-plaintext highlighter-rouge">destination</code></td>
649636
<td><code class="language-plaintext highlighter-rouge">string</code></td>
650637
<td>-</td>
651638
<td>IATA airport code of the point of arrival.</td>
652639
</tr>
653640
<tr>
654-
<td> </td>
655641
<td><code class="language-plaintext highlighter-rouge">departureDateTime</code></td>
656642
<td><code class="language-plaintext highlighter-rouge">string</code></td>
657643
<td><code class="language-plaintext highlighter-rouge">YYYY-MM-DDTHH:MM:SS.f</code></td>
658644
<td>Date traveler will depart from the point of departure, local time (without offset).</td>
659645
</tr>
660646
<tr>
661-
<td> </td>
662647
<td><code class="language-plaintext highlighter-rouge">departureDateTimeUtc</code></td>
663648
<td><code class="language-plaintext highlighter-rouge">string</code></td>
664649
<td><code class="language-plaintext highlighter-rouge">YYYY-MM-DDTHH:MM:SS.fZ</code></td>
665650
<td>Date and time traveler will depart from the point of departure, UTC time.</td>
666651
</tr>
667652
<tr>
668-
<td> </td>
669653
<td><code class="language-plaintext highlighter-rouge">arrivalDateTime</code></td>
670654
<td><code class="language-plaintext highlighter-rouge">string</code></td>
671655
<td><code class="language-plaintext highlighter-rouge">YYYY-MM-DDTHH:MM:SS.f</code></td>
672656
<td>Date and time traveler will arrive at the point of arrival, local time (without offset).</td>
673657
</tr>
674658
<tr>
675-
<td> </td>
676659
<td><code class="language-plaintext highlighter-rouge">arrivalDateTimeUtc</code></td>
677660
<td><code class="language-plaintext highlighter-rouge">string</code></td>
678661
<td><code class="language-plaintext highlighter-rouge">YYYY-MM-DDTHH:MM:SS.fZ</code></td>
679662
<td>Date and time traveler will arrive at the point of arrival, UTC time.</td>
680663
</tr>
681664
<tr>
682-
<td> </td>
683665
<td><code class="language-plaintext highlighter-rouge">marketingFlightNumber</code></td>
684666
<td><code class="language-plaintext highlighter-rouge">string</code></td>
685667
<td>-</td>
686668
<td>The flight number assigned by the airline that sells the ticket.</td>
687669
</tr>
688670
<tr>
689-
<td> </td>
690671
<td><code class="language-plaintext highlighter-rouge">marketingCarrier</code></td>
691672
<td><code class="language-plaintext highlighter-rouge">object</code></td>
692673
<td><a href="#schema-air-carrier">AirCarrier</a></td>
693674
<td>Air carrier of the flight segment.</td>
694675
</tr>
695676
<tr>
696-
<td> </td>
697677
<td><code class="language-plaintext highlighter-rouge">international</code></td>
698678
<td><code class="language-plaintext highlighter-rouge">boolean</code></td>
699679
<td>-</td>
700680
<td>Whether the segment is international or not. True for international (crosses a country), False for domestic (within the country).</td>
701681
</tr>
702682
<tr>
703-
<td> </td>
704683
<td><code class="language-plaintext highlighter-rouge">index</code></td>
705684
<td><code class="language-plaintext highlighter-rouge">integer</code></td>
706685
<td>-</td>
@@ -718,19 +697,16 @@ <h3 id="schema-for-air-carrier"><a name="schema-air-carrier"></a>Schema for Air
718697
<th>Type</th>
719698
<th>Format</th>
720699
<th>Description</th>
721-
<th> </th>
722700
</tr>
723701
</thead>
724702
<tbody>
725703
<tr>
726-
<td> </td>
727704
<td><code class="language-plaintext highlighter-rouge">iataCode</code></td>
728705
<td><code class="language-plaintext highlighter-rouge">string</code></td>
729706
<td>-</td>
730707
<td>IATA airline carrier code. Example: AA, VA, LH</td>
731708
</tr>
732709
<tr>
733-
<td> </td>
734710
<td><code class="language-plaintext highlighter-rouge">name</code></td>
735711
<td><code class="language-plaintext highlighter-rouge">string</code></td>
736712
<td>-</td>

event-topics/travel/v4.travel-search-events.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,9 @@
327327
class="col-md-8 markdown-body">
328328

329329

330-
<h2 id="overview"><a name="overview"></a>Overview</h2>
330+
<h1 id="concur-travel-search-events">Concur Travel Search Events</h1>
331+
332+
<h2 id="overview"><a name="overview"></a>Overview</h2>
331333

332334
<p>This page will host the documentation for the travel search information related events that are publicly available on <code class="language-plaintext highlighter-rouge">concur.travel.search</code> topic in the Event Subscription Service (ESS).
333335
Subscribers to these events will receive search criteria for travel searches performed within SAP Concur.</p>

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

1212
</channel>

0 commit comments

Comments
 (0)