Contacts
Agenda de contacte / clienți.
Returns a paginated list of clients (agendă firme rows where is_client = 1).
Standard filters: modifiedafter, modifiedthrough, id, minid, page (date filters use lastupdated).
Include:
- pricelist — adds pricelist_id and pricelist_name to each row. Falls back to the client's group pricelist when the contact has no direct pricelist.
- address — adds addresses[] array (all non-deleted delivery/invoice addresses).
- contacts — adds contacts[] array (linked contact persons).
- banks — adds bank_accounts[] array (linked bank accounts with currency).
Example: /contacts/list/modifiedafter:2024-01-01/include:address,pricelist/
Responses
| Status | Description |
|---|---|
200 |
OK — response uses the shared envelope. |
400 |
Request is malformed or a required field is missing / invalid. |
401 |
Missing or invalid Basic Auth credentials. |
Returns the details of one contact (agendă firme row), formatted using the shared client-data helper.
Include:
- pricelist — adds pricelist_id and pricelist_name to the response. Falls back to the client's group pricelist.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
contact_id |
path | integer | yes |
Responses
| Status | Description |
|---|---|
200 |
OK — response uses the shared envelope. |
404 |
The requested resource does not exist. |
This page is generated from openapi.json.