# Vehicles ## Create/Edit A Vehicle - [POST /Vehicles](https://developers.fuelu2.com/apis/customer/vehicles/createvehicle.md): Creates a new vehicle record with registration details and capacity information. ## Delete A Vehicle - [DELETE /Vehicles](https://developers.fuelu2.com/apis/customer/vehicles/paths/~1vehicles/delete.md): Deletes an existing vehicle by specifying its unique ID and creation timestamp. ## Get A Paged Vehicles List - [GET /Vehicles/paged](https://developers.fuelu2.com/apis/customer/vehicles/getpagedvehicles.md): Retrieves a paginated list of vehicles with optional filters for customer, product, subcontract, and search text.