Skip to content

Commit 92c1097

Browse files
[skip ci] Updates
1 parent d533efa commit 92c1097

4 files changed

Lines changed: 65 additions & 65 deletions

File tree

api-reference/expense/expense-report/expense-entry.html

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1602,13 +1602,13 @@ <h3 id="entry"><a name="entry"></a>Entry</h3>
16021602
<td><code class="language-plaintext highlighter-rouge">AllocationType</code></td>
16031603
<td><code class="language-plaintext highlighter-rouge">string</code></td>
16041604
<td>-</td>
1605-
<td>The type of allocations for the expense. Supported values: <code class="language-plaintext highlighter-rouge">P</code> - partial allocation, <code class="language-plaintext highlighter-rouge">F</code> - full allocation, <code class="language-plaintext highlighter-rouge">N</code> - no allocation. Use the GET /expense/allocations function to get information about this entry’s allocations. <strong>(Read Only)</strong></td>
1605+
<td><strong>READ ONLY</strong> The type of allocations for the expense. Supported values: <code class="language-plaintext highlighter-rouge">P</code> - partial allocation, <code class="language-plaintext highlighter-rouge">F</code> - full allocation, <code class="language-plaintext highlighter-rouge">N</code> - no allocation. Use the GET /expense/allocations function to get information about this entry’s allocations.</td>
16061606
</tr>
16071607
<tr>
16081608
<td><code class="language-plaintext highlighter-rouge">ApprovedAmount</code></td>
16091609
<td><code class="language-plaintext highlighter-rouge">decimal</code></td>
16101610
<td>-</td>
1611-
<td>The approved amount of the expense entry, in the report currency. <strong>(Read Only)</strong></td>
1611+
<td><strong>READ ONLY</strong> The approved amount of the expense entry, in the report currency.</td>
16121612
</tr>
16131613
<tr>
16141614
<td><code class="language-plaintext highlighter-rouge">CompanyCardTransactionID</code></td>
@@ -1650,13 +1650,13 @@ <h3 id="entry"><a name="entry"></a>Entry</h3>
16501650
<td><code class="language-plaintext highlighter-rouge">ExchangeRate</code></td>
16511651
<td><code class="language-plaintext highlighter-rouge">decimal</code></td>
16521652
<td>-</td>
1653-
<td>The currency conversion rate that converts the transaction amount that is in the transaction currency into the posted amount that is in the report currency. This element is typically not provided. If this element is empty for transactions in a currency different than the user’s reimbursement currency, Expense will use the company’s configured exchange rates to determine the posted amount for the transaction. If the system is not able to determine the exchange rate, a value of 1.0 will be used. <strong>(Read Only)</strong></td>
1653+
<td><strong>READ ONLY</strong> The currency conversion rate that converts the transaction amount that is in the transaction currency into the posted amount that is in the report currency. This element is typically not provided. If this element is empty for transactions in a currency different than the user’s reimbursement currency, Expense will use the company’s configured exchange rates to determine the posted amount for the transaction. If the system is not able to determine the exchange rate, a value of 1.0 will be used.</td>
16541654
</tr>
16551655
<tr>
16561656
<td><code class="language-plaintext highlighter-rouge">ExpenseID</code></td>
16571657
<td><code class="language-plaintext highlighter-rouge">string</code></td>
16581658
<td><code class="language-plaintext highlighter-rouge">UUID</code></td>
1659-
<td>The unique identifier of the expense entry that is being retrieved. Compatible for use with v4 endpoints. <strong>(Read Only)</strong></td>
1659+
<td><strong>READ ONLY</strong> The unique identifier of the expense entry that is being retrieved. Compatible for use with v4 endpoints.</td>
16601660
</tr>
16611661
<tr>
16621662
<td><code class="language-plaintext highlighter-rouge">ExpenseTypeCode</code></td>
@@ -1668,79 +1668,79 @@ <h3 id="entry"><a name="entry"></a>Entry</h3>
16681668
<td><code class="language-plaintext highlighter-rouge">ExpenseTypeName</code></td>
16691669
<td><code class="language-plaintext highlighter-rouge">string</code></td>
16701670
<td>-</td>
1671-
<td>The name of the expense type, localized to the user’s language. <strong>(Read Only)</strong></td>
1671+
<td><strong>READ ONLY</strong> The name of the expense type, localized to the user’s language.</td>
16721672
</tr>
16731673
<tr>
16741674
<td><code class="language-plaintext highlighter-rouge">FormID</code></td>
16751675
<td><code class="language-plaintext highlighter-rouge">string</code></td>
16761676
<td>-</td>
1677-
<td>The ID of the form used by this expense entry. <strong>(Read Only)</strong></td>
1677+
<td><strong>READ ONLY</strong> The ID of the form used by this expense entry.</td>
16781678
</tr>
16791679
<tr>
16801680
<td><code class="language-plaintext highlighter-rouge">HasAppliedCashAdvance</code></td>
16811681
<td><code class="language-plaintext highlighter-rouge">boolean</code></td>
16821682
<td><code class="language-plaintext highlighter-rouge">true</code> / <code class="language-plaintext highlighter-rouge">false</code></td>
1683-
<td>Whether the entry has a cash advance applied to it. <strong>(Read Only)</strong></td>
1683+
<td><strong>READ ONLY</strong> Indicates whether the entry has a cash advance applied to it.</td>
16841684
</tr>
16851685
<tr>
16861686
<td><code class="language-plaintext highlighter-rouge">HasAttendees</code></td>
16871687
<td><code class="language-plaintext highlighter-rouge">boolean</code></td>
16881688
<td><code class="language-plaintext highlighter-rouge">true</code> / <code class="language-plaintext highlighter-rouge">false</code></td>
1689-
<td>Indicates whether the expense has attendees. Use the GET /expense/entryattendeeassociations function to get information about this entry’s attendees. <strong>(Read Only)</strong></td>
1689+
<td><strong>READ ONLY</strong> Indicates whether the expense has attendees. Use the GET /expense/entryattendeeassociations function to get information about this entry’s attendees.</td>
16901690
</tr>
16911691
<tr>
16921692
<td><code class="language-plaintext highlighter-rouge">HasComments</code></td>
16931693
<td><code class="language-plaintext highlighter-rouge">boolean</code></td>
16941694
<td><code class="language-plaintext highlighter-rouge">true</code> / <code class="language-plaintext highlighter-rouge">false</code></td>
1695-
<td>Whether or not the expense entry has comments. <strong>(Read Only)</strong></td>
1695+
<td><strong>READ ONLY</strong> Indicates whether the expense entry has comments.</td>
16961696
</tr>
16971697
<tr>
16981698
<td><code class="language-plaintext highlighter-rouge">HasExceptions</code></td>
16991699
<td><code class="language-plaintext highlighter-rouge">boolean</code></td>
17001700
<td><code class="language-plaintext highlighter-rouge">true</code> / <code class="language-plaintext highlighter-rouge">false</code></td>
1701-
<td>Whether the expense has exceptions. Use the GET ExpenseEntryExceptions function to get information about this entry’s exceptions. <strong>(Read Only)</strong></td>
1701+
<td><strong>READ ONLY</strong> Indicates whether the expense has exceptions. Use the GET ExpenseEntryExceptions function to get information about this entry’s exceptions.</td>
17021702
</tr>
17031703
<tr>
17041704
<td><code class="language-plaintext highlighter-rouge">HasImage</code></td>
17051705
<td><code class="language-plaintext highlighter-rouge">boolean</code></td>
17061706
<td><code class="language-plaintext highlighter-rouge">true</code> / <code class="language-plaintext highlighter-rouge">false</code></td>
1707-
<td>Indicates whether there is an entry image attached to the entry. Use the GET Entry Images function to get this entry image. <strong>(Read Only)</strong></td>
1707+
<td><strong>READ ONLY</strong> Indicates whether there is an entry image attached to the entry. Use the GET Entry Images function to get this entry image.</td>
17081708
</tr>
17091709
<tr>
17101710
<td><code class="language-plaintext highlighter-rouge">HasItemizations</code></td>
17111711
<td><code class="language-plaintext highlighter-rouge">boolean</code></td>
17121712
<td><code class="language-plaintext highlighter-rouge">true</code> / <code class="language-plaintext highlighter-rouge">false</code></td>
1713-
<td>Indicates whether the expense has itemizations. Use the GET /expense/itemizations function to get information about this entry’s itemizations. <strong>(Read Only)</strong></td>
1713+
<td><strong>READ ONLY</strong> Indicates whether the expense has itemizations. Use the GET /expense/itemizations function to get information about this entry’s itemizations.</td>
17141714
</tr>
17151715
<tr>
17161716
<td><code class="language-plaintext highlighter-rouge">HasVAT</code></td>
17171717
<td><code class="language-plaintext highlighter-rouge">boolean</code></td>
17181718
<td><code class="language-plaintext highlighter-rouge">true</code> / <code class="language-plaintext highlighter-rouge">false</code></td>
1719-
<td>Indicates whether the entry has VAT data. <strong>(Read Only)</strong></td>
1719+
<td><strong>READ ONLY</strong> Indicates whether the entry has VAT data.</td>
17201720
</tr>
17211721
<tr>
17221722
<td><code class="language-plaintext highlighter-rouge">ID</code></td>
17231723
<td><code class="language-plaintext highlighter-rouge">string</code></td>
17241724
<td>-</td>
1725-
<td>The unique identifier of the resource. Compatible for use with v3 endpoints. <strong>(Read Only)</strong></td>
1725+
<td><strong>READ ONLY</strong> The unique identifier of the resource. Compatible for use with v3 endpoints.</td>
17261726
</tr>
17271727
<tr>
17281728
<td><code class="language-plaintext highlighter-rouge">IsBillable </code></td>
17291729
<td><code class="language-plaintext highlighter-rouge">boolean</code></td>
17301730
<td><code class="language-plaintext highlighter-rouge">true</code> / <code class="language-plaintext highlighter-rouge">false</code></td>
1731-
<td>Indicates whether the expense is billable. <strong>(Read Only)</strong></td>
1731+
<td><strong>READ ONLY</strong> Indicates whether the expense is billable.</td>
17321732
</tr>
17331733
<tr>
17341734
<td><code class="language-plaintext highlighter-rouge">IsImageRequired</code></td>
17351735
<td><code class="language-plaintext highlighter-rouge">boolean</code></td>
17361736
<td><code class="language-plaintext highlighter-rouge">true</code> / <code class="language-plaintext highlighter-rouge">false</code></td>
1737-
<td>Indicates whether an entry image is required for the entry. <strong>(Read Only)</strong></td>
1737+
<td><strong>READ ONLY</strong> Indicates whether an entry image is required for the entry.</td>
17381738
</tr>
17391739
<tr>
17401740
<td><code class="language-plaintext highlighter-rouge">IsPaidByExpensePay</code></td>
17411741
<td><code class="language-plaintext highlighter-rouge">boolean</code></td>
17421742
<td><code class="language-plaintext highlighter-rouge">true</code> / <code class="language-plaintext highlighter-rouge">false</code></td>
1743-
<td>Whether the entry is paid using the Expense Pay service. This element has a value if the report has reached the Processing Payment workflow step, because this is when Concur Expense determines whether it will be paid by Expense Pay. <strong>(Read Only)</strong></td>
1743+
<td><strong>READ ONLY</strong> Indicates whether the entry is paid using the Expense Pay service. This element has a value if the report has reached the Processing Payment workflow step, because this is when Concur Expense determines whether it will be paid by Expense Pay.</td>
17441744
</tr>
17451745
<tr>
17461746
<td><code class="language-plaintext highlighter-rouge">IsPersonal</code></td>
@@ -1752,7 +1752,7 @@ <h3 id="entry"><a name="entry"></a>Entry</h3>
17521752
<td><code class="language-plaintext highlighter-rouge">IsPersonalCardCharge </code></td>
17531753
<td><code class="language-plaintext highlighter-rouge">boolean</code></td>
17541754
<td><code class="language-plaintext highlighter-rouge">true</code> / <code class="language-plaintext highlighter-rouge">false</code></td>
1755-
<td>Indicates whether the expense entry was imported from a personal card feed. Concur Expense uses the Yodlee API to import these card transactions. <strong>(Read Only)</strong></td>
1755+
<td><strong>READ ONLY</strong> Indicates whether the expense entry was imported from a personal card feed. Concur Expense uses the Yodlee API to import these card transactions.</td>
17561756
</tr>
17571757
<tr>
17581758
<td><code class="language-plaintext highlighter-rouge">Journey</code></td>
@@ -1764,13 +1764,13 @@ <h3 id="entry"><a name="entry"></a>Entry</h3>
17641764
<td><code class="language-plaintext highlighter-rouge">LastModified</code></td>
17651765
<td><code class="language-plaintext highlighter-rouge">dateTime</code></td>
17661766
<td>-</td>
1767-
<td>The UTC date when the entry was last modified. <strong>(Read Only)</strong></td>
1767+
<td><strong>READ ONLY</strong> The UTC date when the entry was last modified.</td>
17681768
</tr>
17691769
<tr>
17701770
<td><code class="language-plaintext highlighter-rouge">LocationCountry</code></td>
17711771
<td><code class="language-plaintext highlighter-rouge">string</code></td>
17721772
<td>-</td>
1773-
<td>The 2-letter ISO 3166-1 country code where the expense was incurred. <strong>(Read Only)</strong></td>
1773+
<td><strong>READ ONLY</strong> The 2-letter ISO 3166-1 country code where the expense was incurred.</td>
17741774
</tr>
17751775
<tr>
17761776
<td><code class="language-plaintext highlighter-rouge">LocationID</code></td>
@@ -1782,7 +1782,7 @@ <h3 id="entry"><a name="entry"></a>Entry</h3>
17821782
<td><code class="language-plaintext highlighter-rouge">LocationName</code></td>
17831783
<td><code class="language-plaintext highlighter-rouge">string</code></td>
17841784
<td>-</td>
1785-
<td>The location where the expense was incurred, usually the city name. <strong>(Read Only)</strong></td>
1785+
<td><strong>READ ONLY</strong> The location where the expense was incurred, usually the city name.</td>
17861786
</tr>
17871787
<tr>
17881788
<td><code class="language-plaintext highlighter-rouge">LocationSubdivision</code></td>
@@ -1806,19 +1806,19 @@ <h3 id="entry"><a name="entry"></a>Entry</h3>
18061806
<td><code class="language-plaintext highlighter-rouge">PaymentTypeName</code></td>
18071807
<td><code class="language-plaintext highlighter-rouge">string</code></td>
18081808
<td>-</td>
1809-
<td>The name of the payment type, localized to the user’s language. <strong>(Read Only)</strong></td>
1809+
<td><strong>READ ONLY</strong> The name of the payment type, localized to the user’s language.</td>
18101810
</tr>
18111811
<tr>
18121812
<td><code class="language-plaintext highlighter-rouge">PostedAmount</code></td>
18131813
<td><code class="language-plaintext highlighter-rouge">decimal</code></td>
18141814
<td>-</td>
1815-
<td>The amount of the expense entry, in the report currency. <strong>(Read Only)</strong></td>
1815+
<td><strong>READ ONLY</strong> The amount of the expense entry, in the report currency.</td>
18161816
</tr>
18171817
<tr>
18181818
<td><code class="language-plaintext highlighter-rouge">ReceiptReceived</code></td>
18191819
<td><code class="language-plaintext highlighter-rouge">boolean</code></td>
18201820
<td><code class="language-plaintext highlighter-rouge">true</code> / <code class="language-plaintext highlighter-rouge">false</code></td>
1821-
<td>Indicates whether this entry has been reviewed by a processor. Format: true or false <strong>(Read Only)</strong></td>
1821+
<td><strong>READ ONLY</strong> Indicates whether this entry has been reviewed by a processor.</td>
18221822
</tr>
18231823
<tr>
18241824
<td><code class="language-plaintext highlighter-rouge">ReportID</code></td>
@@ -1830,19 +1830,19 @@ <h3 id="entry"><a name="entry"></a>Entry</h3>
18301830
<td><code class="language-plaintext highlighter-rouge">ReportOwnerID</code></td>
18311831
<td><code class="language-plaintext highlighter-rouge">string</code></td>
18321832
<td>-</td>
1833-
<td>The login ID of the report owner. Use the GET User Information function to learn details about this user. <strong>(Read Only)</strong></td>
1833+
<td><strong>READ ONLY</strong> The login ID of the report owner. Use the GET User Information function to learn details about this user.</td>
18341834
</tr>
18351835
<tr>
18361836
<td><code class="language-plaintext highlighter-rouge">SpendCategoryCode</code></td>
18371837
<td><code class="language-plaintext highlighter-rouge">string</code></td>
18381838
<td>-</td>
1839-
<td>The ID of the spending category that is specified for this expense entry. <strong>(Read Only)</strong></td>
1839+
<td><strong>READ ONLY</strong> The ID of the spending category that is specified for this expense entry.</td>
18401840
</tr>
18411841
<tr>
18421842
<td><code class="language-plaintext highlighter-rouge">SpendCategoryName</code></td>
18431843
<td><code class="language-plaintext highlighter-rouge">string</code></td>
18441844
<td>-</td>
1845-
<td>The name of the spending category that is specified for this expense entry, localized to the user’s language. <strong>(Read Only)</strong></td>
1845+
<td><strong>READ ONLY</strong> The name of the spending category that is specified for this expense entry, localized to the user’s language.</td>
18461846
</tr>
18471847
<tr>
18481848
<td><code class="language-plaintext highlighter-rouge">TaxReceiptType</code></td>
@@ -1872,31 +1872,31 @@ <h3 id="entry"><a name="entry"></a>Entry</h3>
18721872
<td><code class="language-plaintext highlighter-rouge">TripID</code></td>
18731873
<td><code class="language-plaintext highlighter-rouge">string</code></td>
18741874
<td>-</td>
1875-
<td>The unique identifier of a trip in the Itinerary Service that includes a travel booking associated with this expense. Use GET ItineraryDetails to get information about this trip and the travel booking. This element is null when there is no trip associated with the expense. <strong>(Read Only)</strong></td>
1875+
<td><strong>READ ONLY</strong> The unique identifier of a trip in the Itinerary Service that includes a travel booking associated with this expense. Use GET ItineraryDetails to get information about this trip and the travel booking. This element is null when there is no trip associated with the expense.</td>
18761876
</tr>
18771877
<tr>
18781878
<td><code class="language-plaintext highlighter-rouge">URI</code></td>
18791879
<td><code class="language-plaintext highlighter-rouge">string</code></td>
18801880
<td>-</td>
1881-
<td>The URI to the resource. <strong>(Read Only)</strong></td>
1881+
<td><strong>READ ONLY</strong> The URI to the resource.</td>
18821882
</tr>
18831883
<tr>
18841884
<td><code class="language-plaintext highlighter-rouge">VendorDescription</code></td>
18851885
<td><code class="language-plaintext highlighter-rouge">string</code></td>
18861886
<td>-</td>
1887-
<td>The name of the vendor for the expense entry. Maximum length: 64 characters <strong>(Read Only)</strong></td>
1887+
<td><strong>READ ONLY</strong> The name of the vendor for the expense entry. Maximum length: 64 characters</td>
18881888
</tr>
18891889
<tr>
18901890
<td><code class="language-plaintext highlighter-rouge">VendorListItemID</code></td>
18911891
<td><code class="language-plaintext highlighter-rouge">string</code></td>
18921892
<td>-</td>
1893-
<td>The unique identifier for a vendor list item. Use the GET /common/lists function to get information about this list item. <strong>(Read Only)</strong></td>
1893+
<td><strong>READ ONLY</strong> The unique identifier for a vendor list item. Use the GET /common/lists function to get information about this list item.</td>
18941894
</tr>
18951895
<tr>
18961896
<td><code class="language-plaintext highlighter-rouge">VendorListItemName</code></td>
18971897
<td><code class="language-plaintext highlighter-rouge">string</code></td>
18981898
<td>-</td>
1899-
<td>The name of an item from a vendor list. <strong>(Read Only)</strong></td>
1899+
<td><strong>READ ONLY</strong> The name of an item from a vendor list.</td>
19001900
</tr>
19011901
</tbody>
19021902
</table>

0 commit comments

Comments
 (0)