Gestiono
Referencia de APIAccounting / Pending Record

Create Pending Record nextrecurrency

← Back to full API reference
POST/v1/record/pending/nextRecurrencyAuth 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.

Request details

Body fields

FieldRequiredDescription
recurrencyIdYesInferred from req.body.recurrencyId

Default payloads

Path params

json
{}

Query

json
{}

Body

json
{
  "recurrencyId": "string"
}

Sample response

json
{}