# Add software license to department **POST /data/departments/{department_id}/software-licenses** Associate a software license with a specific department. This allows the department to use the specified software 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) - **software_id** (string(uuid)) Software identifier to add to department ## Responses ### 201 Software license successfully added to department #### Body: application/json (object) - **id** (string(uuid)) Software license department link unique identifier - **department_id** (string(uuid)) Department identifier - **software_id** (string(uuid)) Software license identifier - **created_at** (string(date-time)) Creation timestamp [Powered by Bump.sh](https://bump.sh)