Elorus integration (Finance, Productivity). Imported from open-connector.
https://api.elorus.com/v1.2/contacts/
| Param | Type | Required | Description |
|---|---|---|---|
| ordering | string | optional | Official Elorus ordering expression such as modified or -modified. |
| search | string | optional | Free-text search term forwarded to the official Elorus search parameter. |
| search_fields | string | optional | Comma-separated Elorus search_fields value. |
| custom_id | string | optional | Custom identifier filter. |
| created_after | string | optional | Lower bound for the created timestamp filter. |
| created_before | string | optional | Upper bound for the created timestamp filter. |
| modified_after | string | optional | Lower bound for the modified timestamp filter. |
| modified_before | string | optional | Upper bound for the modified timestamp filter. |
| modified_period | string | optional | Relative modified period filter accepted by Elorus. |
| created_period | string | optional | Relative created period filter accepted by Elorus. |
| page | integer | optional | The page number to request. |
| page_size | integer | optional | The maximum number of results to return per page. |
| letter | string | optional | Initial letter filter applied by Elorus. |
| ctype | string | optional | Official Elorus contact type filter. |
| profession | string | optional | Profession filter. |
| company | boolean | optional | Whether to filter to company contacts. |
| active | boolean | optional | Whether to filter to active contacts. |
/v1.2/contacts/{id}/
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Elorus object identifier. |
/v1.2/contacts/
| Param | Type | Required | Description |
|---|---|---|---|
| data | object | required | A raw Elorus object payload. |
/v1.2/contacts/{id}/
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Elorus object identifier. |
| data | object | required | A raw Elorus object payload. |
/v1.2/products/
| Param | Type | Required | Description |
|---|---|---|---|
| ordering | string | optional | Official Elorus ordering expression such as modified or -modified. |
| search | string | optional | Free-text search term forwarded to the official Elorus search parameter. |
| search_fields | string | optional | Comma-separated Elorus search_fields value. |
| custom_id | string | optional | Custom identifier filter. |
| created_after | string | optional | Lower bound for the created timestamp filter. |
| created_before | string | optional | Upper bound for the created timestamp filter. |
| modified_after | string | optional | Lower bound for the modified timestamp filter. |
| modified_before | string | optional | Upper bound for the modified timestamp filter. |
| modified_period | string | optional | Relative modified period filter accepted by Elorus. |
| created_period | string | optional | Relative created period filter accepted by Elorus. |
| page | integer | optional | The page number to request. |
| page_size | integer | optional | The maximum number of results to return per page. |
| sales | boolean | optional | Whether to filter to sale-enabled products or services. |
| purchases | boolean | optional | Whether to filter to purchase-enabled products or services. |
| active | boolean | optional | Whether to filter to active products or services. |
/v1.2/products/{id}/
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Elorus object identifier. |
/v1.2/products/
| Param | Type | Required | Description |
|---|---|---|---|
| data | object | required | A raw Elorus object payload. |
/v1.2/products/{id}/
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Elorus object identifier. |
| data | object | required | A raw Elorus object payload. |
/v1.2/invoices/
| Param | Type | Required | Description |
|---|---|---|---|
| ordering | string | optional | Official Elorus ordering expression such as modified or -modified. |
| search | string | optional | Free-text search term forwarded to the official Elorus search parameter. |
| search_fields | string | optional | Comma-separated Elorus search_fields value. |
| custom_id | string | optional | Custom identifier filter. |
| created_after | string | optional | Lower bound for the created timestamp filter. |
| created_before | string | optional | Upper bound for the created timestamp filter. |
| modified_after | string | optional | Lower bound for the modified timestamp filter. |
| modified_before | string | optional | Upper bound for the modified timestamp filter. |
| modified_period | string | optional | Relative modified period filter accepted by Elorus. |
| created_period | string | optional | Relative created period filter accepted by Elorus. |
| page | integer | optional | The page number to request. |
| page_size | integer | optional | The maximum number of results to return per page. |
| period_from | string | optional | Lower bound of the invoice issue-date period filter. |
| period_to | string | optional | Upper bound of the invoice issue-date period filter. |
| period | string | optional | Relative period filter accepted by Elorus. |
| status | string | optional | Invoice status filter. |
| draft | boolean | optional | Whether to filter to draft invoices. |
| pending_approval | boolean | optional | Whether to filter to pending-approval invoices. |
| fpaid | boolean | optional | Whether to filter to fully paid invoices. |
| is_void | boolean | optional | Whether to filter to void invoices. |
| overdue | boolean | optional | Whether to filter to overdue invoices. |
| client | string | optional | Client contact identifier filter. |
| currency_code | string | optional | Currency code filter. |
| documenttype | string | optional | Document type identifier filter. |
| sequence | string | optional | Sequence filter. |
/v1.2/invoices/{id}/
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Elorus object identifier. |
/v1.2/invoices/
| Param | Type | Required | Description |
|---|---|---|---|
| data | object | required | A raw Elorus object payload. |
/v1.2/invoices/{id}/
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Elorus object identifier. |
| data | object | required | A raw Elorus object payload. |