---
title: "ChangeBinDetails"
method: POST
path: "/api/WarehouseTransfer/ChangeBinDetails"
tags: ["WarehouseTransfer"]
---

# ChangeBinDetails

`POST /api/WarehouseTransfer/ChangeBinDetails`

Use this call to change details of a bin.
<b>Permissions Required: </b> GlobalPermissions.Inventory.WarehouseTransferNode
<b>Rate limit: </b><span style="background-color:#0272d9;color:white;padding:4px 8px;text-align:center;border-radius:5px; font-size: small;"><b>150</b></span> / minute

## Request body

- WarehouseTransferChangeBinDetailsRequest
  - `pkTransferId` string, uuid — The id of the transfer the bin belongs to.
  - `pkBinId` string, uuid — The id of the bin.
  - `BinName` string — The new name for the bin (pass an empty string if no change is required).
  - `BinReference` string — The new reference for the bin (pass an empty string if no change is required).
  - `BinBarcode` string — The new barcode for the bin (pass an empty string if no change is required).

## Response `204`

No Content

---

[API](https://skmtc.net/linnworks/apis/authenticate-api.md) · [All operations](https://skmtc.net/linnworks/apis/authenticate-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linnworks/authenticate-api/versions/0123569a22fb/schema)
