Gestiono
Referencia de APIAccounting / Pending Record

Get Pending Record by pendingrecordid pay by organizationid

← Back to full API reference
GET/v1/record/pending/:pendingRecordId/pay/:organizationIdPublic

A pending record refers to documents (invoice, quote, order, loan) that can later be linked to records such as payments, credits, and accounting movements.

  • Deprecated endpoint. Prefer a newer alternative when available.
  • This endpoint can be called without an authenticated session.

Request details

Path params

FieldRequiredDescription
pendingRecordIdYesRequired path parameter.
organizationIdYesRequired path parameter.

Default payloads

Path params

json
{
  "pendingRecordId": 1,
  "organizationId": 1
}

Query

json
{}

Sample response

json
{
  "message": "No payments account"
}