Jupiter ERP
Account API

ListLinkedPayables200Response

Felder, Typen und Verweise auf andere Modelle.

ListLinkedPayables200Response (object)

FeldTypBeschreibung
data*object[]

array

Elemente

A payable (invoice, credit note, dunning, receipt) linked to a bank transaction.

FeldTypBeschreibung
amount_cents*integer
amount_open_cents*integerOpen amount on the document in cents
amount_total_cents*integerTotal document amount in cents
contact_avatarobject
FeldTypBeschreibung
urlstring
contact_idinteger
contact_namestring
currency_codestring
document_datestring (date)
id*integerDocument payment id
payable_id*integer
payable_label*stringDisplay label e.g. invoice number
payable_type*string

string

  • Invoice
  • CreditNote
  • Dunning
  • Receipt
payment_date*stringDate in Y-m-d format
Beispiel (JSON)
{
  "data": [
    {
      "id": 0,
      "payable_type": "Invoice",
      "payable_id": 0,
      "amount_cents": 0,
      "currency_code": "string",
      "payment_date": "2025-01-14T00:00:00.000Z",
      "payable_label": "string",
      "amount_total_cents": 0,
      "amount_open_cents": 0
    }
  ]
}
Schema ListLinkedPayables200Response · Jupiter ERP