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