This is the Omnizon Platform Public REST API specification. For access and API Keys please contact your Omnizon Platform representative.
- DocumentOutboxStatusListResponse
Omnizon Public REST API (v1.0.0)
DocumentGetOutboxStatusResponse
The unique identifier of the invoice document.
The name of the receiver of the document.
The external status of the document.
The GLN (Global Location Number) of the document supplier organization.
The GLN (Global Location Number) of the document customer organization.
The business unit of the supplier organization.
The business unit of the customer organization.
The document last modification timestamp.
{ "documentId": "6787a98e15306d37eed688a8", "supplierName": "Supplier Company Ltd.", "documentReceiverName": "Example Receiver Ltd.", "documentNumber": "INV-2023-001", "internalStatus": "NEW|OK|FAILED", "externalStatus": "SENT|DELIVERED|ACKNOWLEDGED", "supplierVatNumber": "12345678901", "customerVatNumber": "98765432101", "supplierGln": "1234567890124", "customerGln": "1234567890125", "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", "documentEdiType": "PLACEHOLDER" }
DocumentOutboxStatusListResponse
List of outbox document status responses.
The unique identifier of the invoice document.
The name of the document supplier/sender.
The name of the receiver of the document.
The external status of the document.
The GLN (Global Location Number) of the document supplier organization.
The GLN (Global Location Number) of the document customer organization.
The business unit of the supplier organization.
The business unit of the customer organization.
The document creation timestamp.
The document last modification timestamp.
{ "items": [ { … } ], "totalElements": 47, "totalPages": 2, "size": 25, "number": 1, "numberOfElements": 25, "first": true, "last": false, "empty": false }
FiscalizationResponseModel
Response returned by the fiscalization service.
Identifier of the response received from the fiscalization service.
Timestamp from the fiscalization response.
Error message returned if the fiscalization failed.
{ "responseId": "resp-879812", "requestId": "req-123456", "responseDateTime": "2025-07-21T10:15:30Z", "successful": true, "errorCode": "ERR_FIS_1001", "errorMessage": "Invalid taxpayer ID.", "invalidRecordNumber": 3, "retryRecommended": false }