Download OpenAPI specification:Download
InvoiceLeaf provides a REST API that can be accessed directly from another web application or from within a Javascript single page application. The API can be used from any programming language.
This API should be used if you want to create, send or extract invoices at InvoiceLeaf.
Please email support@invoiceleaf.com if you have questions or need help while using the API.
When you're making calls to the API, there'll be a lot of results to return. For that reason, we paginate the results to make sure responses are easier to handle. We recommend you to set the limit parameter in every request to ensure you know how many results per page you'll get.
The default limit is 100 items per page. You can paginate through the results with the page parameter, starting with 1.
If you set the limit to 10 and page to 1 you will get the results from 1-10. If you set the limit to 10 and page to 2, you'll get the results from 11-20.
{- "expires": 0,
- "permission": 0,
- "status": 0,
- "plan": 0,
- "email": "string",
- "paymentOption": "string",
- "appleTransactionId": "string",
- "imageUrl": "string",
- "business": "string",
- "taxId": "string",
- "firstname": "string",
- "lastname": "string",
- "street": "string",
- "city": "string",
- "state": "string",
- "zip": "string",
- "countryIso": "string",
- "country": "string",
- "currency": "string",
- "timezone": "string",
- "dateFormat": "string",
- "timeFormat": "string",
- "csvSeparator": "string",
- "language": "string",
- "referrer": "string",
- "brandName": "string",
- "brandLogo": "string",
- "brandColor": 0,
- "includeTaxForBusiness": true,
- "newsletter": true,
- "gdprConsent": true,
- "invited": true,
- "activated": true,
- "cancellationOffer": true,
- "user": "string",
- "lastUpdate": 0,
- "subscriptionActive": true,
- "subscriptionCancelled": true,
- "subscriptionInactive": true,
- "active": true,
- "displayName": "string",
- "valid": true,
- "initials": "string",
- "member": true,
- "expired": true,
- "applePayment": true,
- "enterpise": true,
- "validProfile": true,
- "validAndActivated": true,
- "payPalPayment": true,
- "stripePayment": true,
- "invoicePayment": true,
- "businessCustomer": true,
- "euCustomer": true,
- "licenseHolder": true,
- "eu": true,
- "at": true,
- "uk": true,
- "product": "string",
- "basic": true,
- "standard": true,
- "pro": true,
- "monthly": true,
- "yearly": true,
- "inactive": true,
- "trial": true,
- "admin": true
}Updates the profile of the current user.
object (FormDataBodyPart) | |
object (FormDataContentDisposition) |
{- "expires": 0,
- "permission": 0,
- "status": 0,
- "plan": 0,
- "email": "string",
- "paymentOption": "string",
- "appleTransactionId": "string",
- "imageUrl": "string",
- "business": "string",
- "taxId": "string",
- "firstname": "string",
- "lastname": "string",
- "street": "string",
- "city": "string",
- "state": "string",
- "zip": "string",
- "countryIso": "string",
- "country": "string",
- "currency": "string",
- "timezone": "string",
- "dateFormat": "string",
- "timeFormat": "string",
- "csvSeparator": "string",
- "language": "string",
- "referrer": "string",
- "brandName": "string",
- "brandLogo": "string",
- "brandColor": 0,
- "includeTaxForBusiness": true,
- "newsletter": true,
- "gdprConsent": true,
- "invited": true,
- "activated": true,
- "cancellationOffer": true,
- "user": "string",
- "lastUpdate": 0,
- "subscriptionActive": true,
- "subscriptionCancelled": true,
- "subscriptionInactive": true,
- "active": true,
- "displayName": "string",
- "valid": true,
- "initials": "string",
- "member": true,
- "expired": true,
- "applePayment": true,
- "enterpise": true,
- "validProfile": true,
- "validAndActivated": true,
- "payPalPayment": true,
- "stripePayment": true,
- "invoicePayment": true,
- "businessCustomer": true,
- "euCustomer": true,
- "licenseHolder": true,
- "eu": true,
- "at": true,
- "uk": true,
- "product": "string",
- "basic": true,
- "standard": true,
- "pro": true,
- "monthly": true,
- "yearly": true,
- "inactive": true,
- "trial": true,
- "admin": true
}Updates the branding of the current user.
| brandName | string |
| brandLogo | string |
| brandColor | integer <int32> |
{- "brandName": "string",
- "brandLogo": "string",
- "brandColor": 0
}{- "brandName": "string",
- "brandLogo": "string",
- "brandColor": 0
}List spaces.
| statistics | boolean |
| sort | string |
| order | string |
| page | integer <int32> |
| limit | integer <int32> |
{- "items": [
- {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultReceiver": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}
], - "params": {
- "search": "string",
- "sort": "string",
- "order": "string",
- "count": 0,
- "page": 0,
- "limit": 0,
- "offset": 0
}
}Create a new space.
| name | string |
| description | string |
| image | string |
| color | integer <int32> |
| defaultSupplierId | string |
| defaultReceiverId | string |
| defaultCurrencyId | string |
| completionRateInvoiceId | boolean |
| completionRateInvoiceDate | boolean |
| completionRateSupplier | boolean |
| completionRateReceiver | boolean |
| completionRateTotalAmount | boolean |
| completionRateTaxAmount | boolean |
| completionRateDueDate | boolean |
{- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplierId": "string",
- "defaultReceiverId": "string",
- "defaultCurrencyId": "string",
- "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true
}{- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultReceiver": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}{- "id": "string",
- "user": "string",
- "email": "string",
- "firstname": "string",
- "lastname": "string",
- "imageUrl": "string",
- "uploadKey": "string",
- "defaultSupplierId": "string",
- "defaultReceiverId": "string",
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "initials": "string"
}Update space member by id.
| spaceId required | string |
| id required | string |
| firstname | string |
| lastname | string |
| uploadKey | string |
| defaultSupplierId | string |
| defaultReceiverId | string |
object (SpacePermissionDto) |
{- "firstname": "string",
- "lastname": "string",
- "uploadKey": "string",
- "defaultSupplierId": "string",
- "defaultReceiverId": "string",
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}
}{- "firstname": "string",
- "lastname": "string",
- "uploadKey": "string",
- "defaultSupplierId": "string",
- "defaultReceiverId": "string",
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}
}Get colleagues of the current user by the given parameters.
| spaceId | string |
| deleted | boolean |
| withoutMe | boolean |
{- "items": [
- {
- "uid": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "string",
- "imageUrl": "string",
- "deleted": true,
- "displayName": "string",
- "initials": "string"
}
], - "params": {
- "search": "string",
- "sort": "string",
- "order": "string",
- "count": 0,
- "page": 0,
- "limit": 0,
- "offset": 0
}
}List space members.
| spaceId required | string |
| sort | string |
| order | string |
| page | integer <int32> |
| limit | integer <int32> |
| withoutMe | boolean |
| deleted | boolean |
{- "items": [
- {
- "id": "string",
- "user": "string",
- "email": "string",
- "firstname": "string",
- "lastname": "string",
- "imageUrl": "string",
- "uploadKey": "string",
- "defaultSupplierId": "string",
- "defaultReceiverId": "string",
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "initials": "string"
}
], - "params": {
- "search": "string",
- "sort": "string",
- "order": "string",
- "count": 0,
- "page": 0,
- "limit": 0,
- "offset": 0
}
}Register a new member for provided space id.
| spaceId required | string |
string | |
| firstname | string |
| lastname | string |
| uploadKey | string |
| defaultSupplierId | string |
| defaultReceiverId | string |
object (SpacePermissionDto) |
{- "email": "string",
- "firstname": "string",
- "lastname": "string",
- "uploadKey": "string",
- "defaultSupplierId": "string",
- "defaultReceiverId": "string",
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}
}{- "email": "string",
- "firstname": "string",
- "lastname": "string",
- "uploadKey": "string",
- "defaultSupplierId": "string",
- "defaultReceiverId": "string",
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}
}{- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultReceiver": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}Update space by id.
| id required | string |
| name | string |
| description | string |
| image | string |
| color | integer <int32> |
| defaultSupplierId | string |
| defaultReceiverId | string |
| defaultCurrencyId | string |
| completionRateInvoiceId | boolean |
| completionRateInvoiceDate | boolean |
| completionRateSupplier | boolean |
| completionRateReceiver | boolean |
| completionRateTotalAmount | boolean |
| completionRateTaxAmount | boolean |
| completionRateDueDate | boolean |
| deleted | boolean |
{- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplierId": "string",
- "defaultReceiverId": "string",
- "defaultCurrencyId": "string",
- "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "deleted": true
}{- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultReceiver": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}List space members by given parameters.
| spaceId required | string |
| search | string |
| sort | string |
| order | string |
| count | integer <int32> |
| page | integer <int32> |
| limit | integer <int32> |
| spaceId | string |
| withoutMe | boolean |
| deleted | boolean |
| offset | integer <int32> |
{- "search": "string",
- "sort": "string",
- "order": "string",
- "count": 0,
- "page": 0,
- "limit": 0,
- "spaceId": "string",
- "withoutMe": true,
- "deleted": true,
- "offset": 0
}{- "items": [
- {
- "id": "string",
- "user": "string",
- "email": "string",
- "firstname": "string",
- "lastname": "string",
- "imageUrl": "string",
- "uploadKey": "string",
- "defaultSupplierId": "string",
- "defaultReceiverId": "string",
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "initials": "string"
}
], - "params": {
- "search": "string",
- "sort": "string",
- "order": "string",
- "count": 0,
- "page": 0,
- "limit": 0,
- "offset": 0
}
}Search spaces by given parameters.
| search | string |
| sort | string |
| order | string |
| count | integer <int32> |
| page | integer <int32> |
| limit | integer <int32> |
| offset | integer <int32> |
{- "search": "string",
- "sort": "string",
- "order": "string",
- "count": 0,
- "page": 0,
- "limit": 0,
- "offset": 0
}{- "items": [
- {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultReceiver": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}
], - "params": {
- "search": "string",
- "sort": "string",
- "order": "string",
- "count": 0,
- "page": 0,
- "limit": 0,
- "offset": 0
}
}List companies.
| spaceId | string |
| sort | string |
| order | string |
| page | integer <int32> |
| limit | integer <int32> |
[- {
- "id": "string",
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": { },
- "defaultReceiver": { },
- "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}, - "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}
]Create a new company.
object (FormDataBodyPart) | |
object (FormDataContentDisposition) |
{- "id": "string",
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": { },
- "defaultReceiver": { },
- "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}, - "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}{- "id": "string",
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": { },
- "defaultReceiver": { },
- "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}, - "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}Update company by id.
| id required | string |
object (FormDataBodyPart) | |
object (FormDataContentDisposition) |
{- "id": "string",
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": { },
- "defaultReceiver": { },
- "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}, - "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}Search companies by given parameters.
| search | string |
| sort | string |
| order | string |
| count | integer <int32> |
| page | integer <int32> |
| limit | integer <int32> |
| spaceId | string |
| offset | integer <int32> |
{- "search": "string",
- "sort": "string",
- "order": "string",
- "count": 0,
- "page": 0,
- "limit": 0,
- "spaceId": "string",
- "offset": 0
}{- "items": [
- {
- "id": "string",
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": { },
- "defaultReceiver": { },
- "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}, - "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}
], - "params": {
- "search": "string",
- "sort": "string",
- "order": "string",
- "count": 0,
- "page": 0,
- "limit": 0,
- "offset": 0
}
}List categories.
| spaceId | string |
| sort | string |
| order | string |
| page | integer <int32> |
| limit | integer <int32> |
[- {
- "id": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "name": "string",
- "color": 0,
- "outgoing": true,
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultReceiver": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}, - "documents": 0
}
]Create a new category.
| name | string |
| color | integer <int32> |
| outgoing | boolean |
| spaceId | string |
{- "name": "string",
- "color": 0,
- "outgoing": true,
- "spaceId": "string"
}{- "id": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "name": "string",
- "color": 0,
- "outgoing": true,
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultReceiver": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}, - "documents": 0
}{- "id": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "name": "string",
- "color": 0,
- "outgoing": true,
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultReceiver": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}, - "documents": 0
}Update category by id.
| id required | string |
| name | string |
| color | integer <int32> |
| outgoing | boolean |
| deleted | boolean |
{- "name": "string",
- "color": 0,
- "outgoing": true,
- "deleted": true
}{- "id": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "name": "string",
- "color": 0,
- "outgoing": true,
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultReceiver": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}, - "documents": 0
}Search categories by given parameters.
| search | string |
| sort | string |
| order | string |
| count | integer <int32> |
| page | integer <int32> |
| limit | integer <int32> |
| spaceId | string |
| offset | integer <int32> |
{- "search": "string",
- "sort": "string",
- "order": "string",
- "count": 0,
- "page": 0,
- "limit": 0,
- "spaceId": "string",
- "offset": 0
}{- "items": [
- {
- "id": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "name": "string",
- "color": 0,
- "outgoing": true,
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultReceiver": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}, - "documents": 0
}
], - "params": {
- "search": "string",
- "sort": "string",
- "order": "string",
- "count": 0,
- "page": 0,
- "limit": 0,
- "offset": 0
}
}List tags.
| spaceId | string |
| sort | string |
| order | string |
| page | integer <int32> |
| limit | integer <int32> |
[- {
- "id": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "name": "string",
- "color": 0,
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultReceiver": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}
}
]Create a new tag.
| name | string |
| color | integer <int32> |
| spaceId | string |
{- "name": "string",
- "color": 0,
- "spaceId": "string"
}{- "id": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "name": "string",
- "color": 0,
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultReceiver": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}
}{- "id": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "name": "string",
- "color": 0,
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultReceiver": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}
}Update tag by id.
| id required | string |
| name | string |
| color | integer <int32> |
| deleted | boolean |
{- "name": "string",
- "color": 0,
- "deleted": true
}{- "id": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "name": "string",
- "color": 0,
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultReceiver": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}
}Search tags by given parameters.
| search | string |
| sort | string |
| order | string |
| count | integer <int32> |
| page | integer <int32> |
| limit | integer <int32> |
| spaceId | string |
| offset | integer <int32> |
{- "search": "string",
- "sort": "string",
- "order": "string",
- "count": 0,
- "page": 0,
- "limit": 0,
- "spaceId": "string",
- "offset": 0
}{- "items": [
- {
- "id": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "name": "string",
- "color": 0,
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultReceiver": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}
}
], - "params": {
- "search": "string",
- "sort": "string",
- "order": "string",
- "count": 0,
- "page": 0,
- "limit": 0,
- "offset": 0
}
}List documents.
| spaceId | string |
| sort | string |
| order | string |
| page | integer <int32> |
| limit | integer <int32> |
[- {
- "id": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultReceiver": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}, - "category": {
- "id": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "name": "string",
- "color": 0,
- "outgoing": true,
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultReceiver": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}, - "documents": 0
}, - "tags": [
- {
- "id": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "name": "string",
- "color": 0,
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultReceiver": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}
}
], - "member": {
- "uid": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "string",
- "imageUrl": "string",
- "deleted": true,
- "displayName": "string",
- "initials": "string"
}, - "description": "string",
- "supplier": {
- "id": "string",
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": { },
- "defaultReceiver": { },
- "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}, - "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "receiver": {
- "id": "string",
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": { },
- "defaultReceiver": { },
- "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}, - "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "invoiceId": "string",
- "invoiceDate": "string",
- "currency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "dueDate": "string",
- "netAmount": 0,
- "taxAmount": 0,
- "subtotalAmount": 0,
- "totalAmount": 0,
- "discount": 0,
- "tip": 0,
- "fileName": "string",
- "fileSource": "string",
- "uploadSource": "string",
- "completionRate": 0,
- "processed": true,
- "approved": true,
- "log": "string",
- "next": "string",
- "previous": "string",
- "displayName": "string",
- "paymentDate": "string",
- "paymentMethod": {
- "id": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "spaceId": "string",
- "name": "string",
- "kind": 0,
- "archived": true
}, - "paymentStatus": 0,
- "lineItems": [
- {
- "name": "string",
- "quantity": 0,
- "taxPercentage": 0,
- "unitAmount": 0,
- "netAmount": 0,
- "taxAmount": 0,
- "totalAmount": 0
}
], - "taxItems": [
- {
- "name": "string",
- "taxPercentage": 0,
- "netAmount": 0,
- "taxAmount": 0,
- "totalTax": 0
}
], - "barcodes": [
- {
- "code": 0,
- "type": "string",
- "rawCode": "string"
}
], - "title": "string"
}
]Create a new document.
object (FormDataBodyPart) | |
object (FormDataContentDisposition) |
{- "id": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultReceiver": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}, - "category": {
- "id": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "name": "string",
- "color": 0,
- "outgoing": true,
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultReceiver": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}, - "documents": 0
}, - "tags": [
- {
- "id": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "name": "string",
- "color": 0,
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultReceiver": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}
}
], - "member": {
- "uid": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "string",
- "imageUrl": "string",
- "deleted": true,
- "displayName": "string",
- "initials": "string"
}, - "description": "string",
- "supplier": {
- "id": "string",
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": { },
- "defaultReceiver": { },
- "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}, - "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "receiver": {
- "id": "string",
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": { },
- "defaultReceiver": { },
- "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}, - "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "invoiceId": "string",
- "invoiceDate": "string",
- "currency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "dueDate": "string",
- "netAmount": 0,
- "taxAmount": 0,
- "subtotalAmount": 0,
- "totalAmount": 0,
- "discount": 0,
- "tip": 0,
- "fileName": "string",
- "fileSource": "string",
- "uploadSource": "string",
- "completionRate": 0,
- "processed": true,
- "approved": true,
- "log": "string",
- "next": "string",
- "previous": "string",
- "displayName": "string",
- "paymentDate": "string",
- "paymentMethod": {
- "id": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "spaceId": "string",
- "name": "string",
- "kind": 0,
- "archived": true
}, - "paymentStatus": 0,
- "lineItems": [
- {
- "name": "string",
- "quantity": 0,
- "taxPercentage": 0,
- "unitAmount": 0,
- "netAmount": 0,
- "taxAmount": 0,
- "totalAmount": 0
}
], - "taxItems": [
- {
- "name": "string",
- "taxPercentage": 0,
- "netAmount": 0,
- "taxAmount": 0,
- "totalTax": 0
}
], - "barcodes": [
- {
- "code": 0,
- "type": "string",
- "rawCode": "string"
}
], - "title": "string"
}{- "id": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultReceiver": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}, - "category": {
- "id": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "name": "string",
- "color": 0,
- "outgoing": true,
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultReceiver": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}, - "documents": 0
}, - "tags": [
- {
- "id": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "name": "string",
- "color": 0,
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultReceiver": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}
}
], - "member": {
- "uid": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "string",
- "imageUrl": "string",
- "deleted": true,
- "displayName": "string",
- "initials": "string"
}, - "description": "string",
- "supplier": {
- "id": "string",
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": { },
- "defaultReceiver": { },
- "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}, - "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "receiver": {
- "id": "string",
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": { },
- "defaultReceiver": { },
- "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}, - "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "invoiceId": "string",
- "invoiceDate": "string",
- "currency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "dueDate": "string",
- "netAmount": 0,
- "taxAmount": 0,
- "subtotalAmount": 0,
- "totalAmount": 0,
- "discount": 0,
- "tip": 0,
- "fileName": "string",
- "fileSource": "string",
- "uploadSource": "string",
- "completionRate": 0,
- "processed": true,
- "approved": true,
- "log": "string",
- "next": "string",
- "previous": "string",
- "displayName": "string",
- "paymentDate": "string",
- "paymentMethod": {
- "id": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "spaceId": "string",
- "name": "string",
- "kind": 0,
- "archived": true
}, - "paymentStatus": 0,
- "lineItems": [
- {
- "name": "string",
- "quantity": 0,
- "taxPercentage": 0,
- "unitAmount": 0,
- "netAmount": 0,
- "taxAmount": 0,
- "totalAmount": 0
}
], - "taxItems": [
- {
- "name": "string",
- "taxPercentage": 0,
- "netAmount": 0,
- "taxAmount": 0,
- "totalTax": 0
}
], - "barcodes": [
- {
- "code": 0,
- "type": "string",
- "rawCode": "string"
}
], - "title": "string"
}Update document by id.
| id required | string |
| description | string |
| categoryId | string |
| tagIds | Array of strings |
| supplierId | string |
| receiverId | string |
| invoiceId | string |
| invoiceDate | string |
| currency | string |
| dueDate | string |
| netAmount | integer <int32> |
| taxAmount | integer <int32> |
| subtotalAmount | integer <int32> |
| totalAmount | integer <int32> |
| discount | integer <int32> |
| tip | integer <int32> |
| processed | boolean |
| approved | boolean |
| deleted | boolean |
Array of objects (DocumentLineItemDto) | |
Array of objects (DocumentTaxItemDto) | |
Array of objects (DocumentBarcodeDto) | |
| displayName | string |
| paymentDate | string |
| paymentMethodId | string |
| paymentStatus | integer <int32> |
{- "description": "string",
- "categoryId": "string",
- "tagIds": [
- "string"
], - "supplierId": "string",
- "receiverId": "string",
- "invoiceId": "string",
- "invoiceDate": "string",
- "currency": "string",
- "dueDate": "string",
- "netAmount": 0,
- "taxAmount": 0,
- "subtotalAmount": 0,
- "totalAmount": 0,
- "discount": 0,
- "tip": 0,
- "processed": true,
- "approved": true,
- "deleted": true,
- "lineItems": [
- {
- "name": "string",
- "quantity": 0,
- "taxPercentage": 0,
- "unitAmount": 0,
- "netAmount": 0,
- "taxAmount": 0,
- "totalAmount": 0
}
], - "taxItems": [
- {
- "name": "string",
- "taxPercentage": 0,
- "netAmount": 0,
- "taxAmount": 0,
- "totalTax": 0
}
], - "barcodes": [
- {
- "code": 0,
- "type": "string",
- "rawCode": "string"
}
], - "displayName": "string",
- "paymentDate": "string",
- "paymentMethodId": "string",
- "paymentStatus": 0
}{- "id": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultReceiver": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}, - "category": {
- "id": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "name": "string",
- "color": 0,
- "outgoing": true,
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultReceiver": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}, - "documents": 0
}, - "tags": [
- {
- "id": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "name": "string",
- "color": 0,
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultReceiver": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}
}
], - "member": {
- "uid": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "string",
- "imageUrl": "string",
- "deleted": true,
- "displayName": "string",
- "initials": "string"
}, - "description": "string",
- "supplier": {
- "id": "string",
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": { },
- "defaultReceiver": { },
- "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}, - "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "receiver": {
- "id": "string",
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": { },
- "defaultReceiver": { },
- "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}, - "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "invoiceId": "string",
- "invoiceDate": "string",
- "currency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "dueDate": "string",
- "netAmount": 0,
- "taxAmount": 0,
- "subtotalAmount": 0,
- "totalAmount": 0,
- "discount": 0,
- "tip": 0,
- "fileName": "string",
- "fileSource": "string",
- "uploadSource": "string",
- "completionRate": 0,
- "processed": true,
- "approved": true,
- "log": "string",
- "next": "string",
- "previous": "string",
- "displayName": "string",
- "paymentDate": "string",
- "paymentMethod": {
- "id": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "spaceId": "string",
- "name": "string",
- "kind": 0,
- "archived": true
}, - "paymentStatus": 0,
- "lineItems": [
- {
- "name": "string",
- "quantity": 0,
- "taxPercentage": 0,
- "unitAmount": 0,
- "netAmount": 0,
- "taxAmount": 0,
- "totalAmount": 0
}
], - "taxItems": [
- {
- "name": "string",
- "taxPercentage": 0,
- "netAmount": 0,
- "taxAmount": 0,
- "totalTax": 0
}
], - "barcodes": [
- {
- "code": 0,
- "type": "string",
- "rawCode": "string"
}
], - "title": "string"
}Retry document processing by id.
| id required | string |
{- "id": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultReceiver": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}, - "category": {
- "id": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "name": "string",
- "color": 0,
- "outgoing": true,
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultReceiver": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}, - "documents": 0
}, - "tags": [
- {
- "id": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "name": "string",
- "color": 0,
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultReceiver": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}
}
], - "member": {
- "uid": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "string",
- "imageUrl": "string",
- "deleted": true,
- "displayName": "string",
- "initials": "string"
}, - "description": "string",
- "supplier": {
- "id": "string",
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": { },
- "defaultReceiver": { },
- "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}, - "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "receiver": {
- "id": "string",
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": { },
- "defaultReceiver": { },
- "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}, - "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "invoiceId": "string",
- "invoiceDate": "string",
- "currency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "dueDate": "string",
- "netAmount": 0,
- "taxAmount": 0,
- "subtotalAmount": 0,
- "totalAmount": 0,
- "discount": 0,
- "tip": 0,
- "fileName": "string",
- "fileSource": "string",
- "uploadSource": "string",
- "completionRate": 0,
- "processed": true,
- "approved": true,
- "log": "string",
- "next": "string",
- "previous": "string",
- "displayName": "string",
- "paymentDate": "string",
- "paymentMethod": {
- "id": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "spaceId": "string",
- "name": "string",
- "kind": 0,
- "archived": true
}, - "paymentStatus": 0,
- "lineItems": [
- {
- "name": "string",
- "quantity": 0,
- "taxPercentage": 0,
- "unitAmount": 0,
- "netAmount": 0,
- "taxAmount": 0,
- "totalAmount": 0
}
], - "taxItems": [
- {
- "name": "string",
- "taxPercentage": 0,
- "netAmount": 0,
- "taxAmount": 0,
- "totalTax": 0
}
], - "barcodes": [
- {
- "code": 0,
- "type": "string",
- "rawCode": "string"
}
], - "title": "string"
}Search documents by given parameters.
| search | string |
| sort | string |
| order | string |
| count | integer <int32> |
| page | integer <int32> |
| limit | integer <int32> |
| startDate | string |
| endDate | string |
| spaceId | string |
| categoryId | string |
| currency | string |
| tagIds | Array of strings |
| categoryIds | Array of strings |
| userIds | Array of strings |
| includedIds | Array of strings |
| excludedIds | Array of strings |
| offset | integer <int32> |
{- "search": "string",
- "sort": "string",
- "order": "string",
- "count": 0,
- "page": 0,
- "limit": 0,
- "startDate": "string",
- "endDate": "string",
- "spaceId": "string",
- "categoryId": "string",
- "currency": "string",
- "tagIds": [
- "string"
], - "categoryIds": [
- "string"
], - "userIds": [
- "string"
], - "includedIds": [
- "string"
], - "excludedIds": [
- "string"
], - "offset": 0
}{- "items": [
- {
- "id": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultReceiver": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}, - "category": {
- "id": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "name": "string",
- "color": 0,
- "outgoing": true,
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultReceiver": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}, - "documents": 0
}, - "tags": [
- {
- "id": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "name": "string",
- "color": 0,
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultReceiver": {
- "id": "string",
- "space": { },
- "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}
}
], - "member": {
- "uid": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "string",
- "imageUrl": "string",
- "deleted": true,
- "displayName": "string",
- "initials": "string"
}, - "description": "string",
- "supplier": {
- "id": "string",
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": { },
- "defaultReceiver": { },
- "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}, - "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "receiver": {
- "id": "string",
- "space": {
- "id": "string",
- "name": "string",
- "description": "string",
- "image": "string",
- "color": 0,
- "defaultSupplier": { },
- "defaultReceiver": { },
- "defaultCurrency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "completionRateInvoiceId": true,
- "completionRateInvoiceDate": true,
- "completionRateSupplier": true,
- "completionRateReceiver": true,
- "completionRateTotalAmount": true,
- "completionRateTaxAmount": true,
- "completionRateDueDate": true,
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "permission": {
- "role": "string",
- "member": true,
- "managerOrAdmin": true,
- "manager": true,
- "admin": true
}, - "categories": 0,
- "tags": 0,
- "documents": 0,
- "members": 0
}, - "user": "string",
- "deleted": true,
- "lastUpdate": 0,
- "created": 0,
- "displayName": "string",
- "name": "string",
- "country": "string",
- "countryIso": "string",
- "street": "string",
- "zip": "string",
- "city": "string",
- "email": "string",
- "phone": "string",
- "fax": "string",
- "taxNumber": "string",
- "vatId": "string",
- "commercialRegister": "string",
- "iban": "string",
- "bic": "string",
- "url": "string",
- "icon": "string",
- "supplier": 0,
- "receiver": 0
}, - "invoiceId": "string",
- "invoiceDate": "string",
- "currency": {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "minorUnits": 0
}, - "dueDate": "string",
- "netAmount": 0,
- "taxAmount": 0,
- "subtotalAmount": 0,
- "totalAmount": 0,
- "discount": 0,
- "tip": 0,
- "fileName": "string",
- "fileSource": "string",
- "uploadSource": "string",
- "completionRate": 0,
- "processed": true,
- "approved": true,
- "log": "string",
- "next": "string",
- "previous": "string",
- "displayName": "string",
- "paymentDate": "string",
- "paymentMethod": {
- "id": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0,
- "deleted": true,
- "spaceId": "string",
- "name": "string",
- "kind": 0,
- "archived": true
}, - "paymentStatus": 0,
- "lineItems": [
- {
- "name": "string",
- "quantity": 0,
- "taxPercentage": 0,
- "unitAmount": 0,
- "netAmount": 0,
- "taxAmount": 0,
- "totalAmount": 0
}
], - "taxItems": [
- {
- "name": "string",
- "taxPercentage": 0,
- "netAmount": 0,
- "taxAmount": 0,
- "totalTax": 0
}
], - "barcodes": [
- {
- "code": 0,
- "type": "string",
- "rawCode": "string"
}
], - "title": "string"
}
], - "params": {
- "search": "string",
- "sort": "string",
- "order": "string",
- "count": 0,
- "page": 0,
- "limit": 0,
- "offset": 0
}
}Zip documents by given parameters.
| search | string |
| sort | string |
| order | string |
| count | integer <int32> |
| page | integer <int32> |
| limit | integer <int32> |
| startDate | string |
| endDate | string |
| spaceId | string |
| categoryId | string |
| currency | string |
| tagIds | Array of strings |
| categoryIds | Array of strings |
| userIds | Array of strings |
| includedIds | Array of strings |
| excludedIds | Array of strings |
| offset | integer <int32> |
{- "search": "string",
- "sort": "string",
- "order": "string",
- "count": 0,
- "page": 0,
- "limit": 0,
- "startDate": "string",
- "endDate": "string",
- "spaceId": "string",
- "categoryId": "string",
- "currency": "string",
- "tagIds": [
- "string"
], - "categoryIds": [
- "string"
], - "userIds": [
- "string"
], - "includedIds": [
- "string"
], - "excludedIds": [
- "string"
], - "offset": 0
}{- "name": "string",
- "url": "string",
- "bytes": [
- "string"
]
}List exports.
| sort | string |
| order | string |
| page | integer <int32> |
| limit | integer <int32> |
[- {
- "id": "string",
- "startDate": "string",
- "endDate": "string",
- "report": 0,
- "format": "string",
- "filename": "string",
- "currency": "string",
- "fileSize": 0,
- "documentCount": 0,
- "spaceIds": [
- "string"
], - "categoryIds": [
- "string"
], - "tagIds": [
- "string"
], - "userIds": [
- "string"
], - "documentIds": [
- "string"
], - "fileSource": "string",
- "state": 0,
- "message": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0
}
]Create a new export.
| report | integer <int32> |
| format | string |
| startDate | string |
| endDate | string |
| filename | string |
| currency | string |
| spaceIds | Array of strings |
| categoryIds | Array of strings |
| tagIds | Array of strings |
| userIds | Array of strings |
| documentIds | Array of strings |
{- "report": 0,
- "format": "string",
- "startDate": "string",
- "endDate": "string",
- "filename": "string",
- "currency": "string",
- "spaceIds": [
- "string"
], - "categoryIds": [
- "string"
], - "tagIds": [
- "string"
], - "userIds": [
- "string"
], - "documentIds": [
- "string"
]
}{- "id": "string",
- "startDate": "string",
- "endDate": "string",
- "report": 0,
- "format": "string",
- "filename": "string",
- "currency": "string",
- "fileSize": 0,
- "documentCount": 0,
- "spaceIds": [
- "string"
], - "categoryIds": [
- "string"
], - "tagIds": [
- "string"
], - "userIds": [
- "string"
], - "documentIds": [
- "string"
], - "fileSource": "string",
- "state": 0,
- "message": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0
}{- "id": "string",
- "startDate": "string",
- "endDate": "string",
- "report": 0,
- "format": "string",
- "filename": "string",
- "currency": "string",
- "fileSize": 0,
- "documentCount": 0,
- "spaceIds": [
- "string"
], - "categoryIds": [
- "string"
], - "tagIds": [
- "string"
], - "userIds": [
- "string"
], - "documentIds": [
- "string"
], - "fileSource": "string",
- "state": 0,
- "message": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0
}Search exports by given parameters.
| search | string |
| sort | string |
| order | string |
| count | integer <int32> |
| page | integer <int32> |
| limit | integer <int32> |
| startDate | string |
| endDate | string |
| offset | integer <int32> |
{- "search": "string",
- "sort": "string",
- "order": "string",
- "count": 0,
- "page": 0,
- "limit": 0,
- "startDate": "string",
- "endDate": "string",
- "offset": 0
}{- "items": [
- {
- "id": "string",
- "startDate": "string",
- "endDate": "string",
- "report": 0,
- "format": "string",
- "filename": "string",
- "currency": "string",
- "fileSize": 0,
- "documentCount": 0,
- "spaceIds": [
- "string"
], - "categoryIds": [
- "string"
], - "tagIds": [
- "string"
], - "userIds": [
- "string"
], - "documentIds": [
- "string"
], - "fileSource": "string",
- "state": 0,
- "message": "string",
- "user": "string",
- "lastUpdate": 0,
- "created": 0
}
], - "params": {
- "search": "string",
- "sort": "string",
- "order": "string",
- "count": 0,
- "page": 0,
- "limit": 0,
- "offset": 0
}
}