VAT IT eezi
Provides integration with VAT IT eezi for organisation-scoped invoices, credit notes, attachments, and invoice-status actions.
Revision History
0.1.0.0 - Initial V2 release for the VAT IT eezi organisation API.
Connection
Use this Connection to store the eezi organisation API endpoint and token.
| Property | Type | Description |
|---|---|---|
API Base URL |
String | Versioned eezi API root. The default is the UAT URL https://api.uat.eezi.io/v1/. |
Access Token |
Masked | Organisation API token sent as the exact Authorization header value. |
Timeout (seconds) |
Integer | Timeout applied to each eezi API request. The default is 30. |
Setup Notes
- Obtain an organisation API access token from VAT IT.
- Replace the default UAT
API Base URLwith the versioned production URL supplied by VAT IT before using the Connection in production. - Enter the complete value required by eezi in
Access Token. The Node does not add aBearerprefix. - Run the Connection test. The Node requests one invoice to validate the endpoint and token.
Methods
Select an embedded template to populate the OperationId, Options, and request shape for the chosen organisation API operation.
Query
Queries invoices, credit notes, and attachments.
| Parameter | Type | Description |
|---|---|---|
Connection |
Connection | VAT IT eezi Connection. |
OperationId |
String | Identifier of the query operation selected by the template. |
Options |
Object | Route and query values required by the selected operation. |
| Return | Type | Description |
|---|---|---|
Response |
Array | Provider-shaped eezi rows. Invoice and credit-note lists are paged internally. |
Create
Submits invoices or credit notes.
| Parameter | Type | Description |
|---|---|---|
Connection |
Connection | VAT IT eezi Connection. |
OperationId |
String | Identifier of the create operation selected by the template. |
Options |
Object | Route and query values required by the selected operation. |
Items |
Array | Invoice or credit-note request objects, processed one at a time. |
| Return | Type | Description |
|---|---|---|
Response |
Array | Provider response fields with normalized Flowgear mutation metadata. |
Action
Runs supported document actions, including invoice status updates.
| Parameter | Type | Description |
|---|---|---|
Connection |
Connection | VAT IT eezi Connection. |
OperationId |
String | Identifier of the action selected by the template. |
Options |
Object | Route and query values required by the selected operation. |
Items |
Array | Action request objects, processed one at a time. |
| Return | Type | Description |
|---|---|---|
Response |
Array | Provider response fields with normalized Flowgear mutation metadata. |
Usage Notes
- Templates are available without calling eezi during template discovery.
Queryrows preserve provider fields and do not include Flowgear mutation metadata.CreateandActionrows includeFlowgear.IsSuccess,Flowgear.Message, and a copy of the request inFlowgear.Request.- Country-specific fields can be added to an invoice or credit-note
Itemsobject and are passed to eezi unchanged.
Known Issues
- The Node supports the organisation API only. eezi Enterprise API keys and endpoints are not supported.