Modify batch of purchase invoices

POST /api-v1/purchase-invoice/batch

Headers

Query parameters

Body Required

purchaseInvoices

Responses

  • 200

    OK

    Hide response attribute Show response attribute object
    • items array[object]
      Hide items attributes Show items attributes object
      • error boolean
      • Hide errorCode attributes Show errorCode attributes
        • 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
      • freshRow object
      • possibleWorkflows array[object]
        Hide possibleWorkflows attributes Show possibleWorkflows attributes object
  • 400

    400 Bad Request

  • 401

    401 Unauthorized

  • 403

    403 Access Denied

  • 404

    404 Not Found

  • 500

    500 Internal Server Error

POST /api-v1/purchase-invoice/batch
curl \
 -X POST http://wyzio.app/api-v1/purchase-invoice/batch \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string" \
 -d '[{"accrualEntriesAmount":42,"amounts":[{"amountType":"NO_VAT","id":42,"net":"string","vat":"string","vatRateId":42,"vatType":"NO_VAT","vatTypeCodeId":42}],"attributions":[{"appliedAllocationRules":["string"],"articleId":42,"articleName":{"de":"string","en":"string","fr":"string","it":"string"},"chartOfAccountsId":42,"chartOfAccountsName":{"de":"string","en":"string","fr":"string","it":"string"},"dateFrom":"string","dateTo":"string","departmentId":42,"departmentName":"string","endDate":"string","fixedAssetId":42,"fixedAssetName":"string","id":42,"net":"string","orderClientId":42,"orderId":42,"orderIdToDisplay":"string","percent":"string","quantity":"string","reBill":true,"reBillDate":"2024-05-04T09:42:00+00:00","readOnly":true,"shipments":[{"articleId":42,"articleIdSku":"string","articleName":{"de":"string","en":"string","fr":"string","it":"string"},"attributionId":42,"currencyCode":"string","departmentId":42,"generatedStockMovementId":42,"id":42,"quantity":"string","shipmentDate":"string","totalCost":42.0}],"startDate":"string"}],"comment":"string","currencyId":42,"date":"string","description":"string","id":42,"isContainsSoldFixedAsset":true,"isDraft":true,"isFromLockedAccountingPeriod":true,"journalEntryId":42,"organizationId":42,"paymentAccountId":42,"payments":[{"accountNumber":"string","bankCharges":"string","id":42,"isFromLockedAccountingPeriod":true,"lineCode":"string","paidAmount":"string","payableByAccountId":42,"payableByAccountName":{"de":"string","en":"string","fr":"string","it":"string"},"payableToBankId":42,"paymentType":"BANK_TRANSFER","plannedDate":"string","qrBillData":"string","referenceNumber":"string","requestedAmount":"string","requestedDate":"string","sentDate":"string","valueDate":"string"}],"realValidated":true,"reference":"string","supplierId":42,"systemValidated":true,"validated":true,"validatorUserIds":[42],"validatorUserIdsSize":42,"vatType":"NO_VAT","vatTypeCodeId":42,"warnings":"string"}]'
Request example
# Headers
TARGET-ORGANIZATION-ID: 42
WEAL-TOKEN: string

# Payload
[
  {
    "accrualEntriesAmount": 42,
    "amounts": [
      {
        "amountType": "NO_VAT",
        "id": 42,
        "net": "string",
        "vat": "string",
        "vatRateId": 42,
        "vatType": "NO_VAT",
        "vatTypeCodeId": 42
      }
    ],
    "attributions": [
      {
        "appliedAllocationRules": [
          "string"
        ],
        "articleId": 42,
        "articleName": {
          "de": "string",
          "en": "string",
          "fr": "string",
          "it": "string"
        },
        "chartOfAccountsId": 42,
        "chartOfAccountsName": {
          "de": "string",
          "en": "string",
          "fr": "string",
          "it": "string"
        },
        "dateFrom": "string",
        "dateTo": "string",
        "departmentId": 42,
        "departmentName": "string",
        "endDate": "string",
        "fixedAssetId": 42,
        "fixedAssetName": "string",
        "id": 42,
        "net": "string",
        "orderClientId": 42,
        "orderId": 42,
        "orderIdToDisplay": "string",
        "percent": "string",
        "quantity": "string",
        "reBill": true,
        "reBillDate": "2024-05-04T09:42:00+00:00",
        "readOnly": true,
        "shipments": [
          {
            "articleId": 42,
            "articleIdSku": "string",
            "articleName": {
              "de": "string",
              "en": "string",
              "fr": "string",
              "it": "string"
            },
            "attributionId": 42,
            "currencyCode": "string",
            "departmentId": 42,
            "generatedStockMovementId": 42,
            "id": 42,
            "quantity": "string",
            "shipmentDate": "string",
            "totalCost": 42.0
          }
        ],
        "startDate": "string"
      }
    ],
    "comment": "string",
    "currencyId": 42,
    "date": "string",
    "description": "string",
    "id": 42,
    "isContainsSoldFixedAsset": true,
    "isDraft": true,
    "isFromLockedAccountingPeriod": true,
    "journalEntryId": 42,
    "organizationId": 42,
    "paymentAccountId": 42,
    "payments": [
      {
        "accountNumber": "string",
        "bankCharges": "string",
        "id": 42,
        "isFromLockedAccountingPeriod": true,
        "lineCode": "string",
        "paidAmount": "string",
        "payableByAccountId": 42,
        "payableByAccountName": {
          "de": "string",
          "en": "string",
          "fr": "string",
          "it": "string"
        },
        "payableToBankId": 42,
        "paymentType": "BANK_TRANSFER",
        "plannedDate": "string",
        "qrBillData": "string",
        "referenceNumber": "string",
        "requestedAmount": "string",
        "requestedDate": "string",
        "sentDate": "string",
        "valueDate": "string"
      }
    ],
    "realValidated": true,
    "reference": "string",
    "supplierId": 42,
    "systemValidated": true,
    "validated": true,
    "validatorUserIds": [
      42
    ],
    "validatorUserIdsSize": 42,
    "vatType": "NO_VAT",
    "vatTypeCodeId": 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
    }
  ]
}