v1

latestOpenAPI 3.0.02026-07-2455104.8 MB
Delivery Note

Assign quality control attributes to delivery note

Assign quality control attributes to a delivery note.

patch/api/v1/deliveryNotes/{id}/actions/assignQualityControlAttributes

Path parameters

idstring required

Resource identifier.

Example:17

The resource's identifier.

Request body

Example request

{
  "positions": [
    {
      "id": "17",
      "delivered": [
        {
          "storageLocation": {
            "id": "17"
          }
        }
      ]
    }
  ]
}

Response

Operation completed successfully, no response body