Creates a new service schedule for a car
POST/api/services
This endpoint creates a new service schedule for a car, including:
- Service type
- Service dates
- Provider information
- Initial status The operation requires the 'CanCreateServiceSchedule' permission.
Request
Responses
- 200
- 400
- 403
Returns the created service
Invalid request or car not available or Api Error
User lacks required permissions or Unauthenticated user