lexoffice integration (Finance, Productivity). Imported from open-connector.
https://api.lexware.io/v1/profile
/v1/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| string | optional | Filter contacts by email with Lexoffice substring semantics. | |
| name | string | optional | Filter contacts by name with Lexoffice substring semantics. |
| number | integer | optional | Filter contacts by customer or vendor number. |
| customer | boolean | optional | Whether to filter customer contacts. |
| vendor | boolean | optional | Whether to filter vendor contacts. |
| page | integer | optional | The 0-based page number to retrieve. |
| size | integer | optional | The page size to request. Lexoffice allows up to 250. |
/v1/contacts/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Lexoffice contact identifier. |
/v1/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| data | object | required | The Lexoffice contact payload used for creating or updating a contact. |
/v1/contacts/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Lexoffice contact identifier. |
| data | object | required | The Lexoffice contact payload used for creating or updating a contact. |
/v1/articles
| Param | Type | Required | Description |
|---|---|---|---|
| articleNumber | string | optional | Filter articles by article number. |
| gtin | string | optional | Filter articles by GTIN. |
| type | string | optional | The Lexoffice article type. |
| page | integer | optional | The 0-based page number to retrieve. |
| size | integer | optional | The page size to request. Lexoffice allows up to 250. |
/v1/articles/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Lexoffice article identifier. |
/v1/articles
| Param | Type | Required | Description |
|---|---|---|---|
| data | object | required | The Lexoffice article payload used for creating or updating an article. |
/v1/articles/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Lexoffice article identifier. |
| data | object | required | The Lexoffice article payload used for creating or updating an article. |
/v1/voucherlist
| Param | Type | Required | Description |
|---|---|---|---|
| voucherType | string | required | A comma-separated Lexoffice voucher type list, or the value any. |
| voucherStatus | string | required | A comma-separated Lexoffice voucher status list, or the value any. |
| archived | boolean | optional | Whether archived vouchers should be returned. |
| contactId | string | optional | The Lexoffice contact identifier. |
| voucherDateFrom | string | optional | The date value in YYYY-MM-DD format. |
| voucherDateTo | string | optional | The date value in YYYY-MM-DD format. |
| createdDateFrom | string | optional | The date value in YYYY-MM-DD format. |
| createdDateTo | string | optional | The date value in YYYY-MM-DD format. |
| updatedDateFrom | string | optional | The date value in YYYY-MM-DD format. |
| updatedDateTo | string | optional | The date value in YYYY-MM-DD format. |
| voucherNumber | string | optional | Filter vouchers by voucher number. |
| size | integer | optional | The page size to request. Lexoffice allows up to 250. |
| page | integer | optional | The 0-based page number to retrieve. |
| sort | string | optional | The Lexoffice sort expression such as voucherDate,DESC or updatedDate,ASC. |