- Overview
- Getting started
- Building models
- Consuming models
- Model Details
- Public endpoints
- 1040 - document type
- 1040 Schedule C - document type
- 1040 Schedule D - document type
- 1040 Schedule E - document type
- 1040x - document type
- 3949a - document type
- 4506T - document type
- 709 - document type
- 941x - document type
- 9465 - document type
- ACORD125 - document type
- ACORD126 - document type
- ACORD131 - document type
- ACORD140 - document type
- ACORD25 - document type
- Bank Statements - document type
- Bills Of Lading - document type
- Certificate of Incorporation - document type
- Certificate of Origin - document type
- Checks - document type
- Children Product Certificate - document type
- CMS 1500 - document type
- EU Declaration of Conformity - document type
- Financial Statements - document type
- FM1003 - document type
- I9 - document type
- ID Cards - document type
- Invoices - document type
- Invoices2 - document type
- Invoices Australia - document type
- Invoices China - document type
- Invoices Hebrew - document type
- Invoices India - document type
- Invoices Japan - document type
- Invoices Shipping - document type
- Packing Lists - document type
- Payslips - document type
- Passports - document type
- Purchase Orders - document type
- Receipts - document type
- Receipts2 - document type
- Receipts Japan - document type
- Remittance Advices - document type
- UB04 - document type
- US Mortgage Closing Disclosures - document type
- Utility Bills - document type
- Vehicle Titles - document type
- W2 - document type
- W9 - document type
- Supported languages
- Insights dashboards
- Data and security
- Licensing
- How to
- Troubleshooting

Document Understanding Modern Projects User Guide
A receipt is a document acknowledging that a person has received money or property in payment following a sale or other transfer of goods or provision of a service.
The Receipts2 document type is trained to extract key data points from a wide range of receipt types, including but not limited to parking receipts, train tickets, hotel bills, airport purchases, meals, pharmacy receipts, electronic receipts, and more. It features an enhanced schema with 60 regular fields and a structured table of items with 6 columns. Additionally, it includes 2 classifiers—one for currency and one for expense type. The model captures detailed information such as check-in and check-out dates, parking durations, credit card details, and itemized purchases, offering broad coverage for diverse expense documentation.
The model automatically detects data such as:
- Items: Description, Quantity, Unit Price, Line Amount;
- Merchant Name, Merchant Address, Phone Number;
- Total Amount, Tax Amount.
https://du.uipath.com/ie/invoices
, all fields are available.
However, if you are using custom-trained extractors, the availability of extracted
fields is dependant on the version you are currently using.
/info/model
object.
To access this, simply add /info/model
to any endpoint, like so:
https://du.uipath.com/ie/invoices/info/model
. For an enhanced
reading experience of the fields list, it's recommended to install a JSON viewer
extension in your browser.
Display Name | Field Name | Field Type | Content Type |
---|---|---|---|
Departure Time | departure-time | regular | string |
Arrival Time | arrival-time | regular | string |
Merchant Employee Name | merchant-employee-name | regular | string |
Card Authorization Number | card-authorization-number | regular | id-no |
Cash Register Number | cash-register-number | regular | id-no |
Total Items Sold | number-of-sold-items | regular | number |
Card Terminal Verification Results Number | card-terminal-verification-results-number | regular | id-no |
Card Transaction Reference Number | card-transaction-reference-number | regular | string |
Items - Line Discount Rates | items---line-discount-rates | regular | number |
Card Application Identifier | card-application-identifier | regular | string |
Merchant Name | name | regular | string |
Merchant Address | vendor-addr | regular | string |
Merchant VAT Number | vendor-vat | regular | id-no |
Merchant Phone Number | phone | regular | string |
Merchant Website | vendor-website | regular | string |
Merchant Email Address | vendor-email | regular | string |
Buyer Name | buyer-name | regular | string |
Buyer Email | buyer-email | regular | string |
Buyer Phone Number | buyer-phone | regular | id-no |
Buyer Address | buyer-addr | regular | string |
Delivery Address | delivery-addr | regular | string |
Transaction Date | date | regular | date |
Transaction Time | transaction-time | regular | string |
Order ID (Transaction ID) | transaction-id | regular | id-no |
Document Number | receipt-number | regular | id-no |
Net Amount | net-amount | regular | number |
Tax Rate (VAT Related) | tax-rate | regular | string |
Tax Amount (VAT Related) | tax | regular | number |
Tax Rate (NON-VAT Related) | tax-rate-2 | regular | string |
Tax Amounts (NON-VAT Related) | tax-amount-2 | regular | number |
Discount Rate | discount-rate | regular | string |
Discount Amount | discount-amount | regular | number |
Tip Rate | tip-rate | regular | string |
Tip Amount | tip-amount | regular | number |
Change | change | regular | number |
Total Amount | total | regular | number |
Payments Received | payments-received | regular | number |
Amount Due | amount-due | regular | number |
Payment Methods | payment-method | regular | string |
Last 4 Digits of Credit Cards | credit-card-digits | regular | id-no |
Booking ID | booking-id | regular | string |
Check In Date | check-in | regular | date |
Check Out Date | check-out | regular | date |
Flight Number | flight-number | regular | id-no |
Flight Departure Date | flight-departure-date | regular | date |
Flight Arrival Date | flight-arrival-date | regular | date |
City of Departure | origin | regular | string |
City of Arrival | destination | regular | string |
Ticket Number | flight-ticket | regular | id-no |
Table Number | table-number | regular | id-no |
Merchant Fax Number | merchant-fax-number | regular | string |
Party Size | party-size | regular | number |
Stay Duration | stay-duration | regular | string |
Card Transaction Status Information Number | card-transaction-status-information-number | regular | id-no |
Departure Date | departure-date | regular | date |
Arrival Date | arrival-date | regular | date |
Parking Start Date | parking-start-date | regular | date |
Parking Start Time | parking-start-time | regular | string |
Parking End Date | parking-end-date | regular | date |
Parking End Time | parking-end-time | regular | string |
Items - Product Numbers | items---product-numbers | items | string |
Items - Descriptions | description | items | string |
Items - Quantities | quantity | items | number |
Items - Unit Prices | unit-price | items | number |
Items - Line Amounts | line-amount | items | number |
Items - Line Discount Amounts | items---line-discount-amounts | items | number |