Referencia de APIAccounting / Pending Record
Get Pending Record by shareid data
← Back to full API reference
GET
/v1/record/pending/:shareId/dataPublicA pending record refers to documents (invoice, quote, order, loan) that can later be linked to records such as payments, credits, and accounting movements.
- This endpoint can be called without an authenticated session.
Request details
Path params
| Field | Required | Description |
|---|---|---|
| shareId | Yes | Required path parameter. |
Default payloads
Path params
json
{
"shareId": 1
}Query
json
{}Sample response
json
"<TEST_SHARED_INVOICE>"