Referencia de APIAccounting / Pending Record
Create Pending Record nextrecurrency
← Back to full API reference
POST
/v1/record/pending/nextRecurrencyAuth requiredA 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
| Field | Required | Description |
|---|---|---|
| recurrencyId | Yes | Inferred from req.body.recurrencyId |
Default payloads
Path params
json
{}Query
json
{}Body
json
{
"recurrencyId": "string"
}Sample response
json
{}