← Tools Reference

Elorus

Elorus integration (Finance, Productivity). Imported from open-connector.

API key12 toolshttps://api.elorus.com
GET
elorus_list_contacts
List Elorus contacts with optional search, filters, and pagination.

/v1.2/contacts/

17 parameters
ParamTypeRequiredDescription
orderingstringoptionalOfficial Elorus ordering expression such as modified or -modified.
searchstringoptionalFree-text search term forwarded to the official Elorus search parameter.
search_fieldsstringoptionalComma-separated Elorus search_fields value.
custom_idstringoptionalCustom identifier filter.
created_afterstringoptionalLower bound for the created timestamp filter.
created_beforestringoptionalUpper bound for the created timestamp filter.
modified_afterstringoptionalLower bound for the modified timestamp filter.
modified_beforestringoptionalUpper bound for the modified timestamp filter.
modified_periodstringoptionalRelative modified period filter accepted by Elorus.
created_periodstringoptionalRelative created period filter accepted by Elorus.
pageintegeroptionalThe page number to request.
page_sizeintegeroptionalThe maximum number of results to return per page.
letterstringoptionalInitial letter filter applied by Elorus.
ctypestringoptionalOfficial Elorus contact type filter.
professionstringoptionalProfession filter.
companybooleanoptionalWhether to filter to company contacts.
activebooleanoptionalWhether to filter to active contacts.
GET
elorus_get_contact
Get one Elorus contact by ID.

/v1.2/contacts/{id}/

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Elorus object identifier.
POST
elorus_create_contact
Create one Elorus contact in the selected organization.

/v1.2/contacts/

1 parameter
ParamTypeRequiredDescription
dataobjectrequiredA raw Elorus object payload.
PUT
elorus_update_contact
Update one Elorus contact by ID.

/v1.2/contacts/{id}/

2 parameters
ParamTypeRequiredDescription
idstringrequiredThe Elorus object identifier.
dataobjectrequiredA raw Elorus object payload.
GET
elorus_list_products
List Elorus products or services with optional filters and pagination.

/v1.2/products/

15 parameters
ParamTypeRequiredDescription
orderingstringoptionalOfficial Elorus ordering expression such as modified or -modified.
searchstringoptionalFree-text search term forwarded to the official Elorus search parameter.
search_fieldsstringoptionalComma-separated Elorus search_fields value.
custom_idstringoptionalCustom identifier filter.
created_afterstringoptionalLower bound for the created timestamp filter.
created_beforestringoptionalUpper bound for the created timestamp filter.
modified_afterstringoptionalLower bound for the modified timestamp filter.
modified_beforestringoptionalUpper bound for the modified timestamp filter.
modified_periodstringoptionalRelative modified period filter accepted by Elorus.
created_periodstringoptionalRelative created period filter accepted by Elorus.
pageintegeroptionalThe page number to request.
page_sizeintegeroptionalThe maximum number of results to return per page.
salesbooleanoptionalWhether to filter to sale-enabled products or services.
purchasesbooleanoptionalWhether to filter to purchase-enabled products or services.
activebooleanoptionalWhether to filter to active products or services.
GET
elorus_get_product
Get one Elorus product or service by ID.

/v1.2/products/{id}/

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Elorus object identifier.
POST
elorus_create_product
Create one Elorus product or service in the selected organization.

/v1.2/products/

1 parameter
ParamTypeRequiredDescription
dataobjectrequiredA raw Elorus object payload.
PUT
elorus_update_product
Update one Elorus product or service by ID.

/v1.2/products/{id}/

2 parameters
ParamTypeRequiredDescription
idstringrequiredThe Elorus object identifier.
dataobjectrequiredA raw Elorus object payload.
GET
elorus_list_invoices
List Elorus invoices with optional filters and pagination.

/v1.2/invoices/

25 parameters
ParamTypeRequiredDescription
orderingstringoptionalOfficial Elorus ordering expression such as modified or -modified.
searchstringoptionalFree-text search term forwarded to the official Elorus search parameter.
search_fieldsstringoptionalComma-separated Elorus search_fields value.
custom_idstringoptionalCustom identifier filter.
created_afterstringoptionalLower bound for the created timestamp filter.
created_beforestringoptionalUpper bound for the created timestamp filter.
modified_afterstringoptionalLower bound for the modified timestamp filter.
modified_beforestringoptionalUpper bound for the modified timestamp filter.
modified_periodstringoptionalRelative modified period filter accepted by Elorus.
created_periodstringoptionalRelative created period filter accepted by Elorus.
pageintegeroptionalThe page number to request.
page_sizeintegeroptionalThe maximum number of results to return per page.
period_fromstringoptionalLower bound of the invoice issue-date period filter.
period_tostringoptionalUpper bound of the invoice issue-date period filter.
periodstringoptionalRelative period filter accepted by Elorus.
statusstringoptionalInvoice status filter.
draftbooleanoptionalWhether to filter to draft invoices.
pending_approvalbooleanoptionalWhether to filter to pending-approval invoices.
fpaidbooleanoptionalWhether to filter to fully paid invoices.
is_voidbooleanoptionalWhether to filter to void invoices.
overduebooleanoptionalWhether to filter to overdue invoices.
clientstringoptionalClient contact identifier filter.
currency_codestringoptionalCurrency code filter.
documenttypestringoptionalDocument type identifier filter.
sequencestringoptionalSequence filter.
GET
elorus_get_invoice
Get one Elorus invoice by ID.

/v1.2/invoices/{id}/

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Elorus object identifier.
POST
elorus_create_invoice
Create one Elorus invoice in the selected organization.

/v1.2/invoices/

1 parameter
ParamTypeRequiredDescription
dataobjectrequiredA raw Elorus object payload.
PUT
elorus_update_invoice
Update one Elorus invoice by ID using the official full-update endpoint.

/v1.2/invoices/{id}/

2 parameters
ParamTypeRequiredDescription
idstringrequiredThe Elorus object identifier.
dataobjectrequiredA raw Elorus object payload.