ListClientInvoicesResponse
successboolean
Example:
truedata object[]
Array [
iduuid
Identificador único de la factura.
invoiceNumberstring
Número de factura.
invoiceTypestring
Tipo de factura (ej. A, B, C).
sellerTaxIdstring
CUIT del vendedor.
sellerNamestring
Razón social del vendedor.
buyerTaxIdstring
CUIT del comprador (tomado del registro del cliente).
buyerNamestring
Razón social del comprador (tomada del registro del cliente).
totalAmountnumber
Importe total de la factura.
subtotalNetnumber
Subtotal neto.
vatAmountnumber
Monto de IVA.
otherTaxesnumber
Otros impuestos.
currencystring
Código de moneda.
Example:
ARSissuedAtdate
Fecha de emisión.
dueAtdatenullable
Fecha de vencimiento.
paymentStatusstring
Estado de pago actual.
Possible values: [pending, partial, paid, cancelled]
paymentTermsstringnullable
Condiciones de pago.
observationsstringnullable
Observaciones de la factura.
createdAtdate-time
Timestamp de creación.
updatedAtdate-time
Timestamp de última modificación.
]
pagination object
pageintegerrequired
Número de página actual
Example:
1limitintegerrequired
Items por página
Example:
20totalintegerrequired
Total de items
Example:
150totalPagesintegerrequired
Total de páginas
Example:
8timestampdate-time
ListClientInvoicesResponse
{
"success": true,
"data": [
{
"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"
}
],
"pagination": {
"page": 1,
"limit": 20,
"total": 150,
"totalPages": 8
},
"timestamp": "2024-07-29T15:51:28.071Z"
}