Skip to content

Commit 7ad8186

Browse files
[skip ci] Updates
1 parent 3064233 commit 7ad8186

File tree

3 files changed

+24
-26
lines changed

3 files changed

+24
-26
lines changed

api-reference/common/maestro/ground-transportation.html

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1286,14 +1286,12 @@
12861286

12871287
<h1 id="maestro-v4---ground-transportation">Maestro v4 - Ground Transportation</h1>
12881288

1289-
<p>This document provides specific implementation details for ground transportation alerts using the Maestro API. Partners can use Maestro to deliver ground transportation booking alerts and notifications to SAP Concur users.</p>
1290-
1291-
<p>For general Maestro API information, see the <a href="v4.maestro.markdown">Maestro API Overview</a>.</p>
1289+
<p>This document provides specific implementation details for ground transportation alerts using the <a href="/api-reference/common/maestro/v4.maestro.html">Maestro v4 API</a>. Partners can use Maestro to deliver ground transportation booking alerts and notifications to SAP Concur users.</p>
12921290

12931291
<h2 id="important-notes">Important Notes</h2>
12941292

12951293
<ul>
1296-
<li>All URLs (<code class="language-plaintext highlighter-rouge">partnerLogoUrl</code>, <code class="language-plaintext highlighter-rouge">variantLogoUrl</code>, <code class="language-plaintext highlighter-rouge">userActions.href</code>) must be from allowed domains: <code class="language-plaintext highlighter-rouge">groundspan.com</code></li>
1294+
<li>All URLs (<code class="language-plaintext highlighter-rouge">partnerLogoUrl</code>, <code class="language-plaintext highlighter-rouge">variantLogoUrl</code>, <code class="language-plaintext highlighter-rouge">userActions.href</code>) must be from an allowed domain: <code class="language-plaintext highlighter-rouge">groundspan.com</code></li>
12971295
<li>Date fields should be in ISO 8601 format (e.g., <code class="language-plaintext highlighter-rouge">"2025-08-19T10:00:00Z"</code>)</li>
12981296
<li>The <code class="language-plaintext highlighter-rouge">msgType</code> field can be an empty string for ground transportation alerts</li>
12991297
<li>HTTPS is recommended for all URLs</li>
@@ -1737,7 +1735,7 @@ <h3 id="alert-request"><a name="schema-alert-request"></a>Alert Request</h3>
17371735
<td><code class="language-plaintext highlighter-rouge">companyId</code></td>
17381736
<td><code class="language-plaintext highlighter-rouge">string</code></td>
17391737
<td>-</td>
1740-
<td>Optional - Identifier for the user’s company (only if company ID is not part of JWT)</td>
1738+
<td>Identifier for the user’s company (only if company ID is not part of JWT)</td>
17411739
</tr>
17421740
<tr>
17431741
<td><code class="language-plaintext highlighter-rouge">createdAt</code></td>
@@ -1761,7 +1759,7 @@ <h3 id="alert-request"><a name="schema-alert-request"></a>Alert Request</h3>
17611759
<td><code class="language-plaintext highlighter-rouge">msgType</code></td>
17621760
<td><code class="language-plaintext highlighter-rouge">string</code></td>
17631761
<td>-</td>
1764-
<td><strong>Required</strong> Message type (can be empty string for ground transportation)</td>
1762+
<td><strong>Required</strong> Message type (can be an empty string for ground transportation)</td>
17651763
</tr>
17661764
<tr>
17671765
<td><code class="language-plaintext highlighter-rouge">expiresAt</code></td>
@@ -1866,31 +1864,31 @@ <h3 id="package"><a name="schema-package"></a>Package</h3>
18661864
<td><code class="language-plaintext highlighter-rouge">packageTitle</code></td>
18671865
<td><code class="language-plaintext highlighter-rouge">string</code></td>
18681866
<td>-</td>
1869-
<td>Optional - Package title/description</td>
1867+
<td>Package title/description</td>
18701868
</tr>
18711869
<tr>
18721870
<td><code class="language-plaintext highlighter-rouge">travelDate</code></td>
18731871
<td><code class="language-plaintext highlighter-rouge">string</code></td>
18741872
<td><code class="language-plaintext highlighter-rouge">date</code></td>
1875-
<td>Optional - Travel date in ISO format</td>
1873+
<td>Travel date in ISO format</td>
18761874
</tr>
18771875
<tr>
18781876
<td><code class="language-plaintext highlighter-rouge">location</code></td>
18791877
<td><a href="#schema-location"><code class="language-plaintext highlighter-rouge">Location</code></a></td>
18801878
<td>-</td>
1881-
<td>Optional - Location object with origin and destination</td>
1879+
<td>Location object with origin and destination</td>
18821880
</tr>
18831881
<tr>
18841882
<td><code class="language-plaintext highlighter-rouge">variants</code></td>
18851883
<td><code class="language-plaintext highlighter-rouge">array</code></td>
18861884
<td><a href="#schema-variant"><code class="language-plaintext highlighter-rouge">Variant</code></a></td>
1887-
<td>Optional - Array of variant objects</td>
1885+
<td>Array of variant objects</td>
18881886
</tr>
18891887
<tr>
18901888
<td><code class="language-plaintext highlighter-rouge">offerData</code></td>
18911889
<td><code class="language-plaintext highlighter-rouge">array</code></td>
18921890
<td>-</td>
1893-
<td>Optional - Array of offer data</td>
1891+
<td>Array of offer data</td>
18941892
</tr>
18951893
</tbody>
18961894
</table>
@@ -1947,19 +1945,19 @@ <h3 id="variant"><a name="schema-variant"></a>Variant</h3>
19471945
<td><code class="language-plaintext highlighter-rouge">variantStartDate</code></td>
19481946
<td><code class="language-plaintext highlighter-rouge">string</code></td>
19491947
<td><code class="language-plaintext highlighter-rouge">date-time</code></td>
1950-
<td>Optional - Variant start date in ISO format</td>
1948+
<td>Variant start date in ISO format</td>
19511949
</tr>
19521950
<tr>
19531951
<td><code class="language-plaintext highlighter-rouge">variantEndDate</code></td>
19541952
<td><code class="language-plaintext highlighter-rouge">string</code></td>
19551953
<td><code class="language-plaintext highlighter-rouge">date-time</code></td>
1956-
<td>Optional - Variant end date in ISO format</td>
1954+
<td>Variant end date in ISO format</td>
19571955
</tr>
19581956
<tr>
19591957
<td><code class="language-plaintext highlighter-rouge">price</code></td>
19601958
<td><a href="#schema-price"><code class="language-plaintext highlighter-rouge">Price</code></a></td>
19611959
<td>-</td>
1962-
<td>Optional - Price object</td>
1960+
<td>Price object</td>
19631961
</tr>
19641962
<tr>
19651963
<td><code class="language-plaintext highlighter-rouge">userActions</code></td>
@@ -1986,13 +1984,13 @@ <h3 id="location"><a name="schema-location"></a>Location</h3>
19861984
<td><code class="language-plaintext highlighter-rouge">origin</code></td>
19871985
<td><code class="language-plaintext highlighter-rouge">string</code></td>
19881986
<td>-</td>
1989-
<td><strong>Required</strong> Origin location (can be empty string)</td>
1987+
<td><strong>Required</strong> Origin location (can be an empty string)</td>
19901988
</tr>
19911989
<tr>
19921990
<td><code class="language-plaintext highlighter-rouge">destination</code></td>
19931991
<td><code class="language-plaintext highlighter-rouge">string</code></td>
19941992
<td>-</td>
1995-
<td><strong>Required</strong> Destination location (can be empty string)</td>
1993+
<td><strong>Required</strong> Destination location (can be an empty string)</td>
19961994
</tr>
19971995
</tbody>
19981996
</table>
@@ -2019,7 +2017,7 @@ <h3 id="price"><a name="schema-price"></a>Price</h3>
20192017
<td><code class="language-plaintext highlighter-rouge">currency</code></td>
20202018
<td><code class="language-plaintext highlighter-rouge">string</code></td>
20212019
<td>-</td>
2022-
<td><strong>Required</strong> Currency code (can be empty string)</td>
2020+
<td><strong>Required</strong> Currency code (can be an empty string)</td>
20232021
</tr>
20242022
</tbody>
20252023
</table>
@@ -2100,7 +2098,7 @@ <h3 id="error"><a name="schema-error"></a>Error</h3>
21002098
<td><code class="language-plaintext highlighter-rouge">details</code></td>
21012099
<td><code class="language-plaintext highlighter-rouge">object</code></td>
21022100
<td>-</td>
2103-
<td>Optional field-specific information</td>
2101+
<td>Field-specific information</td>
21042102
</tr>
21052103
</tbody>
21062104
</table>

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

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

66

77

8-
<title> SAP Concur Developer Center | Maestro API</title>
8+
<title> SAP Concur Developer Center | Maestro v4</title>
99

1010

1111
<!-- Meta -->
@@ -1284,9 +1284,9 @@
12841284
<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>
12851285
</div>
12861286

1287-
<h1 id="maestro-api">Maestro API</h1>
1287+
<h1 id="maestro-v4">Maestro v4</h1>
12881288

1289-
<p>The Maestro API allows external partners to submit alert payloads to SAP Concur products. Partners can send notifications that will be displayed to users within the Concur ecosystem.</p>
1289+
<p>This API allows external partners to submit alert payloads to SAP Concur products. Partners can send notifications that will be displayed to users within the Concur ecosystem.</p>
12901290

12911291
<h2 id="overview">Overview</h2>
12921292

@@ -1295,7 +1295,7 @@ <h2 id="overview">Overview</h2>
12951295
<h2 id="key-features">Key Features</h2>
12961296

12971297
<ul>
1298-
<li><strong>Template-based Rendering</strong>: Alerts are rendered using configurable templates that can be customized per partner</li>
1298+
<li><strong>Template-based Rendering</strong>: Alerts are rendered using configurable templates that partners can customize</li>
12991299
<li><strong>Flexible Metadata</strong>: Alert content and structure can vary based on the template and partner configuration</li>
13001300
<li><strong>Multi-partner Support</strong>: Different partners can have unique alert formats and data structures</li>
13011301
<li><strong>Expiration Management</strong>: Alerts can have configurable expiration times</li>
@@ -1336,7 +1336,7 @@ <h2 id="access-token-usage-">Access Token Usage <a name="access-token-usage"></a
13361336

13371337
<h2 id="template-and-partner-variations">Template and Partner Variations</h2>
13381338

1339-
<p>The Maestro API is designed to accommodate different partners and use cases through:</p>
1339+
<p>This API is designed to accommodate different partners and use cases through:</p>
13401340

13411341
<h3 id="template-configuration">Template Configuration</h3>
13421342
<ul>
@@ -1371,7 +1371,7 @@ <h2 id="partner-specific-documentation">Partner-Specific Documentation</h2>
13711371
<p>For detailed implementation guides, schema definitions, and examples specific to your integration, please refer to your partner-specific documentation:</p>
13721372

13731373
<ul>
1374-
<li><a href="groundspan.markdown">Groundspan Integration</a> - Travel booking</li>
1374+
<li><a href="/api-reference/common/maestro/ground-transportation.html">Groundspan Integration</a> - Travel booking</li>
13751375
</ul>
13761376

13771377
<h2 id="api-endpoints">API Endpoints</h2>

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, 17 Sep 2025 17:28:01 +0000</pubDate>
9-
<lastBuildDate>Wed, 17 Sep 2025 17:28:01 +0000</lastBuildDate>
8+
<pubDate>Wed, 17 Sep 2025 18:54:42 +0000</pubDate>
9+
<lastBuildDate>Wed, 17 Sep 2025 18:54:42 +0000</lastBuildDate>
1010
<generator>Jekyll v4.1.1</generator>
1111

1212
</channel>

0 commit comments

Comments
 (0)