invoice_issued_get
Fetch issued invoices from AbraFlexi using filters like IDs, code, or issue date range. Get summary or full details for records issued by the company.
Instructions
Get issued invoices (faktura-vydana) from AbraFlexi.
Every invoice returned was issued BY the AbraFlexi company this server is bound to (see server_info) - there is no way to query another company's invoices from this server. The 'nazFirmy'/'firma' fields on each record identify the CUSTOMER/counterparty being invoiced, not the issuer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | List of invoice IDs to retrieve | |
| kod | No | Invoice code to search for | |
| limit | No | Maximum number of results | |
| detail | No | Detail level (summary, id, full, custom:field1,field2) | summary |
| filter_expr | No | Additional AbraFlexi filter expression to combine with built-in filters | |
| add_row_count | No | Include the total number of matching records in the response | |
| datum_vystaveni_do | No | Upper bound for issue date (YYYY-MM-DD, inclusive) | |
| datum_vystaveni_od | No | Lower bound for issue date (YYYY-MM-DD, inclusive) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |