Get avatar

GET /api-v1/attachment/find/{attachmentId}

Headers

Path parameters

Responses

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









































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































Get payment purpose codes by country

GET /api-v1/list/purpose-codes

Headers

Query parameters

Responses

GET /api-v1/list/purpose-codes
curl \
 --request GET 'http://wyzio.app/api-v1/list/purpose-codes?countryCode2=string' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
[
  {
    "code": "string",
    "countryId": 42,
    "id": 42,
    "purpose": {
      "de": "string",
      "en": "string",
      "fr": "string",
      "it": "string"
    }
  }
]








































































































































































































Get list of available timsheet orders

GET /api-v1/my-timesheet/order

Headers

Query parameters

Responses

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






















































































































































































































































































































































































































































Get total values for list of payables

GET /api-v1/payable/total

Headers

Responses

  • OK

    Hide response attributes Show response attributes object
    • accountId integer
    • comment string
    • contact string
    • contactId integer
    • currency string
    • currencyId integer
    • invoiceDate string(date-time)
    • invoiceId integer
    • module string
    • paymentId integer
    • plannedDate string(date-time)
    • requestedDate string(date-time)
    • sentDate string(date-time)
    • tenantId integer
    • warnings string
  • 400 Bad Request

  • 401 Unauthorized

  • 403 Access Denied

  • 404 Not Found

  • 500 Internal Server Error

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






























Generate adjustment line for payrolls

PATCH /api-v1/payroll/adjust

Headers

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/adjust
curl \
 --request PATCH 'http://wyzio.app/api-v1/payroll/adjust' \
 --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
    }
  ]
}










































































































































































Modify batch of admins` PDF templates

PUT /api-v1/pdf-template/global/batch

Headers

Body Required

templates

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/pdf-template/global/batch
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"}]'
Request examples
# 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"
  }
]
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 details of purchase invoice scan

GET /api-v1/purchase-invoice-scan/{id}

Headers

Path parameters

  • id integer Required

    id

Responses

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




























































































Get list of reconciliation lines

GET /api-v1/reconciliation-lines

Headers

Responses

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
















Showing the number of lines to be reconciled.

GET /api-v1/reconciliation-lines/to-be-reconciled

Headers

Responses

GET /api-v1/reconciliation-lines/to-be-reconciled
curl \
 --request GET 'http://wyzio.app/api-v1/reconciliation-lines/to-be-reconciled' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
42
































































































































Headers

Responses

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

































































































Delete stock movement

DELETE /api-v1/stock-movement-line/{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/stock-movement-line/{id}
curl \
 --request DELETE 'http://wyzio.app/api-v1/stock-movement-line/{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 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 individual tags

GET /api-v1/tag/individual

Headers

Responses

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