Skip to content

Commit

Permalink
[skip ci] Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
concur-docs-machine committed Sep 14, 2023
1 parent 8e3114c commit 33fe382
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,7 @@ <h3 id="http-request">HTTP Request</h3>

<h5 id="uri-template">URI Template</h5>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>POST {datacenter}/travelrequest/v4/requests/{requestUuid}/agencyproposals
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>POST {datacenter}/travelrequest/v4/requests/{requestUuid}/agencyproposals?userId={Uuid}
</code></pre></div></div>

<h4 id="parameters">Parameters</h4>
Expand All @@ -1195,13 +1195,13 @@ <h4 id="parameters">Parameters</h4>
<tr>
<td><code class="language-plaintext highlighter-rouge">requestUuid</code></td>
<td><code class="language-plaintext highlighter-rouge">string</code></td>
<td>-</td>
<td><code class="language-plaintext highlighter-rouge">path</code></td>
<td><strong>Required</strong> The unique identifier of the Request.</td>
</tr>
<tr>
<td><code class="language-plaintext highlighter-rouge">userId</code></td>
<td><code class="language-plaintext highlighter-rouge">string</code></td>
<td>-</td>
<td><code class="language-plaintext highlighter-rouge">query</code></td>
<td>The unique identifier of the travel agent assigned to the travel agency linked to the proposal feature. <br /> <strong>Required</strong> when connecting with a Company token, if empty a 400 <code class="language-plaintext highlighter-rouge">missingRequiredParam</code> error code will be displayed.</td>
</tr>
</tbody>
Expand Down Expand Up @@ -1231,10 +1231,11 @@ <h3 id="example">Example</h3>

<h4 id="http-request-1">HTTP Request</h4>

<div class="language-shell highlighter-rouge"><div class="highlight"><pre class="highlight"><code>POST https://us.api.concursolutions.com/travelrequest/v4/requests/<span class="o">{</span>requestUuid<span class="o">}</span>/agencyproposals
<div class="language-shell highlighter-rouge"><div class="highlight"><pre class="highlight"><code>POST https://us.api.concursolutions.com/travelrequest/v4/requests/<span class="o">{</span>requestUuid<span class="o">}</span>/agencyproposals?userId<span class="o">=</span>1009092c-f5bd-4024-a3e1-3bbebf8c687f
Content-Type: application/json
Accept: application/json
Authorization: Bearer <span class="o">{</span>token<span class="o">}</span>
Concur-CorrelationId: 5512c7be-3fab-4d65-ae69-8a74a04a0c7f
concur-correlationId: 5512c7be-3fab-4d65-ae69-8a74a04a0c7f
</code></pre></div></div>

<h4 id="http-response-1">HTTP Response</h4>
Expand Down Expand Up @@ -1713,7 +1714,7 @@ <h4 id="parameters-1">Parameters</h4>
<tr>
<td><code class="language-plaintext highlighter-rouge">requestUuid</code></td>
<td><code class="language-plaintext highlighter-rouge">string</code></td>
<td>-</td>
<td><code class="language-plaintext highlighter-rouge">path</code></td>
<td><strong>Required</strong> The unique identifier of the Request.</td>
</tr>
</tbody>
Expand Down Expand Up @@ -1744,9 +1745,10 @@ <h3 id="example-1">Example</h3>
<h4 id="http-request-3">HTTP Request</h4>

<div class="language-shell highlighter-rouge"><div class="highlight"><pre class="highlight"><code>GET https://us.api.concursolutions.com/travelrequest/v4/requests/<span class="o">{</span>requestUuid<span class="o">}</span>/agencyproposals
Content-Type: application/json
Accept: application/json
Authorization: Bearer <span class="o">{</span>token<span class="o">}</span>
Concur-CorrelationId: 5512c7be-3fab-4d65-ae69-8a74a04a0c7f
concur-correlationId: 5512c7be-3fab-4d65-ae69-8a74a04a0c7f
</code></pre></div></div>

<h4 id="http-response-3">HTTP Response</h4>
Expand Down
4 changes: 2 additions & 2 deletions feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<description>Concur docs provides comprehensive information on working with the Concur platform</description>
<link>https://preview.developer.concur.com/</link>
<atom:link href="https://preview.developer.concur.com/feed.xml" rel="self" type="application/rss+xml" />
<pubDate>Wed, 13 Sep 2023 19:20:29 +0000</pubDate>
<lastBuildDate>Wed, 13 Sep 2023 19:20:29 +0000</lastBuildDate>
<pubDate>Thu, 14 Sep 2023 16:17:57 +0000</pubDate>
<lastBuildDate>Thu, 14 Sep 2023 16:17:57 +0000</lastBuildDate>
<generator>Jekyll v4.1.1</generator>

</channel>
Expand Down

0 comments on commit 33fe382

Please sign in to comment.