Invoice

The Invoice object represents an invoice generated in the ERP system.

This object contains the following attributes:

Field Name
Data Type
Description

id

string

The unique identifier of the invoice. No nesting exists for this identifier.

Example: INV-123-567-321

statement

object

A reference to the statement object.

Example:

billingType

enum

The type of billing. Allowed values: automated or manual. The values are based on the source of the linked statement, such as a manual upload or journal (automated).

status

enum

The status of the invoice. Allowed values: issued, paid, or overdue.

currency

string

The invoice currency.

Example: EUR

client

object

A reference to the client account object.

Example:

buyer

object

A reference to the buyer object.

Example:

vendor

object

A reference to the vendor account object.

Example:

seller

object

A reference to the seller object.

Example:

product

object

A reference to the product object.

Example:

agreement

object

A reference to the agreement object.

Example:

licensee

object

A reference to the licensee object.

Example:

erpData

The invoice fields from the ERP system.

Example:

audit

object

The audit object. Allowed values: created or updated.

price

object

The invoice price summary with aggregated price values for all invoice charges. The statementPriceSummary object inherits from PriceSummary and adds tax-related properties: totalST and totalGT.

Note that not all fields are visible to all actors.

Example:

ERP Invoice Data object

This object contains the following attributes:

Field Name
Data Type
Description

erpId

string

Identifier in the ERP system.

Example: DE-SCO-1234567

documentNo

string

The document number.

Example: 4564564

documentDate

dateTime

The document date.

Example: 2025-01-15T12:05:34.087Z

postingDate

dateTime

The posting date.

Example: 2025-01-15T16:45:24.123Z

dueDate

dateTime

The due date.

Example: 2025-02-10T12:45:34.087Z

balanceDue

decimal

The balance due.

Example: 123.23

invoiceTotal

decimal

The invoice total.

Example: 123.23

Last updated

Was this helpful?