Skip to content

Commit 14a7a46

Browse files
[skip ci] Updates
1 parent f438a93 commit 14a7a46

File tree

2 files changed

+86
-2
lines changed

2 files changed

+86
-2
lines changed

api-reference/expense/expense-report/v4.reports.html

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2389,6 +2389,12 @@ <h3 id="reportdetails"><a name="report-details-schema"></a>ReportDetails</h3>
23892389
<td>-</td>
23902390
<td>The text input for the business purpose by the user.</td>
23912391
</tr>
2392+
<tr>
2393+
<td><code class="language-plaintext highlighter-rouge">canAddExpense</code></td>
2394+
<td><code class="language-plaintext highlighter-rouge">boolean</code></td>
2395+
<td><code class="language-plaintext highlighter-rouge">true</code>/<code class="language-plaintext highlighter-rouge">false</code></td>
2396+
<td><strong>Required</strong> Indicates whether an expense entry can be added to the report.</td>
2397+
</tr>
23922398
<tr>
23932399
<td><code class="language-plaintext highlighter-rouge">canRecall</code></td>
23942400
<td><code class="language-plaintext highlighter-rouge">boolean</code></td>
@@ -2461,6 +2467,18 @@ <h3 id="reportdetails"><a name="report-details-schema"></a>ReportDetails</h3>
24612467
<td>-</td>
24622468
<td>The details from the <code class="language-plaintext highlighter-rouge">customData</code> fields. These fields may not have data, depending on the configuration.</td>
24632469
</tr>
2470+
<tr>
2471+
<td><code class="language-plaintext highlighter-rouge">defaultFieldAccess</code></td>
2472+
<td><code class="language-plaintext highlighter-rouge">enumeration</code></td>
2473+
<td><code class="language-plaintext highlighter-rouge">RO</code>, <code class="language-plaintext highlighter-rouge">HD</code>, <code class="language-plaintext highlighter-rouge">RW</code></td>
2474+
<td><strong>Required</strong> The default access level of this reports form fields. RO = read-only, RW = read-write, HD = Hidden</td>
2475+
</tr>
2476+
<tr>
2477+
<td><code class="language-plaintext highlighter-rouge">employee</code></td>
2478+
<td><a href="#employee-schema"><code class="language-plaintext highlighter-rouge">Employee</code></a></td>
2479+
<td>-</td>
2480+
<td>Employee info for the owner of the report</td>
2481+
</tr>
24642482
<tr>
24652483
<td><code class="language-plaintext highlighter-rouge">endDate</code></td>
24662484
<td><code class="language-plaintext highlighter-rouge">string</code></td>
@@ -2473,18 +2491,42 @@ <h3 id="reportdetails"><a name="report-details-schema"></a>ReportDetails</h3>
24732491
<td>-</td>
24742492
<td><strong>Required</strong> The unique identifier of the group hierarchy node for the report resource.</td>
24752493
</tr>
2494+
<tr>
2495+
<td><code class="language-plaintext highlighter-rouge">hasReceivedCashAdvanceReturns</code></td>
2496+
<td><code class="language-plaintext highlighter-rouge">boolean</code></td>
2497+
<td><code class="language-plaintext highlighter-rouge">true</code>/<code class="language-plaintext highlighter-rouge">false</code></td>
2498+
<td>Whether the Processor has received funds from the user for a cash advance return.</td>
2499+
</tr>
24762500
<tr>
24772501
<td><code class="language-plaintext highlighter-rouge">isFinancialIntegrationEnabled</code></td>
24782502
<td><code class="language-plaintext highlighter-rouge">boolean</code></td>
24792503
<td><code class="language-plaintext highlighter-rouge">true</code>/<code class="language-plaintext highlighter-rouge">false</code></td>
24802504
<td><strong>Required</strong> Whether the Financial Integration setting has been enabled for this report.</td>
24812505
</tr>
2506+
<tr>
2507+
<td><code class="language-plaintext highlighter-rouge">isFundsAndGrantsIntegrationEligible</code></td>
2508+
<td><code class="language-plaintext highlighter-rouge">boolean</code></td>
2509+
<td><code class="language-plaintext highlighter-rouge">true</code>/<code class="language-plaintext highlighter-rouge">false</code></td>
2510+
<td>Whether a report is eligible to be FGI obligated.</td>
2511+
</tr>
2512+
<tr>
2513+
<td><code class="language-plaintext highlighter-rouge">imageStatus</code></td>
2514+
<td><code class="language-plaintext highlighter-rouge">enumeration</code></td>
2515+
<td><code class="language-plaintext highlighter-rouge">NOT_RECEIVED</code>, <code class="language-plaintext highlighter-rouge">NOT_REQUIRED</code>, <code class="language-plaintext highlighter-rouge">RECEIVED</code>, <code class="language-plaintext highlighter-rouge">RECEIVED_NOT_REQUIRED</code></td>
2516+
<td><strong>Required</strong> The linked image status for the report.</td>
2517+
</tr>
24822518
<tr>
24832519
<td><code class="language-plaintext highlighter-rouge">isPaperReceiptsReceived</code></td>
24842520
<td><code class="language-plaintext highlighter-rouge">boolean</code></td>
24852521
<td><code class="language-plaintext highlighter-rouge">true</code>/<code class="language-plaintext highlighter-rouge">false</code></td>
24862522
<td><strong>Required</strong> Whether paper receipts have been received for the report.</td>
24872523
</tr>
2524+
<tr>
2525+
<td><code class="language-plaintext highlighter-rouge">isPendingDelegatorReview</code></td>
2526+
<td><code class="language-plaintext highlighter-rouge">boolean</code></td>
2527+
<td><code class="language-plaintext highlighter-rouge">true</code>/<code class="language-plaintext highlighter-rouge">false</code></td>
2528+
<td><strong>Required</strong> Whether a report created by a delegate is pending review by the employee.</td>
2529+
</tr>
24882530
<tr>
24892531
<td><code class="language-plaintext highlighter-rouge">isReceiptImageAvailable</code></td>
24902532
<td><code class="language-plaintext highlighter-rouge">boolean</code></td>
@@ -2503,6 +2545,24 @@ <h3 id="reportdetails"><a name="report-details-schema"></a>ReportDetails</h3>
25032545
<td><code class="language-plaintext highlighter-rouge">true</code>/<code class="language-plaintext highlighter-rouge">false</code></td>
25042546
<td>Whether the report is reopened.</td>
25052547
</tr>
2548+
<tr>
2549+
<td><code class="language-plaintext highlighter-rouge">isReportEverSentBack</code></td>
2550+
<td><code class="language-plaintext highlighter-rouge">boolean</code></td>
2551+
<td><code class="language-plaintext highlighter-rouge">true</code>/<code class="language-plaintext highlighter-rouge">false</code></td>
2552+
<td>Whether the report has ever been sent back.</td>
2553+
</tr>
2554+
<tr>
2555+
<td><code class="language-plaintext highlighter-rouge">isSentBack</code></td>
2556+
<td><code class="language-plaintext highlighter-rouge">boolean</code></td>
2557+
<td><code class="language-plaintext highlighter-rouge">true</code>/<code class="language-plaintext highlighter-rouge">false</code></td>
2558+
<td><strong>Required</strong> Indicates whether the report has been sent back.</td>
2559+
</tr>
2560+
<tr>
2561+
<td><code class="language-plaintext highlighter-rouge">isSubmitted</code></td>
2562+
<td><code class="language-plaintext highlighter-rouge">boolean</code></td>
2563+
<td><code class="language-plaintext highlighter-rouge">true</code>/<code class="language-plaintext highlighter-rouge">false</code></td>
2564+
<td><strong>Required</strong> Indicates whether the report has been submitted.</td>
2565+
</tr>
25062566
<tr>
25072567
<td><code class="language-plaintext highlighter-rouge">ledger</code></td>
25082568
<td><code class="language-plaintext highlighter-rouge">string</code></td>
@@ -2563,6 +2623,18 @@ <h3 id="reportdetails"><a name="report-details-schema"></a>ReportDetails</h3>
25632623
<td>-</td>
25642624
<td><strong>Required</strong> The unique identifier of the policy that applies to this report.</td>
25652625
</tr>
2626+
<tr>
2627+
<td><code class="language-plaintext highlighter-rouge">receiptContainerId</code></td>
2628+
<td><code class="language-plaintext highlighter-rouge">string</code></td>
2629+
<td>-</td>
2630+
<td>The unique identifier of the physical location where the paper receipts are stored.</td>
2631+
</tr>
2632+
<tr>
2633+
<td><code class="language-plaintext highlighter-rouge">receiptStatus</code></td>
2634+
<td><code class="language-plaintext highlighter-rouge">enumeration</code></td>
2635+
<td><code class="language-plaintext highlighter-rouge">NOT_RECEIVED</code>, <code class="language-plaintext highlighter-rouge">NOT_REQUIRED</code>, <code class="language-plaintext highlighter-rouge">RECEIVED</code>, <code class="language-plaintext highlighter-rouge">RECEIVED_NOT_REQUIRED</code></td>
2636+
<td><strong>Required</strong> The paper receipts status for the report.</td>
2637+
</tr>
25662638
<tr>
25672639
<td><code class="language-plaintext highlighter-rouge">redirectFund</code></td>
25682640
<td><a href="#redirect-fund"><code class="language-plaintext highlighter-rouge">RedirectFund</code></a></td>
@@ -2611,6 +2683,12 @@ <h3 id="reportdetails"><a name="report-details-schema"></a>ReportDetails</h3>
26112683
<td><code class="language-plaintext highlighter-rouge">int32</code></td>
26122684
<td><strong>Required</strong> The current version of the report.</td>
26132685
</tr>
2686+
<tr>
2687+
<td><code class="language-plaintext highlighter-rouge">sponsorId</code></td>
2688+
<td><code class="language-plaintext highlighter-rouge">string</code></td>
2689+
<td>-</td>
2690+
<td>The unique identifier of the Employee, who is the official sponsor of the report owner.</td>
2691+
</tr>
26142692
<tr>
26152693
<td><code class="language-plaintext highlighter-rouge">startDate</code></td>
26162694
<td><code class="language-plaintext highlighter-rouge">string</code></td>
@@ -2635,6 +2713,12 @@ <h3 id="reportdetails"><a name="report-details-schema"></a>ReportDetails</h3>
26352713
<td>-</td>
26362714
<td>The The tax config ID of the report.</td>
26372715
</tr>
2716+
<tr>
2717+
<td><code class="language-plaintext highlighter-rouge">totalAmountPaidEmployee</code></td>
2718+
<td><code class="language-plaintext highlighter-rouge">string</code></td>
2719+
<td>-</td>
2720+
<td>The amount reimbursed to the employee.</td>
2721+
</tr>
26382722
<tr>
26392723
<td><code class="language-plaintext highlighter-rouge">userId</code></td>
26402724
<td><code class="language-plaintext highlighter-rouge">string</code></td>

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>Thu, 10 Jul 2025 20:58:58 +0000</pubDate>
9-
<lastBuildDate>Thu, 10 Jul 2025 20:58:58 +0000</lastBuildDate>
8+
<pubDate>Mon, 14 Jul 2025 21:29:28 +0000</pubDate>
9+
<lastBuildDate>Mon, 14 Jul 2025 21:29:28 +0000</lastBuildDate>
1010
<generator>Jekyll v4.1.1</generator>
1111

1212
</channel>

0 commit comments

Comments
 (0)