Update a service order
PUT/service-orders/:id
Updates an existing service order by ID. Validates that the service order is not finished and checks revision requirements before saving.
Request
Responses
- 200
- 401
- 403
- 422
- 500
Service order updated successfully
Unauthenticated
Forbidden - Missing permission: update service orders
Validation error
Internal server error