You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools-support/release-notes/api/2026-03-03.html
+51Lines changed: 51 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -429,6 +429,57 @@ <h1 id="api-release-notes-march-2026">API Release Notes, March 2026</h1>
429
429
430
430
<h2id="new-this-month">New This Month</h2>
431
431
432
+
<h3id="preview-get-participant-of-an-existing-request-in-request-v4">Preview: GET Participant of an Existing Request in Request v4</h3>
433
+
434
+
<p>The Request v4 API will enable customers and partners manage the budget request experience more completely through Concur Request web services. Enhancements will include capabilities to view and manage <em>Participants</em> on a <em>Parent Request</em>, as well as related improvements to existing endpoints.</p>
435
+
436
+
<p><strong>Overview</strong></p>
437
+
438
+
<p>The new <em>Participants</em> area will be added to the Request v4 API, including two new endpoints:</p>
439
+
440
+
<ul>
441
+
<li>
442
+
<p><strong>View participants and related child requests</strong></p>
443
+
444
+
<p>Customers and partners will be able to retrieve the list of participants associated with a <em>Parent Request</em>, along with the child requests linked to it.</p>
445
+
</li>
446
+
<li>
447
+
<p><strong>Manage participants</strong></p>
448
+
449
+
<p>Customers and partners will be able to add and remove participants on a parent request.</p>
450
+
</li>
451
+
</ul>
452
+
453
+
<p><strong>Updates to Existing Request v4 API Behavior</strong></p>
454
+
455
+
<ul>
456
+
<li>
457
+
<p><strong>Request policies for a user</strong></p>
458
+
459
+
<p>Policy responses will indicate whether a given policy supports creating <em>Parent Requests</em> (<em>Budget Requests</em>).</p>
460
+
</li>
461
+
<li>
462
+
<p><strong>Create a request</strong></p>
463
+
464
+
<p>The create request process will support both <em>Budget Request</em> scenarios:</p>
465
+
<ul>
466
+
<li>Creating a <em>Parent Request</em> using an eligible policy</li>
467
+
<li>Creating a <em>Child Request</em> and linking it to an existing <em>Parent Request</em></li>
468
+
</ul>
469
+
</li>
470
+
<li>
471
+
<p><strong>Get request details</strong></p>
472
+
473
+
<p>Request details will now indicate whether the request is a <em>Parent</em> or a <em>Child request</em>. For <em>Child Requests</em>, the response will also include a reference to the related <em>Parent Request</em>.</p>
0 commit comments