# POST /inventory-transfers.json **POST /inventory-transfers.json** ## Servers - http://api.example.com/v1: http://api.example.com/v1 () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **fromWarehouseId** (integer(int32)) From warehouse - **notes** (string | null) Notes - **reference** (string) Reference - **toWarehouseId** (integer(int32)) To warehouse - **userId** (integer(int32) | null) User ## Responses ### 200 Successful response #### Body: application/json (object) - **createdAt** (string(date-time)) Created at - **fromWarehouseId** (integer(int32)) From warehouse - **id** (integer(int32)) Id - **notes** (string | null) Notes - **reference** (string) Reference - **toWarehouseId** (integer(int32)) To warehouse - **updatedAt** (string(date-time)) Updated at - **userId** (integer(int32) | null) User [Powered by Bump.sh](https://bump.sh)