Gestiono
Referencia de APIAccounting / Pending Record

Get Pending Record by pendingrecordid share

← Back to full API reference
GET/v1/record/pending/:pendingRecordId/shareAuth 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

Path params

FieldRequiredDescription
pendingRecordIdYesRequired path parameter.

Query params

FieldRequiredDescription
noteYesInferred from req.query.note
customOrganizationNameYesInferred from req.query.customOrganizationName

Default payloads

Path params

json
{
  "pendingRecordId": 1
}

Query

json
{
  "note": "string",
  "customOrganizationName": "string"
}

Sample response

json
"<shareUrl>"