Simple unlock of an accounting period

PUT /api-v1/accounting-period/list-unlock/{id}

Headers

Path parameters

  • id integer Required

    id

Responses

PUT /api-v1/accounting-period/list-unlock/{id}
curl \
 --request PUT 'http://wyzio.app/api-v1/accounting-period/list-unlock/{id}' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"








Export list of accounting periods

GET /api-v1/accounting-period/report

Headers

Responses

  • OK

    Hide response attributes Show response attributes object
    • empty boolean
    • model object

      Additional properties are allowed.

    • modelMap object
      Hide modelMap attribute Show modelMap attribute object
      • * object Additional properties

        Additional properties are allowed.

    • reference boolean
    • status string
    • view object

      Additional properties are allowed.

      Hide view attribute Show view attribute object
    • viewName string
  • 400 Bad Request

  • 401 Unauthorized

  • 403 Access Denied

  • 404 Not Found

  • 500 Internal Server Error

GET /api-v1/accounting-period/report
curl \
 --request GET 'http://wyzio.app/api-v1/accounting-period/report?format=string' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
{
  "empty": true,
  "model": {},
  "modelMap": {
    "additionalProperty1": {},
    "additionalProperty2": {}
  },
  "reference": true,
  "status": "100 CONTINUE",
  "view": {
    "contentType": "string"
  },
  "viewName": "string"
}





























Export list of activity log events

GET /api-v1/activity-log/report

Headers

Responses

  • OK

    Hide response attributes Show response attributes object
    • empty boolean
    • model object

      Additional properties are allowed.

    • modelMap object
      Hide modelMap attribute Show modelMap attribute object
      • * object Additional properties

        Additional properties are allowed.

    • reference boolean
    • status string
    • view object

      Additional properties are allowed.

      Hide view attribute Show view attribute object
    • viewName string
  • 400 Bad Request

  • 401 Unauthorized

  • 403 Access Denied

  • 404 Not Found

  • 500 Internal Server Error

GET /api-v1/activity-log/report
curl \
 --request GET 'http://wyzio.app/api-v1/activity-log/report?format=string' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
{
  "empty": true,
  "model": {},
  "modelMap": {
    "additionalProperty1": {},
    "additionalProperty2": {}
  },
  "reference": true,
  "status": "100 CONTINUE",
  "view": {
    "contentType": "string"
  },
  "viewName": "string"
}





































Headers

Responses

GET /api-v1/article/contact-lang/overall
curl \
 --request GET 'http://wyzio.app/api-v1/article/contact-lang/overall' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
42

Headers

Responses

GET /api-v1/article/lang
curl \
 --request GET 'http://wyzio.app/api-v1/article/lang' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
[
  {
    "archived": true,
    "articleId": "string",
    "articleIdName": {
      "de": "string",
      "en": "string",
      "fr": "string",
      "it": "string"
    },
    "categoryId": 42,
    "categoryName": "string",
    "creatorContactId": 42,
    "description": {
      "de": "string",
      "en": "string",
      "fr": "string",
      "it": "string"
    },
    "ean": "string",
    "endDate": "2025-05-04T09:42:00Z",
    "id": 42,
    "measurement": "UNIT",
    "name": {
      "de": "string",
      "en": "string",
      "fr": "string",
      "it": "string"
    },
    "quantity": 42.0,
    "startDate": "2025-05-04T09:42:00Z",
    "type": "PRODUCT",
    "unitCost": 42.0,
    "unitPrice": 42.0,
    "vatRateId": 42,
    "weightKg": 42.0
  }
]




































































































Process payment result for the user

POST /api-v1/billing/pay-result

Headers

Body Required

paymentResult

Responses

  • OK

    Additional properties are allowed.

  • 400 Bad Request

  • 401 Unauthorized

  • 403 Access Denied

  • 404 Not Found

  • 500 Internal Server Error

POST /api-v1/billing/pay-result
curl \
 --request POST 'http://wyzio.app/api-v1/billing/pay-result' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string" \
 --data '{"paymentId":"string","success":true}'
Request examples
# Headers
TARGET-ORGANIZATION-ID: 42
WEAL-TOKEN: string

# Payload
{
  "paymentId": "string",
  "success": true
}
Response examples (200)
{}








































































Get list of chart of accounts linked to banks

GET /api-v1/chart-accounts/accounts-linked-to-banks

Headers

Responses

GET /api-v1/chart-accounts/accounts-linked-to-banks
curl \
 --request GET 'http://wyzio.app/api-v1/chart-accounts/accounts-linked-to-banks' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
[
  {
    "accountNumber": 42,
    "currency": "string",
    "currencyId": 42,
    "departmentId": 42,
    "endDate": "2025-05-04T09:42:00Z",
    "hasDepreciation": true,
    "id": 42,
    "isActive": true,
    "isCashAccountEnabled": true,
    "isPurchaseInvoicesEnabled": true,
    "name": {
      "de": "string",
      "en": "string",
      "fr": "string",
      "it": "string"
    },
    "organizationId": 42,
    "type": "string",
    "warnings": "string"
  }
]





































Headers

Responses

GET /api-v1/contact/advanced
curl \
 --request GET 'http://wyzio.app/api-v1/contact/advanced' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
[
  {
    "archived": true,
    "clientOrderValidity": 42,
    "contactType": "ORGANIZATION",
    "creatorContactId": 42,
    "email": "string",
    "externalId": "string",
    "hasWarnings": true,
    "id": 42,
    "isCustomer": true,
    "isEmployee": true,
    "isStaff": true,
    "isUser": true,
    "isVendor": true,
    "name": "string",
    "organizationId": 42,
    "tenantId": 42,
    "warnings": "string"
  }
]














































































































































Apply exchange rate for list of combinations

POST /api-v1/currency-exchange/apply

Headers

Body Required

currencyConversions

Responses

POST /api-v1/currency-exchange/apply
curl \
 --request POST 'http://wyzio.app/api-v1/currency-exchange/apply' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string" \
 --data '[{"convertedAmount":42.0,"currencyFrom":42,"currencyTo":42,"date":"string","requestedAmount":42.0}]'
Request examples
# Headers
TARGET-ORGANIZATION-ID: 42
WEAL-TOKEN: string

# Payload
[
  {
    "convertedAmount": 42.0,
    "currencyFrom": 42,
    "currencyTo": 42,
    "date": "string",
    "requestedAmount": 42.0
  }
]
Response examples (200)
[
  {
    "convertedAmount": 42.0,
    "currencyFrom": 42,
    "currencyTo": 42,
    "date": "string",
    "requestedAmount": 42.0
  }
]








Export list of currency exchange rates

GET /api-v1/currency-exchange/report

Headers

Responses

  • OK

    Hide response attributes Show response attributes object
    • empty boolean
    • model object

      Additional properties are allowed.

    • modelMap object
      Hide modelMap attribute Show modelMap attribute object
      • * object Additional properties

        Additional properties are allowed.

    • reference boolean
    • status string
    • view object

      Additional properties are allowed.

      Hide view attribute Show view attribute object
    • viewName string
  • 400 Bad Request

  • 401 Unauthorized

  • 403 Access Denied

  • 404 Not Found

  • 500 Internal Server Error

GET /api-v1/currency-exchange/report
curl \
 --request GET 'http://wyzio.app/api-v1/currency-exchange/report?format=string' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
{
  "empty": true,
  "model": {},
  "modelMap": {
    "additionalProperty1": {},
    "additionalProperty2": {}
  },
  "reference": true,
  "status": "100 CONTINUE",
  "view": {
    "contentType": "string"
  },
  "viewName": "string"
}


































Modify batch of documents

PUT /api-v1/document/batch

Headers

Body Required

documents

  • comments string
  • contact object

    Additional properties are allowed.

    Hide contact attributes Show contact attributes object
  • date string
  • entityId integer
  • fileId integer
  • id integer
  • isSystem boolean
  • module string
  • name string
  • self boolean
  • size integer
  • tags array[object]
    Hide tags attributes Show tags attributes object

Responses

  • OK

    Hide response attribute Show response attribute object
    • items array[object]
      Hide items attributes Show items attributes object
      • error boolean
      • Additional properties are allowed.

        Hide errorCode attributes Show errorCode attributes object
        • Values are NO_ERROR, NOT_IMPLEMENTED_YET, CONTACT_NOT_FOUND, FIELD_REQUIRED, VALIDATION_ERROR, DUPLICATION_ERROR, UNIQUE_CONSTRAINT_VIOLATION, WRONG_PASSWORD_FORMAT, WRONG_PASSWORD, ACTION_DENIED, NOT_FOUND, EXPECTED_ONE_FILE, UNIQUE_VIOLATION, CONTENT_EMPTY, INVALID_TYPE, CONVERSION_ERROR, FILE_PARSE_EXCEPTION, or IN_USE.

        • errorDetailValues array[object]
          Hide errorDetailValues attributes Show errorDetailValues attributes object
      • Additional properties are allowed.

      • freshRow object

        Additional properties are allowed.

      • possibleWorkflows array[object]
        Hide possibleWorkflows attributes Show possibleWorkflows attributes object
  • 400 Bad Request

  • 401 Unauthorized

  • 403 Access Denied

  • 404 Not Found

  • 500 Internal Server Error

PUT /api-v1/document/batch
curl \
 --request PUT 'http://wyzio.app/api-v1/document/batch' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string" \
 --data '[{"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"}]}]'
Request examples
# Headers
TARGET-ORGANIZATION-ID: 42
WEAL-TOKEN: string

# Payload
[
  {
    "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"
      }
    ]
  }
]
Response examples (200)
{
  "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
    }
  ]
}
















































Get document file

GET /api-v1/document/view/{id}

Headers

Path parameters

  • id integer Required

    id

Responses

  • OK

    Minimum value is -128, maximum value is 127.

  • 400 Bad Request

  • 401 Unauthorized

  • 403 Access Denied

  • 404 Not Found

  • 500 Internal Server Error

GET /api-v1/document/view/{id}
curl \
 --request GET 'http://wyzio.app/api-v1/document/view/{id}' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
42































































Approve an expenses

POST /api-v1/expenses/batch/approve

Headers

Body Required

ids

array[integer] array[integer]

Responses

POST /api-v1/expenses/batch/approve
curl \
 --request POST 'http://wyzio.app/api-v1/expenses/batch/approve' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string" \
 --data '[42]'
Request examples
# Headers
TARGET-ORGANIZATION-ID: 42
WEAL-TOKEN: string

# Payload
[
  42
]




















Get total results count for list of draft expenses

GET /api-v1/expenses/draft/overall

Headers

Responses

GET /api-v1/expenses/draft/overall
curl \
 --request GET 'http://wyzio.app/api-v1/expenses/draft/overall' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
42

























































Get total values for fixed assets

GET /api-v1/fixed-assets/total

Headers

Responses

GET /api-v1/fixed-assets/total
curl \
 --request GET 'http://wyzio.app/api-v1/fixed-assets/total' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
{
  "actualValue": 42.0,
  "amortization": 42.0,
  "amortizationType": "LINEAR_DEPRECIATION_DIRECT",
  "chartOfAccountId": 42,
  "departmentId": 42,
  "id": 42,
  "initialValue": 42.0,
  "name": "string",
  "organizationId": 42,
  "period": "string",
  "periodFrom": "2025-05-04T09:42:00Z",
  "periodTo": "2025-05-04T09:42:00Z",
  "soldOrDeleted": true
}



























Get permissions of list of roles

GET /api-v1/global/role/permissions

Headers

Query parameters

Responses

  • OK

    Hide response attributes Show response attributes object
    • canCreate boolean
    • canDelete boolean
    • canExport boolean
    • canModify boolean
    • canView boolean
    • Values are NONE, ALL, OWNER, or WORKFLOW.

    • id integer
    • Values are NONE, ALL, OWNER, or WORKFLOW.

    • module string
    • sub0 string
    • sub1 string
    • sub2 string
    • viewType string

      Values are NONE, ALL, OWNER, or WORKFLOW.

  • 400 Bad Request

  • 401 Unauthorized

  • 403 Access Denied

  • 404 Not Found

  • 500 Internal Server Error

GET /api-v1/global/role/permissions
curl \
 --request GET 'http://wyzio.app/api-v1/global/role/permissions?roleIds=42' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
[
  {
    "canCreate": true,
    "canDelete": true,
    "canExport": true,
    "canModify": true,
    "canView": true,
    "deleteType": "NONE",
    "id": 42,
    "modifyType": "NONE",
    "module": "ALL",
    "sub0": "ALL",
    "sub1": "ALL",
    "sub2": "ALL",
    "viewType": "NONE"
  }
]








Delete role or super-role

DELETE /api-v1/global/role/{id}

Headers

Path parameters

  • id integer Required

    id

Responses

  • OK

    Hide response attributes Show response attributes object
    • error object

      Additional properties are allowed.

      Hide error attributes Show error attributes object
      • Values are NO_ERROR, NOT_IMPLEMENTED_YET, CONTACT_NOT_FOUND, FIELD_REQUIRED, VALIDATION_ERROR, DUPLICATION_ERROR, UNIQUE_CONSTRAINT_VIOLATION, WRONG_PASSWORD_FORMAT, WRONG_PASSWORD, ACTION_DENIED, NOT_FOUND, EXPECTED_ONE_FILE, UNIQUE_VIOLATION, CONTENT_EMPTY, INVALID_TYPE, CONVERSION_ERROR, FILE_PARSE_EXCEPTION, or IN_USE.

      • errorDetailValues array[object]
        Hide errorDetailValues attributes Show errorDetailValues attributes object
    • valid boolean
  • 400 Bad Request

  • 401 Unauthorized

  • 403 Access Denied

  • 404 Not Found

  • 500 Internal Server Error

DELETE /api-v1/global/role/{id}
curl \
 --request DELETE 'http://wyzio.app/api-v1/global/role/{id}' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
{
  "error": {
    "errorCode": "NO_ERROR",
    "errorDetailValues": [
      {
        "data": "string",
        "errorCode": "string",
        "fieldName": "string",
        "isSevere": true
      }
    ]
  },
  "valid": true
}






















































































































































































Get application workflowable modules

GET /api-v1/list/app/modules/workflowable

Returns a map {module: translation}

Headers

Responses

  • OK

    Hide response attribute Show response attribute object
    • * string Additional properties
  • 400 Bad Request

  • 401 Unauthorized

  • 403 Access Denied

  • 404 Not Found

  • 500 Internal Server Error

GET /api-v1/list/app/modules/workflowable
curl \
 --request GET 'http://wyzio.app/api-v1/list/app/modules/workflowable' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
{
  "additionalProperty1": "string",
  "additionalProperty2": "string"
}




Get article types

GET /api-v1/list/article-types

Returns a map {type: translation}

Headers

Responses

  • OK

    Hide response attribute Show response attribute object
    • * string Additional properties
  • 400 Bad Request

  • 401 Unauthorized

  • 403 Access Denied

  • 404 Not Found

  • 500 Internal Server Error

GET /api-v1/list/article-types
curl \
 --request GET 'http://wyzio.app/api-v1/list/article-types' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
{
  "additionalProperty1": "string",
  "additionalProperty2": "string"
}

Get budget statuses

GET /api-v1/list/budget/status

Returns a map {status: translation}

Headers

Responses

  • OK

    Hide response attribute Show response attribute object
    • * string Additional properties
  • 400 Bad Request

  • 401 Unauthorized

  • 403 Access Denied

  • 404 Not Found

  • 500 Internal Server Error

GET /api-v1/list/budget/status
curl \
 --request GET 'http://wyzio.app/api-v1/list/budget/status' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
{
  "additionalProperty1": "string",
  "additionalProperty2": "string"
}








































































































































Get payslip statuses

GET /api-v1/list/payslip-status

Returns a map {status: translation}

Headers

Responses

  • OK

    Hide response attribute Show response attribute object
    • * string Additional properties
  • 400 Bad Request

  • 401 Unauthorized

  • 403 Access Denied

  • 404 Not Found

  • 500 Internal Server Error

GET /api-v1/list/payslip-status
curl \
 --request GET 'http://wyzio.app/api-v1/list/payslip-status' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
{
  "additionalProperty1": "string",
  "additionalProperty2": "string"
}




















































































































Get VAT types

GET /api-v1/list/vat/type

Returns a map {type: translation}

Headers

Responses

  • OK

    Hide response attribute Show response attribute object
    • * string Additional properties
  • 400 Bad Request

  • 401 Unauthorized

  • 403 Access Denied

  • 404 Not Found

  • 500 Internal Server Error

GET /api-v1/list/vat/type
curl \
 --request GET 'http://wyzio.app/api-v1/list/vat/type' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
{
  "additionalProperty1": "string",
  "additionalProperty2": "string"
}








































































































































































































































































































































































Modify order`s workflow

PUT /api-v1/orders/{id}/workflow/{workflowId}

Headers

Path parameters

Responses

  • OK

    Hide response attributes Show response attributes object
    • error boolean
    • Additional properties are allowed.

      Hide errorCode attributes Show errorCode attributes object
      • Values are NO_ERROR, NOT_IMPLEMENTED_YET, CONTACT_NOT_FOUND, FIELD_REQUIRED, VALIDATION_ERROR, DUPLICATION_ERROR, UNIQUE_CONSTRAINT_VIOLATION, WRONG_PASSWORD_FORMAT, WRONG_PASSWORD, ACTION_DENIED, NOT_FOUND, EXPECTED_ONE_FILE, UNIQUE_VIOLATION, CONTENT_EMPTY, INVALID_TYPE, CONVERSION_ERROR, FILE_PARSE_EXCEPTION, or IN_USE.

      • errorDetailValues array[object]
        Hide errorDetailValues attributes Show errorDetailValues attributes object
    • Additional properties are allowed.

    • freshRow object

      Additional properties are allowed.

    • possibleWorkflows array[object]
      Hide possibleWorkflows attributes Show possibleWorkflows attributes object
  • 400 Bad Request

  • 401 Unauthorized

  • 403 Access Denied

  • 404 Not Found

  • 500 Internal Server Error

PUT /api-v1/orders/{id}/workflow/{workflowId}
curl \
 --request PUT 'http://wyzio.app/api-v1/orders/{id}/workflow/{workflowId}' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
{
  "error": true,
  "errorCode": {
    "errorCode": "NO_ERROR",
    "errorDetailValues": [
      {
        "data": "string",
        "errorCode": "string",
        "fieldName": "string",
        "isSevere": true
      }
    ]
  },
  "freshData": {},
  "freshRow": {},
  "possibleWorkflows": [
    {
      "id": 42,
      "name": "string"
    }
  ],
  "severeError": true
}













































Modify batch of organizations

POST /api-v1/organization/batch

Headers

Body Required

organizations

Responses

  • OK

    Hide response attribute Show response attribute object
    • items array[object]
      Hide items attributes Show items attributes object
      • error boolean
      • Additional properties are allowed.

        Hide errorCode attributes Show errorCode attributes object
        • Values are NO_ERROR, NOT_IMPLEMENTED_YET, CONTACT_NOT_FOUND, FIELD_REQUIRED, VALIDATION_ERROR, DUPLICATION_ERROR, UNIQUE_CONSTRAINT_VIOLATION, WRONG_PASSWORD_FORMAT, WRONG_PASSWORD, ACTION_DENIED, NOT_FOUND, EXPECTED_ONE_FILE, UNIQUE_VIOLATION, CONTENT_EMPTY, INVALID_TYPE, CONVERSION_ERROR, FILE_PARSE_EXCEPTION, or IN_USE.

        • errorDetailValues array[object]
          Hide errorDetailValues attributes Show errorDetailValues attributes object
      • Additional properties are allowed.

      • freshRow object

        Additional properties are allowed.

      • possibleWorkflows array[object]
        Hide possibleWorkflows attributes Show possibleWorkflows attributes object
  • 400 Bad Request

  • 401 Unauthorized

  • 403 Access Denied

  • 404 Not Found

  • 500 Internal Server Error

POST /api-v1/organization/batch
curl \
 --request POST 'http://wyzio.app/api-v1/organization/batch' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string" \
 --data '[{"allocationRulesFileName":"string","allocationRulesId":42,"archived":true,"automaticSynchronizationOfContacts":true,"banks":[{"accountHolderAddress":{"city":"string","countryCode2":"string","countryId":42,"houseNumber":"string","id":42,"line1":"string","line2":"string","name":"string","position":42,"postCode":"string","readOnly":true,"region":{"code":"string","id":42,"name":"string","taxMode":"ANNUALLY"},"service":"string","toTheAttentionOf":"string"},"accountNumber":"string","bankCustomerNumber":"string","bankName":"string","chartOfAccounts":42,"customHolder":true,"id":42,"isrCustomerNumber":"string","name":"string","position":42,"qrIban":"string","remark":"string","swiftBic":"string","useForReconciliation":true}],"contactId":42,"currency":"string","defaultCodes":{"accruedExpenses":42,"accruedRevenue":42,"annualProfitLoss":42,"bankExpenses":42,"clientBalanceSheet":42,"clientPL":42,"clientPrePayment":42,"clientVAT":42,"clientVATPaid":42,"compensation":42,"depreciationAccount":42,"extraordinaryExpenseAccount":42,"extraordinaryIncomeAccount":42,"fXGainLoss":42,"id":42,"lossOnDeptors":42,"retainedEarnings":42,"stock":42,"stockMovements":42,"supplierBalanceSheet":42,"supplierPrePayment":42,"supplierVAT":42,"supplierVATPaid":42,"system":42,"transactionAdjustment":42,"vatAccount":42,"workInProgress":42,"workInvoicedUpfront":42},"departments":[{"children":[{}],"documentTemplate":{"deliveryNoteTemplate":{"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"},"id":42,"lateNoticesTemplate":{"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"},"letterheadLandscape":42,"letterheadPortrait":42,"logo":42,"payslipsTemplate":{"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"},"report":42,"salesInvoicesTemplate":{"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"},"salesOrderTemplate":{"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"}},"id":42,"isDeleted":true,"name":"string","parentId":42,"position":42}],"disbursements":[{"disbursementFee":"string","id":42,"upToAmount":"string"}],"documentTemplate":{"deliveryNoteTemplate":{"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"},"id":42,"lateNoticesTemplate":{"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"},"letterheadLandscape":42,"letterheadPortrait":42,"logo":42,"payslipsTemplate":{"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"},"report":42,"salesInvoicesTemplate":{"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"},"salesOrderTemplate":{"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"}},"ebics":[{"clientNumber":"string","ebicsServerId":42,"ebicsServerName":"string","ebicsServerSwiftBic":"string","id":42,"orderTransmission":true,"organizationId":42,"status":"string","userNumber":"string","warnings":"string"}],"employeeGroups":[{"id":42,"name":"string"}],"endDate":"string","externalId":"string","id":42,"invoiceSettings":{"defaultPaymentTerms":"string","disbursementAccountId":42,"emailForInvoiceScans":"string","expenseAccountId":42,"forceTreatedAsPi":true,"id":42,"invoiceEmailContentSettings":{"customLateNoticeEmail":true,"customSalesInvoiceEmail":true,"customSalesOrderEmail":true,"id":42,"lateNoticesEmailContentLocalizations":{"de":"string","en":"string","fr":"string","id":42,"it":"string"},"lateNoticesEmailSubjectLocalizations":{"de":"string","en":"string","fr":"string","id":42,"it":"string"},"orderEmailContentLocalizations":{"de":"string","en":"string","fr":"string","id":42,"it":"string"},"orderEmailSubjectLocalizations":{"de":"string","en":"string","fr":"string","id":42,"it":"string"},"salesInvoiceEmailContentLocalizations":{"de":"string","en":"string","fr":"string","id":42,"it":"string"},"salesInvoiceEmailSubjectLocalizations":{"de":"string","en":"string","fr":"string","id":42,"it":"string"}},"lateInvoiceConditionsLocalizations":{"de":"string","en":"string","fr":"string","id":42,"it":"string"},"lateInvoiceRequestedPaymentTerms":"string","numbering":"string","orderIdNumbering":"string","orderValidity":"string","plannedPaymentDateOffset":42,"purchasePaymentAccountId":42,"requestedPaymentTerms":"string","salesInvoiceConditionsLocalizations":{"de":"string","en":"string","fr":"string","id":42,"it":"string"},"salesOrderTermsLocalizations":{"de":"string","en":"string","fr":"string","id":42,"it":"string"},"salesPaymentAccountId":42,"scansTreatedByManagingOrg":true,"skipDraftStatus":true,"timesheets":true,"timesheetsAccountId":42,"usePurchaseAccrualAccounting":true,"useSalesAccrualAccounting":true,"useUnsentOrdersStatus":true,"useUnsentSalesStatus":true,"validateOrdersByDefaultType":"NONE","validatePurchaseInvoicesByDefaultType":"NONE","validateSalesInvoicesByDefaultType":"NONE","vatNumber":"string"},"isFreeTier":true,"mailServerConfig":{"fromEmail":"string","host":"string","id":42,"password":"string","port":42,"secureConnectionType":"TLS","useAuth":true,"userName":"string"},"mainLanguage":{"code":"string","id":42,"isMain":true,"name":"string"},"managingChildrenOrganizationIds":[42],"managingStandaloneOrganizationId":42,"managingStandaloneOrganizationName":"string","name":"string","nogaCodeId":42,"officeAddresses":[{"city":"string","countryCode2":"string","countryId":42,"houseNumber":"string","id":42,"line1":"string","line2":"string","name":"string","position":42,"postCode":"string","region":{"code":"string","id":42,"name":"string","taxMode":"ANNUALLY"},"service":"string","toTheAttentionOf":"string"}],"organizationPayslips":[{"calendarYear":42,"claPayslipId":42,"holidays":[{"date":"string","id":42,"name":"string"}],"id":42,"organizationPayslipLines":[{"employeePercentage":"string","employerPercentage":"string","genderType":"MALE","id":42,"limitCalculationType":"TOTAL","lowerLimit":"string","organizationEmployeeGroupId":42,"payslipLineEntityId":42,"upperLimit":"string"}],"salaryTableLines":[{"description":"string","employeePercentage":"string","employeeValue":"string","employerPercentage":"string","employerValue":"string","endDate":"string","id":42,"number":42,"organizationEmployeeGroupId":42,"organizationPayslipEntityId":42,"payslipEntityId":42,"payslipLineId":"string","quantity":"string","staffPayslipEntityId":42,"startDate":"string"}],"touched":true}],"otherLanguages":[{"code":"string","id":42,"isMain":true,"name":"string"}],"parentStandaloneOrganizationId":42,"salaryCodes":[{"calendarYear":42,"id":42,"salaryCodeLines":[{"balanceSheetAccountId":42,"id":42,"isLinkedToAccount":true,"localizations":{"de":"string","en":"string","fr":"string","it":"string"},"number":42,"payslipLineEntityId":42,"payslipLineType":"EMPLOYEE_LINE","payslipValueSplitType":"EMPLOYEE","plAdminsAccountId":42,"plOperationsAccountId":42,"salaryCodeId":42,"specialAttributionType":"BASE_SALARY"}]}],"startDate":"string","stockStrategy":"FIFO","tasks":[{"archived":true,"id":42,"name":"string","organizationId":42,"rate":42.0}],"uid":"string","unusedVacationsSettings":{"adminBalanceSheetAccountId":42,"adminPlAccountId":42,"autoProvisionUnusedVacations":true,"id":42,"operationsBalanceSheetAccountId":42,"operationsPlAccountId":42},"useUnsentPayrollStatus":true,"validateOrdersByDefaultType":"NONE","validatePurchaseInvoicesByDefaultType":"NONE","validateSalesInvoicesByDefaultType":"NONE","vatSupplierContactId":42,"warnings":"string"}]'
Request examples
# Headers
TARGET-ORGANIZATION-ID: 42
WEAL-TOKEN: string

# Payload
[
  {
    "allocationRulesFileName": "string",
    "allocationRulesId": 42,
    "archived": true,
    "automaticSynchronizationOfContacts": true,
    "banks": [
      {
        "accountHolderAddress": {
          "city": "string",
          "countryCode2": "string",
          "countryId": 42,
          "houseNumber": "string",
          "id": 42,
          "line1": "string",
          "line2": "string",
          "name": "string",
          "position": 42,
          "postCode": "string",
          "readOnly": true,
          "region": {
            "code": "string",
            "id": 42,
            "name": "string",
            "taxMode": "ANNUALLY"
          },
          "service": "string",
          "toTheAttentionOf": "string"
        },
        "accountNumber": "string",
        "bankCustomerNumber": "string",
        "bankName": "string",
        "chartOfAccounts": 42,
        "customHolder": true,
        "id": 42,
        "isrCustomerNumber": "string",
        "name": "string",
        "position": 42,
        "qrIban": "string",
        "remark": "string",
        "swiftBic": "string",
        "useForReconciliation": true
      }
    ],
    "contactId": 42,
    "currency": "string",
    "defaultCodes": {
      "accruedExpenses": 42,
      "accruedRevenue": 42,
      "annualProfitLoss": 42,
      "bankExpenses": 42,
      "clientBalanceSheet": 42,
      "clientPL": 42,
      "clientPrePayment": 42,
      "clientVAT": 42,
      "clientVATPaid": 42,
      "compensation": 42,
      "depreciationAccount": 42,
      "extraordinaryExpenseAccount": 42,
      "extraordinaryIncomeAccount": 42,
      "fXGainLoss": 42,
      "id": 42,
      "lossOnDeptors": 42,
      "retainedEarnings": 42,
      "stock": 42,
      "stockMovements": 42,
      "supplierBalanceSheet": 42,
      "supplierPrePayment": 42,
      "supplierVAT": 42,
      "supplierVATPaid": 42,
      "system": 42,
      "transactionAdjustment": 42,
      "vatAccount": 42,
      "workInProgress": 42,
      "workInvoicedUpfront": 42
    },
    "departments": [
      {
        "children": [
          {}
        ],
        "documentTemplate": {
          "deliveryNoteTemplate": {
            "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"
          },
          "id": 42,
          "lateNoticesTemplate": {
            "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"
          },
          "letterheadLandscape": 42,
          "letterheadPortrait": 42,
          "logo": 42,
          "payslipsTemplate": {
            "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"
          },
          "report": 42,
          "salesInvoicesTemplate": {
            "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"
          },
          "salesOrderTemplate": {
            "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"
          }
        },
        "id": 42,
        "isDeleted": true,
        "name": "string",
        "parentId": 42,
        "position": 42
      }
    ],
    "disbursements": [
      {
        "disbursementFee": "string",
        "id": 42,
        "upToAmount": "string"
      }
    ],
    "documentTemplate": {
      "deliveryNoteTemplate": {
        "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"
      },
      "id": 42,
      "lateNoticesTemplate": {
        "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"
      },
      "letterheadLandscape": 42,
      "letterheadPortrait": 42,
      "logo": 42,
      "payslipsTemplate": {
        "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"
      },
      "report": 42,
      "salesInvoicesTemplate": {
        "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"
      },
      "salesOrderTemplate": {
        "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"
      }
    },
    "ebics": [
      {
        "clientNumber": "string",
        "ebicsServerId": 42,
        "ebicsServerName": "string",
        "ebicsServerSwiftBic": "string",
        "id": 42,
        "orderTransmission": true,
        "organizationId": 42,
        "status": "string",
        "userNumber": "string",
        "warnings": "string"
      }
    ],
    "employeeGroups": [
      {
        "id": 42,
        "name": "string"
      }
    ],
    "endDate": "string",
    "externalId": "string",
    "id": 42,
    "invoiceSettings": {
      "defaultPaymentTerms": "string",
      "disbursementAccountId": 42,
      "emailForInvoiceScans": "string",
      "expenseAccountId": 42,
      "forceTreatedAsPi": true,
      "id": 42,
      "invoiceEmailContentSettings": {
        "customLateNoticeEmail": true,
        "customSalesInvoiceEmail": true,
        "customSalesOrderEmail": true,
        "id": 42,
        "lateNoticesEmailContentLocalizations": {
          "de": "string",
          "en": "string",
          "fr": "string",
          "id": 42,
          "it": "string"
        },
        "lateNoticesEmailSubjectLocalizations": {
          "de": "string",
          "en": "string",
          "fr": "string",
          "id": 42,
          "it": "string"
        },
        "orderEmailContentLocalizations": {
          "de": "string",
          "en": "string",
          "fr": "string",
          "id": 42,
          "it": "string"
        },
        "orderEmailSubjectLocalizations": {
          "de": "string",
          "en": "string",
          "fr": "string",
          "id": 42,
          "it": "string"
        },
        "salesInvoiceEmailContentLocalizations": {
          "de": "string",
          "en": "string",
          "fr": "string",
          "id": 42,
          "it": "string"
        },
        "salesInvoiceEmailSubjectLocalizations": {
          "de": "string",
          "en": "string",
          "fr": "string",
          "id": 42,
          "it": "string"
        }
      },
      "lateInvoiceConditionsLocalizations": {
        "de": "string",
        "en": "string",
        "fr": "string",
        "id": 42,
        "it": "string"
      },
      "lateInvoiceRequestedPaymentTerms": "string",
      "numbering": "string",
      "orderIdNumbering": "string",
      "orderValidity": "string",
      "plannedPaymentDateOffset": 42,
      "purchasePaymentAccountId": 42,
      "requestedPaymentTerms": "string",
      "salesInvoiceConditionsLocalizations": {
        "de": "string",
        "en": "string",
        "fr": "string",
        "id": 42,
        "it": "string"
      },
      "salesOrderTermsLocalizations": {
        "de": "string",
        "en": "string",
        "fr": "string",
        "id": 42,
        "it": "string"
      },
      "salesPaymentAccountId": 42,
      "scansTreatedByManagingOrg": true,
      "skipDraftStatus": true,
      "timesheets": true,
      "timesheetsAccountId": 42,
      "usePurchaseAccrualAccounting": true,
      "useSalesAccrualAccounting": true,
      "useUnsentOrdersStatus": true,
      "useUnsentSalesStatus": true,
      "validateOrdersByDefaultType": "NONE",
      "validatePurchaseInvoicesByDefaultType": "NONE",
      "validateSalesInvoicesByDefaultType": "NONE",
      "vatNumber": "string"
    },
    "isFreeTier": true,
    "mailServerConfig": {
      "fromEmail": "string",
      "host": "string",
      "id": 42,
      "password": "string",
      "port": 42,
      "secureConnectionType": "TLS",
      "useAuth": true,
      "userName": "string"
    },
    "mainLanguage": {
      "code": "string",
      "id": 42,
      "isMain": true,
      "name": "string"
    },
    "managingChildrenOrganizationIds": [
      42
    ],
    "managingStandaloneOrganizationId": 42,
    "managingStandaloneOrganizationName": "string",
    "name": "string",
    "nogaCodeId": 42,
    "officeAddresses": [
      {
        "city": "string",
        "countryCode2": "string",
        "countryId": 42,
        "houseNumber": "string",
        "id": 42,
        "line1": "string",
        "line2": "string",
        "name": "string",
        "position": 42,
        "postCode": "string",
        "region": {
          "code": "string",
          "id": 42,
          "name": "string",
          "taxMode": "ANNUALLY"
        },
        "service": "string",
        "toTheAttentionOf": "string"
      }
    ],
    "organizationPayslips": [
      {
        "calendarYear": 42,
        "claPayslipId": 42,
        "holidays": [
          {
            "date": "string",
            "id": 42,
            "name": "string"
          }
        ],
        "id": 42,
        "organizationPayslipLines": [
          {
            "employeePercentage": "string",
            "employerPercentage": "string",
            "genderType": "MALE",
            "id": 42,
            "limitCalculationType": "TOTAL",
            "lowerLimit": "string",
            "organizationEmployeeGroupId": 42,
            "payslipLineEntityId": 42,
            "upperLimit": "string"
          }
        ],
        "salaryTableLines": [
          {
            "description": "string",
            "employeePercentage": "string",
            "employeeValue": "string",
            "employerPercentage": "string",
            "employerValue": "string",
            "endDate": "string",
            "id": 42,
            "number": 42,
            "organizationEmployeeGroupId": 42,
            "organizationPayslipEntityId": 42,
            "payslipEntityId": 42,
            "payslipLineId": "string",
            "quantity": "string",
            "staffPayslipEntityId": 42,
            "startDate": "string"
          }
        ],
        "touched": true
      }
    ],
    "otherLanguages": [
      {
        "code": "string",
        "id": 42,
        "isMain": true,
        "name": "string"
      }
    ],
    "parentStandaloneOrganizationId": 42,
    "salaryCodes": [
      {
        "calendarYear": 42,
        "id": 42,
        "salaryCodeLines": [
          {
            "balanceSheetAccountId": 42,
            "id": 42,
            "isLinkedToAccount": true,
            "localizations": {
              "de": "string",
              "en": "string",
              "fr": "string",
              "it": "string"
            },
            "number": 42,
            "payslipLineEntityId": 42,
            "payslipLineType": "EMPLOYEE_LINE",
            "payslipValueSplitType": "EMPLOYEE",
            "plAdminsAccountId": 42,
            "plOperationsAccountId": 42,
            "salaryCodeId": 42,
            "specialAttributionType": "BASE_SALARY"
          }
        ]
      }
    ],
    "startDate": "string",
    "stockStrategy": "FIFO",
    "tasks": [
      {
        "archived": true,
        "id": 42,
        "name": "string",
        "organizationId": 42,
        "rate": 42.0
      }
    ],
    "uid": "string",
    "unusedVacationsSettings": {
      "adminBalanceSheetAccountId": 42,
      "adminPlAccountId": 42,
      "autoProvisionUnusedVacations": true,
      "id": 42,
      "operationsBalanceSheetAccountId": 42,
      "operationsPlAccountId": 42
    },
    "useUnsentPayrollStatus": true,
    "validateOrdersByDefaultType": "NONE",
    "validatePurchaseInvoicesByDefaultType": "NONE",
    "validateSalesInvoicesByDefaultType": "NONE",
    "vatSupplierContactId": 42,
    "warnings": "string"
  }
]
Response examples (200)
{
  "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
    }
  ]
}












































Initiate ebics key for organization ebics record

GET /api-v1/organization/hpb/{ebicsId}

Headers

Path parameters

Query parameters

  • active boolean
  • admin boolean
  • Values are EN, FR, DE, IT, or UNDEFINED.

  • Values are EN, FR, DE, IT, or UNDEFINED.

  • enabled boolean
  • isMainUser boolean
  • notNullUserGroupIds array[integer]
  • Values are EN, FR, DE, IT, or UNDEFINED.

  • password string
  • Values are NONE, ALL, OWNER, or WORKFLOW.

  • Values are NONE, ALL, OWNER, or WORKFLOW.

  • Values are NONE, ALL, OWNER, or WORKFLOW.

  • secret string
  • userDbId integer
  • userGroupIds array[integer]
  • username string

Responses

GET /api-v1/organization/hpb/{ebicsId}
curl \
 --request GET 'http://wyzio.app/api-v1/organization/hpb/{ebicsId}' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
{
  "clientNumber": "string",
  "ebicsServerId": 42,
  "ebicsServerName": "string",
  "ebicsServerSwiftBic": "string",
  "id": 42,
  "orderTransmission": true,
  "organizationId": 42,
  "status": "string",
  "userNumber": "string",
  "warnings": "string"
}

































































Prepare filters for get list of payables

GET /api-v1/payable/filters

Headers

Responses

  • OK

    Additional properties are allowed.

  • 400 Bad Request

  • 401 Unauthorized

  • 403 Access Denied

  • 404 Not Found

  • 500 Internal Server Error

GET /api-v1/payable/filters
curl \
 --request GET 'http://wyzio.app/api-v1/payable/filters' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
{}


























































































Get list of payroll employees

GET /api-v1/payroll/employee

Headers

Responses

GET /api-v1/payroll/employee
curl \
 --request GET 'http://wyzio.app/api-v1/payroll/employee' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
[
  42
]
















Export gross salary

GET /api-v1/payroll/gross-salary/export

Headers

Responses

GET /api-v1/payroll/gross-salary/export
curl \
 --request GET 'http://wyzio.app/api-v1/payroll/gross-salary/export' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"




























Update payroll

PATCH /api-v1/payroll/update/{id}

Headers

Path parameters

  • id integer Required

    id

Responses

  • OK

    Hide response attribute Show response attribute object
    • items array[object]
      Hide items attributes Show items attributes object
      • error boolean
      • Additional properties are allowed.

        Hide errorCode attributes Show errorCode attributes object
        • Values are NO_ERROR, NOT_IMPLEMENTED_YET, CONTACT_NOT_FOUND, FIELD_REQUIRED, VALIDATION_ERROR, DUPLICATION_ERROR, UNIQUE_CONSTRAINT_VIOLATION, WRONG_PASSWORD_FORMAT, WRONG_PASSWORD, ACTION_DENIED, NOT_FOUND, EXPECTED_ONE_FILE, UNIQUE_VIOLATION, CONTENT_EMPTY, INVALID_TYPE, CONVERSION_ERROR, FILE_PARSE_EXCEPTION, or IN_USE.

        • errorDetailValues array[object]
          Hide errorDetailValues attributes Show errorDetailValues attributes object
      • Additional properties are allowed.

      • freshRow object

        Additional properties are allowed.

      • possibleWorkflows array[object]
        Hide possibleWorkflows attributes Show possibleWorkflows attributes object
PATCH /api-v1/payroll/update/{id}
curl \
 --request PATCH 'http://wyzio.app/api-v1/payroll/update/{id}' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
{
  "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
    }
  ]
}













































































































































































































































Get total values for list of purchase invoice scans

GET /api-v1/purchase-invoice-scan/total

Headers

Responses

GET /api-v1/purchase-invoice-scan/total
curl \
 --request GET 'http://wyzio.app/api-v1/purchase-invoice-scan/total' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
{
  "comment": "string",
  "currency": "string",
  "date": "2025-05-04T09:42:00Z",
  "fileId": 42,
  "hasWarnings": true,
  "id": 42,
  "isOrganizationNameIncluded": true,
  "isTreatedByManagingOrganization": true,
  "organizationId": 42,
  "organizationName": "string",
  "status": "NEW",
  "supplier": "string",
  "totalAmount": 42.0,
  "warnings": "string"
}




















































































































Reconciliation for lines

POST /api-v1/reconciliation-lines/reconcile

Headers

Body Required

reconcileRequest

Responses

POST /api-v1/reconciliation-lines/reconcile
curl \
 --request POST 'http://wyzio.app/api-v1/reconciliation-lines/reconcile' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string" \
 --data '{"lineIdsToReconcile":[42]}'
Request examples
# Headers
TARGET-ORGANIZATION-ID: 42
WEAL-TOKEN: string

# Payload
{
  "lineIdsToReconcile": [
    42
  ]
}
Response examples (200)
{
  "notReconciledLines": [
    42
  ],
  "reconciledLines": [
    42
  ]
}

















Get list of registry publication

GET /api-v1/registry/publication

Headers

Responses

GET /api-v1/registry/publication
curl \
 --request GET 'http://wyzio.app/api-v1/registry/publication' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
{
  "id": 42,
  "mutation": {
    "de": "string",
    "en": "string",
    "fr": "string",
    "it": "string"
  },
  "publication": "string",
  "publicationDate": "2025-05-04T09:42:00Z",
  "publicationId": 42,
  "uid": "string"
}






































Get permissions of list of roles

GET /api-v1/role/permissions

Headers

Query parameters

Responses

  • OK

    Hide response attributes Show response attributes object
    • canCreate boolean
    • canDelete boolean
    • canExport boolean
    • canModify boolean
    • canView boolean
    • Values are NONE, ALL, OWNER, or WORKFLOW.

    • id integer
    • Values are NONE, ALL, OWNER, or WORKFLOW.

    • module string
    • sub0 string
    • sub1 string
    • sub2 string
    • viewType string

      Values are NONE, ALL, OWNER, or WORKFLOW.

  • 400 Bad Request

  • 401 Unauthorized

  • 403 Access Denied

  • 404 Not Found

  • 500 Internal Server Error

GET /api-v1/role/permissions
curl \
 --request GET 'http://wyzio.app/api-v1/role/permissions?roleIds=42' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
[
  {
    "canCreate": true,
    "canDelete": true,
    "canExport": true,
    "canModify": true,
    "canView": true,
    "deleteType": "NONE",
    "id": 42,
    "modifyType": "NONE",
    "module": "ALL",
    "sub0": "ALL",
    "sub1": "ALL",
    "sub2": "ALL",
    "viewType": "NONE"
  }
]





































Headers

Responses

GET /api-v1/sales-invoice/advanced/total
curl \
 --request GET 'http://wyzio.app/api-v1/sales-invoice/advanced/total' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
{
  "addressCity": "string",
  "addressClientName": "string",
  "addressCountryCode": "string",
  "addressRegionCode": "string",
  "addressStreet": "string",
  "addressStreetPoBox": "string",
  "addressToTheAttentionOf": "string",
  "addressZipCode": "string",
  "bvrGenerationAvailability": true,
  "client": "string",
  "clientAdvancedInvoicingNote": "string",
  "clientBillingEmail": "string",
  "clientECorrespondence": true,
  "clientEmail": "string",
  "clientId": 42,
  "comments": "string",
  "creatorContactId": 42,
  "currency": "string",
  "date": "2025-05-04T09:42:00Z",
  "description": "string",
  "excludedFromVat": true,
  "flagsAmount": 42,
  "hasComments": true,
  "hasWarnings": true,
  "id": 42,
  "inWorkflow": true,
  "invoiceLineAllocationKeys": "string",
  "invoiceLineArticleId": 42,
  "invoiceLineArticleIdToDisplay": "string",
  "invoiceLineDepartmentId": 42,
  "invoiceLineDepartmentName": "string",
  "invoiceLineDescription": "string",
  "invoiceLineDiscount": 42.0,
  "invoiceLineNetPrice": 42.0,
  "invoiceLineOfficeId": 42,
  "invoiceLineOfficeName": "string",
  "invoiceLineQuantity": 42.0,
  "invoiceLineSaleAccountId": 42,
  "invoiceLineSaleAccountNumber": 42,
  "invoiceLineTotalNet": 42.0,
  "invoiceLineTotalPrice": 42.0,
  "invoiceLineVat": 42.0,
  "invoiceLineVatPercent": 42.0,
  "isInWorkflow": true,
  "netAmount": 42.0,
  "number": "string",
  "organizationId": 42,
  "ourContactId": 42,
  "ourContactName": "string",
  "paymentBankCharges": 42.0,
  "paymentBvrNumber": "string",
  "paymentBvrQrNumber": "string",
  "paymentId": 42,
  "paymentLossOnDeptors": 42.0,
  "paymentOverdueDate": "2025-05-04T09:42:00Z",
  "paymentPaidAmount": 42.0,
  "paymentPaidCurrency": "string",
  "paymentQrNumber": "string",
  "paymentReceivableByAccountId": 42,
  "paymentReceivableByAccountNumber": 42,
  "paymentRequestedAmount": 42.0,
  "paymentRequestedCurrency": "string",
  "paymentRequestedDate": "2025-05-04T09:42:00Z",
  "paymentValueDate": "2025-05-04T09:42:00Z",
  "qrGenerationAvailability": true,
  "receivable": 42.0,
  "reference": "string",
  "referenceAndDescriptionJoined": "string",
  "salesInvoiceLineId": 42,
  "specificBalanceSheetAccountId": 42,
  "status": "OPEN",
  "systemValidated": true,
  "totalAmount": 42.0,
  "validated": true,
  "vatCodeEntityId": 42,
  "warnings": "string",
  "workflowPermissions": "string",
  "yourReference": "string"
}






















































































































































Get list of sub-orders

GET /api-v1/sub-orders

Headers

Query parameters

Responses

GET /api-v1/sub-orders
curl \
 --request GET 'http://wyzio.app/api-v1/sub-orders' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
[
  {
    "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"
  }
]










































Get list of tags

GET /api-v1/tag/contact

Headers

Responses

GET /api-v1/tag/contact
curl \
 --request GET 'http://wyzio.app/api-v1/tag/contact' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
[
  {
    "id": 42,
    "name": "string"
  }
]


































































































































































Treasury