API for handling customer data, relationships, and order interactions within the FuelU2 network.
FuelU2 Customer API (1.0.0)
Download OpenAPI description
Overview
FuelU2 API Support
License
Languages
Servers
Mock server
https://developers.fuelu2.com/_mock/apis/customer/
Production server
https://api.fuelu2.com/
- Mock server
https://developers.fuelu2.com/_mock/apis/customer/Vehicles
- Production server
https://api.fuelu2.com/Vehicles
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://developers.fuelu2.com/_mock/apis/customer/Vehicles?AuxiliaryCapacity=0&Capacity=0&DriverId=497f6eca-6276-4993-bfeb-53cbbbba6f08&Make=string&Model=string&ProductId=497f6eca-6276-4993-bfeb-53cbbbba6f08&RegistrationExpiryDate=2019-08-24T14%3A15%3A22Z&RegistrationFile.ContentType=string&RegistrationFile.Data=string&RegistrationFile.FileName=string&RegistrationNumber=string&SubContractId=497f6eca-6276-4993-bfeb-53cbbbba6f08&Year=0' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
Response
application/json
{ "message": "Vehicle created successfully" }
- Mock server
https://developers.fuelu2.com/_mock/apis/customer/Vehicles
- Production server
https://api.fuelu2.com/Vehicles
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
https://developers.fuelu2.com/_mock/apis/customer/Vehicles \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json-patch+json' \
-d '{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}'
Response
application/json
{ "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6" }
- Mock server
https://developers.fuelu2.com/_mock/apis/customer/Vehicles/paged
- Production server
https://api.fuelu2.com/Vehicles/paged
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developers.fuelu2.com/_mock/apis/customer/Vehicles/paged?Page=0&PageSize=0&PermanentDriverOnly=true&ProductId=497f6eca-6276-4993-bfeb-53cbbbba6f08&SubContractIds=string&Text=string&RegistrationFile.FileName=string&RegistrationFile.Id=497f6eca-6276-4993-bfeb-53cbbbba6f08&RegistrationFile.CreatedOn=2019-08-24T14%3A15%3A22Z&RegistrationNumber=string&Year=0&Id=497f6eca-6276-4993-bfeb-53cbbbba6f08&CreatedOn=2019-08-24T14%3A15%3A22Z' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
Response
application/json
{ "items": [ { … } ], "page": 0, "pageCount": 0, "total": 0 }