Referencia de APIAccounting / Pending Record
Get Pending Record by pendingrecordid share
← Back to full API reference
GET
/v1/record/pending/:pendingRecordId/shareAuth 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
Path params
| Field | Required | Description |
|---|---|---|
| pendingRecordId | Yes | Required path parameter. |
Query params
| Field | Required | Description |
|---|---|---|
| note | Yes | Inferred from req.query.note |
| customOrganizationName | Yes | Inferred from req.query.customOrganizationName |
Default payloads
Path params
json
{
"pendingRecordId": 1
}Query
json
{
"note": "string",
"customOrganizationName": "string"
}Sample response
json
"<shareUrl>"