Gestiono
Referencia de APIAccounting / Pending Record

Get Pending Record credit by creditid

← Back to full API reference
GET/v1/record/pending/credit/:creditIdAuth 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: getCreditById.

Request details

Path params

FieldRequiredDescription
creditIdYesRequired path parameter.

Default payloads

Path params

json
{
  "creditId": 1
}

Query

json
{}

Sample response

json
"<result>"