Referencia de APIAccounting / Pending Record
Get Pending Record sales comissions
← Back to full API reference
GET
/v1/record/pending/sales/comissionsAuth requiredA 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.
Request details
Query params
| Field | Required | Description |
|---|---|---|
| month | Yes | Inferred from req.query.month |
| year | Yes | Inferred from req.query.year |
| groupBy | Yes | Inferred from req.query.groupBy |
Default payloads
Path params
json
{}Query
json
{
"month": "string",
"year": "string",
"groupBy": "string"
}Sample response
json
"<sales>"