Other

πŸ“„ About the other data model

The other data model describes documents that do not fit into the standard categories such as invoice, credit note, delivery note, offer, or order confirmation. It is used for miscellaneous document types like account statements, expense reimbursements, payroll, registration certificates, reminders, travel expenses, and unknown types.

πŸ“¦ Attributes

The other data model includes the following attributes:

Attribute Type Description
filename string The original filename of the document.
description string Description of the document.
document_number string The document number.
document_date string The document date (RFC 3339 format).
direction string Direction of the document (incoming or outgoing). Defaults to incoming.

πŸ“ Example output

Below is an example of the output you can expect from the Other Data Model in fetchdocs:

JSON
{ "filename": "other-2024-0001.pdf", "description": "Travel expense report for July 2025", "document_number": "TR20250724001", "document_date": "2025-07-24", "direction": "incoming" }

πŸ›Ÿ Need help?

If you need help or want to receive additional attributes, please contact the fetchdocs support team. They're happy to assist you.