Create Service Type
POST/api/servicetypes/createservicetype
Tier: Public — stable, supported for third-party integration.
Creates a custom service type. Always created with SystemType set to false.
Request
Responses
- 200
- 400
- 401
- 403
The created service type. See Services.ServiceTypeSummaryDto.
Validation failures — see ServiceTypeAddValidator.
Caller is not authenticated.
Caller does not have Create permission on the ServiceMaster module.