Gestiono
Referencia de APIAccounting / Pending Record

Create Pending Record givenrecurrency

← Back to full API reference
POST/v1/record/pending/givenRecurrencyAuth 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
correspondingDateYesInferred from req.body.correspondingDate

Default payloads

Path params

json
{}

Query

json
{}

Body

json
{
  "recurrencyId": "string",
  "correspondingDate": "string"
}

Sample response

json
{}