Get list of individual tags
curl \
--request GET 'http://wyzio.app/api-v1/tag/individual' \
--header "TARGET-ORGANIZATION-ID: 42" \
--header "WEAL-TOKEN: string"
[
{
"id": 42,
"name": "string"
}
]
ID of organization, for which the operation must be performed
API token (can be retrieved from account settings)
attachmentId
curl \
--request GET 'http://wyzio.app/api-v1/attachment/find/{attachmentId}' \
--header "TARGET-ORGANIZATION-ID: 42" \
--header "WEAL-TOKEN: string"
string
ID of organization, for which the operation must be performed
API token (can be retrieved from account settings)
countryCode2
curl \
--request GET 'http://wyzio.app/api-v1/list/purpose-codes?countryCode2=string' \
--header "TARGET-ORGANIZATION-ID: 42" \
--header "WEAL-TOKEN: string"
[
{
"code": "string",
"countryId": 42,
"id": 42,
"purpose": {
"de": "string",
"en": "string",
"fr": "string",
"it": "string"
}
}
]
ID of organization, for which the operation must be performed
API token (can be retrieved from account settings)
curl \
--request GET 'http://wyzio.app/api-v1/my-timesheet/order' \
--header "TARGET-ORGANIZATION-ID: 42" \
--header "WEAL-TOKEN: string"
[
{
"clientContactId": 42,
"clientId": 42,
"id": 42,
"name": "string",
"orderId": "string",
"tasks": [
{
"archived": true,
"children": [
{}
],
"id": 42,
"name": "string",
"parentId": 42,
"position": 42,
"rate": 42.0
}
]
}
]
ID of organization, for which the operation must be performed
API token (can be retrieved from account settings)
curl \
--request GET 'http://wyzio.app/api-v1/payable/total' \
--header "TARGET-ORGANIZATION-ID: 42" \
--header "WEAL-TOKEN: string"
{
"accountId": 42,
"comment": "string",
"contact": "string",
"contactId": 42,
"currency": "string",
"currencyId": 42,
"documentFileId": 42,
"entityCreatorContactId": 42,
"fileExtension": "string",
"hasWarnings": true,
"invoiceDate": "2025-05-04T09:42:00Z",
"invoiceId": 42,
"invoiceReference": "string",
"minOfRequestedAndPlannedDate": "2025-05-04T09:42:00Z",
"module": "ALL",
"organizationId": 42,
"payableAmount": 42.0,
"paymentFileReference": "string",
"paymentId": 42,
"plannedDate": "2025-05-04T09:42:00Z",
"requestedDate": "2025-05-04T09:42:00Z",
"sentDate": "2025-05-04T09:42:00Z",
"tenantId": 42,
"warnings": "string",
"workflowPermissions": "string"
}
ID of organization, for which the operation must be performed
API token (can be retrieved from account settings)
curl \
--request PATCH 'http://wyzio.app/api-v1/payroll/adjust' \
--header "TARGET-ORGANIZATION-ID: 42" \
--header "WEAL-TOKEN: string"
{
"items": [
{
"error": true,
"errorCode": {
"errorCode": "NO_ERROR",
"errorDetailValues": [
{
"data": "string",
"errorCode": "string",
"fieldName": "string",
"isSevere": true
}
]
},
"freshData": {},
"freshRow": {},
"possibleWorkflows": [
{
"id": 42,
"name": "string"
}
],
"severeError": true
}
]
}
ID of organization, for which the operation must be performed
API token (can be retrieved from account settings)
templates
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
Values are SALES_INVOICE
, LATE_NOTICE
, SALARY_SLIP
, MY_SALARY_SLIP
, SALES_ORDER
, VAT_REPORT
, DELIVERY_NOTE
, or GENERAL_LEDGER
.
curl \
--request PUT 'http://wyzio.app/api-v1/pdf-template/global/batch' \
--header "TARGET-ORGANIZATION-ID: 42" \
--header "WEAL-TOKEN: string" \
--data '[{"countryId":42,"description":"string","id":42,"isActive":true,"name":"string","previewImage":{"createdOn":"2025-05-04T09:42:00Z","fileExtension":"string","id":42,"name":"string","organizationId":42,"size":42},"previewTemplate":{"createdOn":"2025-05-04T09:42:00Z","fileExtension":"string","id":42,"name":"string","organizationId":42,"size":42},"sourceTemplate":{"createdOn":"2025-05-04T09:42:00Z","fileExtension":"string","id":42,"name":"string","organizationId":42,"size":42},"templateType":"SALES_INVOICE"}]'
# Headers
TARGET-ORGANIZATION-ID: 42
WEAL-TOKEN: string
# Payload
[
{
"countryId": 42,
"description": "string",
"id": 42,
"isActive": true,
"name": "string",
"previewImage": {
"createdOn": "2025-05-04T09:42:00Z",
"fileExtension": "string",
"id": 42,
"name": "string",
"organizationId": 42,
"size": 42
},
"previewTemplate": {
"createdOn": "2025-05-04T09:42:00Z",
"fileExtension": "string",
"id": 42,
"name": "string",
"organizationId": 42,
"size": 42
},
"sourceTemplate": {
"createdOn": "2025-05-04T09:42:00Z",
"fileExtension": "string",
"id": 42,
"name": "string",
"organizationId": 42,
"size": 42
},
"templateType": "SALES_INVOICE"
}
]
{
"items": [
{
"error": true,
"errorCode": {
"errorCode": "NO_ERROR",
"errorDetailValues": [
{
"data": "string",
"errorCode": "string",
"fieldName": "string",
"isSevere": true
}
]
},
"freshData": {},
"freshRow": {},
"possibleWorkflows": [
{
"id": 42,
"name": "string"
}
],
"severeError": true
}
]
}
ID of organization, for which the operation must be performed
API token (can be retrieved from account settings)
id
curl \
--request GET 'http://wyzio.app/api-v1/purchase-invoice-scan/{id}' \
--header "TARGET-ORGANIZATION-ID: 42" \
--header "WEAL-TOKEN: string"
{
"amounts": [
{
"amountType": "NO_VAT",
"id": 42,
"net": "string",
"vat": "string",
"vatRateId": 42,
"vatType": "NO_VAT",
"vatTypeCodeId": 42
}
],
"attributions": [
{
"appliedAllocationRules": [
"string"
],
"articleId": 42,
"chartOfAccountsId": 42,
"dateFrom": "string",
"dateTo": "string",
"departmentId": 42,
"id": 42,
"net": "string",
"officeId": 42,
"orderId": 42,
"orderIdToDisplay": "string",
"percent": "string",
"quantity": "string",
"reBill": true,
"reBillDate": "2025-05-04T09:42:00Z",
"readOnly": true,
"shipments": [
{
"articleId": 42,
"articleIdSku": "string",
"articleName": {
"de": "string",
"en": "string",
"fr": "string",
"it": "string"
},
"attributionId": 42,
"currencyCode": "string",
"generatedStockMovementId": 42,
"id": 42,
"quantity": "string",
"shipmentDate": "string",
"totalCost": 42.0
}
]
}
],
"comment": "string",
"currencyId": 42,
"date": "string",
"description": "string",
"document": {
"comments": "string",
"contact": {
"email": "string",
"id": 42,
"name": "string"
},
"createdBy": "string",
"createdOn": "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'",
"date": "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'",
"entityId": 42,
"fileExtension": "string",
"fileId": 42,
"id": 42,
"isSystem": true,
"module": "ALL",
"name": "string",
"self": true,
"size": 42,
"tags": [
{
"id": 42,
"name": "string"
}
]
},
"id": 42,
"isFromLockedAccountingPeriod": true,
"isOrganizationNameIncluded": true,
"isTreatedByManagingOrganization": true,
"organizationId": 42,
"paymentChartId": 42,
"payments": [
{
"accountNumber": "string",
"bankCharges": "string",
"id": 42,
"isFromLockedAccountingPeriod": true,
"lineCode": "string",
"paidAmount": "string",
"payableByAccountId": 42,
"payableToBankId": 42,
"paymentType": "BANK_TRANSFER",
"plannedDate": "string",
"qrBillData": "string",
"referenceNumber": "string",
"requestedAmount": "string",
"requestedDate": "string",
"sentDate": "string",
"valueDate": "string"
}
],
"reference": "string",
"status": "NEW",
"supplierId": 42,
"validated": true,
"vatType": "NO_VAT",
"vatTypeCodeId": 42,
"warnings": "string"
}
ID of organization, for which the operation must be performed
API token (can be retrieved from account settings)
curl \
--request GET 'http://wyzio.app/api-v1/reconciliation-lines' \
--header "TARGET-ORGANIZATION-ID: 42" \
--header "WEAL-TOKEN: string"
[
{
"contactName": "string",
"id": 42,
"isInternalContact": true,
"isMatch": true,
"movementDirection": "IN",
"organizationId": 42,
"paidAmount": 42.0,
"paidCurrencyCode": "string",
"processDate": "2025-05-04T09:42:00Z",
"reference": "string",
"referredDocumentType": "PURCHASE_INVOICE",
"valueDate": "2025-05-04T09:42:00Z"
}
]
ID of organization, for which the operation must be performed
API token (can be retrieved from account settings)
curl \
--request GET 'http://wyzio.app/api-v1/reconciliation-lines/to-be-reconciled' \
--header "TARGET-ORGANIZATION-ID: 42" \
--header "WEAL-TOKEN: string"
42
ID of organization, for which the operation must be performed
API token (can be retrieved from account settings)
curl \
--request GET 'http://wyzio.app/api-v1/sales-invoice/overall' \
--header "TARGET-ORGANIZATION-ID: 42" \
--header "WEAL-TOKEN: string"
42
ID of organization, for which the operation must be performed
API token (can be retrieved from account settings)
id
curl \
--request DELETE 'http://wyzio.app/api-v1/stock-movement-line/{id}' \
--header "TARGET-ORGANIZATION-ID: 42" \
--header "WEAL-TOKEN: string"
{
"error": {
"errorCode": "NO_ERROR",
"errorDetailValues": [
{
"data": "string",
"errorCode": "string",
"fieldName": "string",
"isSevere": true
}
]
},
"valid": true
}
ID of organization, for which the operation must be performed
API token (can be retrieved from account settings)
Sorting direction
Values are ASC
or DESC
. Default value is ASC
.
Page Number
Default value is 1
.
Size per page
Default value is 60
.
Field to sort by
curl \
--request GET 'http://wyzio.app/api-v1/sub-orders' \
--header "TARGET-ORGANIZATION-ID: 42" \
--header "WEAL-TOKEN: string"
[
{
"amount": 42.0,
"contactName": "string",
"endDate": "2025-05-04T09:42:00Z",
"id": 42,
"invoicingDate": "2025-05-04T09:42:00Z",
"orderId": "string",
"orderName": "string",
"orderOriginalId": 42,
"orderPeriodicityType": "NONE",
"organizationId": 42,
"startDate": "2025-05-04T09:42:00Z",
"totalAmount": 42.0,
"workflowPermissions": "string"
}
]