This is the Omnizon Platform Public REST API specification. For access and API Keys please contact your Omnizon Platform representative.
- DocumentGetStatusRequest
OrganizationRegisterRequest
OrganizationRegisterResponse
OrganizationFindByVatRequest
OrganizationFindByVatResult
OrganizationAmsCheckResult
SendInvoiceResponse
InvoiceStatusRequest
InternalStatusDetail
InvoiceStatusResponse
InvoiceListStatusRequest
InvoiceDocumentIdReturnModel
InvoiceDocumentPaginatedListResponse
InvoiceErrorResponse
DocumentGetRequest
InvoiceSetStatusRequest
InvoiceSetStatusResponse
InvoiceRejectRequest
InvoicePaidRequest
UserAccountRequest
UserAccountResponse
UserActionsRequest
UserActionsResponse
DocumentArchiveRequest
ArchivedDocumentResponse
DocumentNumberRequest
DocumentByNumberListResponse
OwnerRequest
DocumentInboxEnhancedResponse
DocumentInboxListResponse
FiscalizationResponse
ReportingResponse
DocumentGetStatusResponse
DocumentGetOutboxStatusResponse
DocumentOutboxStatusListResponse
FiscalizationResponseModel
DocumentGetInboxStatusResponse
DocumentInboxStatusListResponse
MonthlyUsageRequest
UsageMetric
UsageMetricsResponse
ArchiveUsageRequest
ArchiveUsageResponse
GetFiscalizationStatusesRequest
GetReportingStatusesRequest
ApiKeyGenerateRequest
ApiKeyGenerateResponse
DocumentGetStatusRequest
Omnizon Public REST API (v1.0.0)
Download OpenAPI description
Languages
Servers
Mock server
https://omnizon-public-api.redocly.app/_mock/openapi
U-DEV testing environment
https://{tenant}.u-dev.omnizon.network/api
DocumentGetStatusResponse
The unique identifier of the invoice document.
Example: "6787a98e15306d37eed688a8"
The name of the sender of the document.
Example: "Example Sender Ltd."
The name of the receiver of the document.
Example: "Example Receiver Ltd."
The VAT number of the sender without country prefix.
Example: "12345678910"
The VAT number of the receiver without country prefix.
Example: "98765432100"
The external status of the document.
Example: "SENT|DELIVERED|ACKNOWLEDGED"
Details from the latest fiscalization attempt (optional)
{ "documentId": "6787a98e15306d37eed688a8", "documentSenderName": "Example Sender Ltd.", "documentReceiverName": "Example Receiver Ltd.", "documentSenderVatNumber": "12345678910", "documentReceiverVatNumber": "98765432100", "documentNumber": "INV-2023-001", "internalStatus": "NEW|OK|FAILED", "externalStatus": "SENT|DELIVERED|ACKNOWLEDGED", "fiscalizationDetails": { "successful": true, "errorMessage": "Invalid tax rate", "errorCode": "TAX_RATE_ERROR", "shouldRetry": false, "timestamp": "2024-01-15T10:30:00Z", "fiscalizationRequestId": "FISK-2024-001234", "fiscalizationResponseId": "12345678-1234-1234-1234-123456789012", "fiscalizationType": "FISCALIZATION" }, "reportingDetails": { "successful": true, "errorMessage": "Invalid reporting format", "errorCode": "FORMAT_ERROR", "shouldRetry": false, "timestamp": "2024-01-15T10:30:00Z", "reportingRequestId": "RPT-2024-001234", "reportingResponseId": "REF-12345678-2024", "fiscalizationType": "FISCALIZATION" }, "internalStatusDetails": [ { … } ] }
DocumentGetOutboxStatusResponse
The unique identifier of the invoice document.
Example: "6787a98e15306d37eed688a8"
The name of the receiver of the document.
Example: "Example Receiver Ltd."
The external status of the document.
Example: "SENT|DELIVERED|ACKNOWLEDGED"
The GLN (Global Location Number) of the document supplier organization.
Example: "1234567890124"
The GLN (Global Location Number) of the document customer organization.
Example: "1234567890125"
The business unit of the supplier organization.
Example: "Sales Department"
The business unit of the customer organization.
Example: "Procurement Department"
The document last modification timestamp.
Example: "2024-11-17T11:26:02.850Z"
{ "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" }