Download OpenAPI specification:Download
OpenAPI specification for Repzo Rep Balance Summary endpoints.
| rep required | string The rep ID to get balance summary for |
| page | integer >= 1 Default: 1 Page number for pagination |
| per_page | integer [ 1 .. 100 ] Default: 20 Number of items per page |
| disabled | boolean Default: false Whether to include disabled records |
| populatedKeys | Array of strings Keys to populate in the response |
{- "total_result": 0,
- "current_count": 0,
- "total_pages": 0,
- "current_page": 0,
- "per_page": 0,
- "first_page_url": "string",
- "last_page_url": "string",
- "next_page_url": "string",
- "prev_page_url": "string",
- "path": "string",
- "data": [
- {
- "_id": "string",
- "rep": "string",
- "rep_name": "string",
- "total_outstanding_balance_of_invoices_created_by_rep": 0
}
], - "totals": {
- "total_balances": 0
}, - "options": {
- "has_more": true,
- "include_documents_count": true
}
}