# Add hardware item to department **POST /data/departments/{department_id}/hardware-items** Associate a hardware item with a specific department. This allows the department to use the specified hardware in budget forecasting. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **department_id** () Unique identifier of the department ### Body: application/json (object) - **hardware_item_id** (string(uuid)) Hardware item identifier to add to department ## Responses ### 201 Hardware item successfully added to department #### Body: application/json (object) - **id** (string(uuid)) Hardware department link unique identifier - **department_id** (string(uuid)) Department identifier - **hardware_item_id** (string(uuid)) Hardware item identifier - **created_at** (string(date-time)) Creation timestamp [Powered by Bump.sh](https://bump.sh)