Driver Schedule Special Event Types Ep
POST/v1/driver_schedule/special_event/types
List Special Event Types
Returns the list of available special event type names that can be assigned to drivers.
These types are configurable as Special Pay Configs with a type of "scheduled" in the payroll service.
Required Scopes (ids.r, ids.w)
Response
list[str]
The available special event type names.
Responses
- 200
Successful Response
- application/json
- Example (from schema)
[
"string"
]
Loading...