Update Service Master
POST/api/services/updateservice
Tier: Public — stable, supported for third-party integration.
Full-replace update of a service definition.
Request
Responses
- 200
- 400
- 401
- 403
The updated service definition. See Services.ServiceMasterDetailDto.
Unknown id — NotFound; or the same validation failures as ServicesController.CreateServiceMaster(...).
Caller is not authenticated.
Caller does not have Update permission on the ServiceMaster module.