This is the Omnizon Platform Public REST API specification. For access and API Keys please contact your Omnizon Platform representative.
- DocumentInboxEnhancedResponse
Omnizon Public REST API (v1.0.0)
DocumentInboxEnhancedResponse
The unique identifier of the invoice document.
The name of the sender of the document.
The GLN (Global Location Number) of the document supplier organization (optional).
The GLN (Global Location Number) of the document customer organization (optional).
The business unit of the supplier organization (optional).
The business unit of the customer organization (optional).
The document last modification timestamp.
{ "documentId": "6787a98e15306d37eed688a8", "documentSenderName": "Example Sender Ltd.", "documentNumber": "INV-2023-001", "supplierVatNumber": "12345678901", "supplierGln": "1234567890124", "customerGln": "1234567890125", "customerName": "Example Customer Ltd.", "supplierBusinessUnit": "Sales Department", "customerBusinessUnit": "Procurement Department", "amount": "150.75", "currency": "EUR", "created": "2024-11-15T15:52:47.331Z", "modified": "2024-11-17T11:26:02.850Z", "customerVatNumber": "98765432101", "documentEdiType": "PLACEHOLDER" }
DocumentInboxListResponse
List of enhanced inbox documents.
The unique identifier of the invoice document.
The name of the sender of the document.
The VAT number of the document supplier (optional).
The GLN (Global Location Number) of the document supplier organization (optional).
The GLN (Global Location Number) of the document customer organization (optional).
The business unit of the supplier organization (optional).
The business unit of the customer organization (optional).
The document creation timestamp.
The document last modification timestamp.
The VAT number of the document customer (optional).
{ "items": [ { … } ], "totalElements": 150, "totalPages": 6, "size": 25, "number": 1, "numberOfElements": 25, "first": true, "last": false, "empty": false }