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