Gestiono
Referencia de APIAccounting / Pending Record

Update Pending Record pay with balance

← Back to full API reference
PATCH/v1/record/pending/pay-with-balanceAuth required

A pending record refers to documents (invoice, quote, order, loan) that can later be linked to records such as payments, credits, and accounting movements.

  • Requires organization permissions for this resource.
  • Validated by Zod schema: payPendingRecordWithBalance.

Request details

Body fields

FieldRequiredDescription
pendingRecordIdYesType: number
amountNoType: number
dateNoType: string
referenceNoType: string
descriptionNoType: string

Default payloads

Path params

json
{}

Query

json
{}

Body

json
{
  "pendingRecordId": 1
}

Sample response

json
{}