---
title: "Update delivery note positions customs data."
method: PATCH
path: "/api/v1/deliveryNotes/{id}/customsUpdate"
tags: ["Delivery Note"]
---

# Update delivery note positions customs data.

`PATCH /api/v1/deliveryNotes/{id}/customsUpdate`

Update delivery note positions customs data. 

**Attention**: ⚠️ 

-  This is an interims endpoint that will be _**deprecated and removed**_ in future. 

- We will inform all users of this endpoint about the deprecation and removal before.

## Path parameters

- `id` string, required — Resource identifier.

## Request body

- object
  - `positions` object[]
    - `id` string — Resource identifier.
    - `customs` object, nullable
      - `valueSingle` number, float, nullable
      - `valueTotal` number, float, nullable
      - `weightSingle` number, float, nullable
      - `weightTotal` number, float, nullable
      - `customsTariffNumber` string, nullable
      - `currency` string, nullable
      - `countryOfOrigin` string, nullable

## Response `204`

Operation completed successfully, no response body

## Other responses

- `400` — IETF RFC 9457 Problem API compliant response
- `403` — Unable to authorize the client
- `404` — Resource was not found or not enough access privileges
- `409` — Request conflict with the current state of the target resource
- `415` — Resource representation send in the request is not supported.
- `429` — Too many API calls made.

---

[API](https://skmtc.net/xentral/apis/xentral-api.md) · [All operations](https://skmtc.net/xentral/apis/xentral-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xentral/xentral-api/revisions/8a27ba392442/schema)
