Update PlanningUnitCapacity
PUT/api/planningUnit/capacity
API used to update PlanningUnitCapacity
Request
Responses
- 200
- 403
- 404
- 412
- 500
Returns a Success code if the operation was successful
Returns a HttpStatus.FORBIDDEN if the user does not have access
Returns a HttpStatus.NOT_FOUND if the PlanningUnitCapacity does not exist
Returns a HttpStatus.PRECONDITION_FAILED if certain conditions to update the date does not met
Returns a HttpStatus.INTERNAL_SERVER_ERROR if there was some other error that did not allow the operation to complete