Skip to main content

ListClientInvoicesResponse

successboolean
Example: true
data object[]
  • Array [
  • 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.

  • ]
  • pagination object
    pageintegerrequired

    Current page number

    Example: 1
    limitintegerrequired

    Items per page

    Example: 20
    totalintegerrequired

    Total number of items

    Example: 150
    totalPagesintegerrequired

    Total number of pages

    Example: 8
    timestampdate-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"
    }