Update Inventory Location
PUT/inventory-management/api/v1/Locations/:id
Modifies the properties of an existing location such as description, type, or status. The location code cannot be changed after creation.
Request
Responses
- 200
- 204
- 400
- 404
- 500
OK
If the location was successfully updated
If the update request contains invalid data
If the location with the specified ID is not found
If an error occurs while updating the location