# Starter Kit ## Docs - [Create Load](https://apidocs.datatruck.io/api-reference/endpoint/create_load.md): This endpoint allows users to create a new load in the Datatruck Transportation Management System (TMS). - [Create Work Order](https://apidocs.datatruck.io/api-reference/endpoint/create_work_order.md): Creates a new work order with associated tasks, compensation details, and notes. - [Dispatcher Board List](https://apidocs.datatruck.io/api-reference/endpoint/get_dispatcher_board.md): Retrieve a list of work orders with related tasks, payments, and tags. - [Driver List](https://apidocs.datatruck.io/api-reference/endpoint/get_driver_list.md): Retrieves a paginated list of drivers, including their truck, trailer, dispatcher details, and other attributes such as contact information, status, and driver type. - [Get Load](https://apidocs.datatruck.io/api-reference/endpoint/get_load.md): Fetch details of a specific order by its ID. - [Get Loads List](https://apidocs.datatruck.io/api-reference/endpoint/get_loads_list.md) - [Trailer List](https://apidocs.datatruck.io/api-reference/endpoint/get_trailer_list.md): Retrieves a paginated list of trailers, including their driver operators, trailer types, dispatch statuses, and other attributes such as unit number, VIN, make, model, and year. - [Truck List](https://apidocs.datatruck.io/api-reference/endpoint/get_truck_list.md): Retrieves a paginated list of trucks, including their unit number, plate number, VIN, make, model, year, status, and state. - [Get Work Order List](https://apidocs.datatruck.io/api-reference/endpoint/get_work_order_list.md): Retrieve a list of work orders with related tasks, payments, and tags. - [Create Driver](https://apidocs.datatruck.io/api-reference/endpoint/post_create_driver.md): Creates a new driver with the provided details, including name, contact information, driver type, employee status, and optional license and dispatch information. - [Create trailer](https://apidocs.datatruck.io/api-reference/endpoint/post_create_trailer.md): Creates a new trailer with the provided details, including make, model, year, unit number, VIN, and optional fields such as plate number, state, status, and driver assignments. - [Create truck](https://apidocs.datatruck.io/api-reference/endpoint/post_create_truck.md): Creates a new truck with the provided details, including make, model, year, plate number, unit number, VIN, state, ownership, and optional fields such as status, driver assignments, and warranty information. - [Update driver](https://apidocs.datatruck.io/api-reference/endpoint/update_driver.md) - [Introduction](https://apidocs.datatruck.io/api-reference/introduction.md): Welcome to the Datatruck open API documentation ## OpenAPI Specs - [openapi](https://apidocs.datatruck.io/api-reference/openapi.json)