Skip to main content

InvoiceObject

iduuid

Unique invoice identifier.

invoiceNumberstring

Invoice number.

invoiceTypestring

Invoice type (e.g., A, B, C).

sellerTaxIdstring

Seller CUIT.

sellerNamestring

Seller legal name.

buyerTaxIdstring

Buyer CUIT (populated from the client record).

buyerNamestring

Buyer legal name (populated from the client record).

totalAmountnumber

Total invoice amount.

subtotalNetnumber

Net subtotal.

vatAmountnumber

VAT/IVA amount.

otherTaxesnumber

Other taxes.

currencystring

Currency code.

Example: ARS
issuedAtdate

Issue date.

dueAtdatenullable

Due date.

paymentStatusstring

Current payment status.

Possible values: [pending, partial, paid, cancelled]

paymentTermsstringnullable

Payment terms.

observationsstringnullable

Invoice observations.

createdAtdate-time

Creation timestamp.

updatedAtdate-time

Last update timestamp.

InvoiceObject
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"invoiceNumber": "string",
"invoiceType": "string",
"sellerTaxId": "string",
"sellerName": "string",
"buyerTaxId": "string",
"buyerName": "string",
"totalAmount": 0,
"subtotalNet": 0,
"vatAmount": 0,
"otherTaxes": 0,
"currency": "ARS",
"issuedAt": "2024-07-29",
"dueAt": "2024-07-29",
"paymentStatus": "pending",
"paymentTerms": "string",
"observations": "string",
"createdAt": "2024-07-29T15:51:28.071Z",
"updatedAt": "2024-07-29T15:51:28.071Z"
}