Introduction to Business Employee Trip Management
¶ Overview
Employee Trip management provide set of APIs for easy handling of employee trips.
¶ API
| Method | Endpoint | Description |
|---|---|---|
| POST | /v2/employees/programs | Get programs of an employee |
| POST | /v2/employees/trips/estimates | Get trip estimates for an employee |
| GET | /v2/employees/zones | Retrieves a list of zones corresponding to specialized pickup locations. |
| POST | /v2/employees/trips | Book trip for an employee |
| GET | /v2/employees/trips/{} | Get trip details of an employee |
| PUT | /v2/employees/trips/{} | Update trip details of an employee |
| DELETE | /v2/employees/trips/trips/{} | Cancel trip of an employee |
| GET | /v2/employees/address/autocomplete | Autocomplete address |
| POST | /v1/trips/search | Search active and past trips |