Skip to content

Latest commit

 

History

History
228 lines (225 loc) · 182 KB

File metadata and controls

228 lines (225 loc) · 182 KB

Fleetbase PHP SDK API coverage

Generated from the locked Postman contract at 9a7d4d898b4e74d735d93c78d67d4d5013c1a28b. This matrix contains exactly 220 requests.

“Mapped” means the public method and deterministic request fixture test exist. Live contract verification remains a separate isolated-stack release gate.

Collection / request Method and path Authentication SDK service / action Request fixture Response fixture Error fixture Deterministic test Live contract Status
Fleetbase API / Create a Contact POST {{base_url}}/{{namespace}}/contacts fleetbase-api-key Fleetbase\Sdk\Services\ContactService::createContact json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Delete a Contact DELETE {{base_url}}/{{namespace}}/contacts/:id fleetbase-api-key Fleetbase\Sdk\Services\ContactService::deleteContact path (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Query Contacts GET {{base_url}}/{{namespace}}/contacts fleetbase-api-key Fleetbase\Sdk\Services\ContactService::queryContacts query (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Retrieve a Contact GET {{base_url}}/{{namespace}}/contacts/:id fleetbase-api-key Fleetbase\Sdk\Services\ContactService::retrieveContact path (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Update a Contact PUT {{base_url}}/{{namespace}}/contacts/:id fleetbase-api-key Fleetbase\Sdk\Services\ContactService::updateContact path, json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Create a Customer POST {{base_url}}/{{namespace}}/customers fleetbase-api-key Fleetbase\Sdk\Services\CustomerService::createCustomer json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Create a Customer Order POST {{base_url}}/{{namespace}}/customers/orders customer-token Fleetbase\Sdk\Services\CustomerService::createCustomerOrder json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Forgot Customer Password POST {{base_url}}/{{namespace}}/customers/forgot-password fleetbase-api-key Fleetbase\Sdk\Services\CustomerService::forgotCustomerPassword json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / List Customer Orders GET {{base_url}}/{{namespace}}/customers/orders customer-token Fleetbase\Sdk\Services\CustomerService::listCustomerOrders path/method only (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / List Customer Places GET {{base_url}}/{{namespace}}/customers/places customer-token Fleetbase\Sdk\Services\CustomerService::listCustomerPlaces path/method only (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Login Customer POST {{base_url}}/{{namespace}}/customers/login fleetbase-api-key Fleetbase\Sdk\Services\CustomerService::loginCustomer json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Logout All Customer Sessions POST {{base_url}}/{{namespace}}/customers/logout-all customer-token Fleetbase\Sdk\Services\CustomerService::logoutAllCustomerSessions path/method only (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Logout Customer POST {{base_url}}/{{namespace}}/customers/logout customer-token Fleetbase\Sdk\Services\CustomerService::logoutCustomer path/method only (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Register Customer Device POST {{base_url}}/{{namespace}}/customers/register-device customer-token Fleetbase\Sdk\Services\CustomerService::registerCustomerDevice json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Request Customer Creation Code POST {{base_url}}/{{namespace}}/customers/request-creation-code fleetbase-api-key Fleetbase\Sdk\Services\CustomerService::requestCustomerCreationCode json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Request Customer Login SMS POST {{base_url}}/{{namespace}}/customers/login-with-sms fleetbase-api-key Fleetbase\Sdk\Services\CustomerService::requestCustomerLoginSms json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Reset Customer Password POST {{base_url}}/{{namespace}}/customers/reset-password fleetbase-api-key Fleetbase\Sdk\Services\CustomerService::resetCustomerPassword json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Retrieve Authenticated Customer GET {{base_url}}/{{namespace}}/customers/me customer-token Fleetbase\Sdk\Services\CustomerService::retrieveAuthenticatedCustomer path/method only (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Retrieve a Customer Order GET {{base_url}}/{{namespace}}/customers/orders/{{customer_order_id}} customer-token Fleetbase\Sdk\Services\CustomerService::retrieveCustomerOrder path/method only (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Update Authenticated Customer PUT {{base_url}}/{{namespace}}/customers/me customer-token Fleetbase\Sdk\Services\CustomerService::updateAuthenticatedCustomer json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Verify Customer Login Code POST {{base_url}}/{{namespace}}/customers/verify-code fleetbase-api-key Fleetbase\Sdk\Services\CustomerService::verifyCustomerLoginCode json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Attach Device POST {{base_url}}/{{namespace}}/devices/{{device_id}}/attach fleetbase-api-key Fleetbase\Sdk\Services\DeviceService::attachDevice json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Create a Device POST {{base_url}}/{{namespace}}/devices fleetbase-api-key Fleetbase\Sdk\Services\DeviceService::createDevice json body (source) 201 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Delete a Device DELETE {{base_url}}/{{namespace}}/devices/{{device_id}} fleetbase-api-key Fleetbase\Sdk\Services\DeviceService::deleteDevice path/method only (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Detach Device POST {{base_url}}/{{namespace}}/devices/{{device_id}}/detach fleetbase-api-key Fleetbase\Sdk\Services\DeviceService::detachDevice path/method only (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Query Devices GET {{base_url}}/{{namespace}}/devices fleetbase-api-key Fleetbase\Sdk\Services\DeviceService::queryDevices path/method only (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Retrieve a Device GET {{base_url}}/{{namespace}}/devices/{{device_id}} fleetbase-api-key Fleetbase\Sdk\Services\DeviceService::retrieveDevice path/method only (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Update a Device PUT {{base_url}}/{{namespace}}/devices/{{device_id}} fleetbase-api-key Fleetbase\Sdk\Services\DeviceService::updateDevice json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Change Driver Password POST {{base_url}}/{{namespace}}/drivers/:id/change-password fleetbase-api-key Fleetbase\Sdk\Services\DriverService::changeDriverPassword path, json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Create a Driver POST {{base_url}}/{{namespace}}/drivers fleetbase-api-key Fleetbase\Sdk\Services\DriverService::createDriver json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Delete a Driver DELETE {{base_url}}/{{namespace}}/drivers/:id fleetbase-api-key Fleetbase\Sdk\Services\DriverService::deleteDriver path (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Get Driver Current Organization GET {{base_url}}/{{namespace}}/drivers/:id/current-organization fleetbase-api-key Fleetbase\Sdk\Services\DriverService::getDriverCurrentOrganization path (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / List Driver Manifests GET {{base_url}}/{{namespace}}/drivers/:id/manifests fleetbase-api-key Fleetbase\Sdk\Services\DriverService::listDriverManifests path (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / List Driver Organizations GET {{base_url}}/{{namespace}}/drivers/:id/organizations fleetbase-api-key Fleetbase\Sdk\Services\DriverService::listDriverOrganizations path (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Login Driver POST {{base_url}}/{{namespace}}/drivers/login fleetbase-api-key Fleetbase\Sdk\Services\DriverService::loginDriver json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Query Drivers GET {{base_url}}/{{namespace}}/drivers fleetbase-api-key Fleetbase\Sdk\Services\DriverService::queryDrivers query (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Register Device POST {{base_url}}/{{namespace}}/drivers/register-device fleetbase-api-key Fleetbase\Sdk\Services\DriverService::registerDevice json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Register Driver Device POST {{base_url}}/{{namespace}}/drivers/:id/register-device fleetbase-api-key Fleetbase\Sdk\Services\DriverService::registerDriverDevice path, json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Request Driver Login SMS POST {{base_url}}/{{namespace}}/drivers/login-with-sms fleetbase-api-key Fleetbase\Sdk\Services\DriverService::requestDriverLoginSms json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Request Driver Password Reset POST {{base_url}}/{{namespace}}/drivers/forgot-password fleetbase-api-key Fleetbase\Sdk\Services\DriverService::requestDriverPasswordReset json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Reset Driver Password POST {{base_url}}/{{namespace}}/drivers/reset-password fleetbase-api-key Fleetbase\Sdk\Services\DriverService::resetDriverPassword json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Retrieve a Driver GET {{base_url}}/{{namespace}}/drivers/:id fleetbase-api-key Fleetbase\Sdk\Services\DriverService::retrieveDriver path (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Simulate Driver Route POST {{base_url}}/{{namespace}}/drivers/:id/simulate fleetbase-api-key Fleetbase\Sdk\Services\DriverService::simulateDriverRoute path, json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Switch Driver Organization POST {{base_url}}/{{namespace}}/drivers/:id/switch-organization fleetbase-api-key Fleetbase\Sdk\Services\DriverService::switchDriverOrganization path, json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Toggle Driver Online POST {{base_url}}/{{namespace}}/drivers/:id/toggle-online fleetbase-api-key Fleetbase\Sdk\Services\DriverService::toggleDriverOnline path, json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Track Driver PATCH {{base_url}}/{{namespace}}/drivers/:id/track fleetbase-api-key Fleetbase\Sdk\Services\DriverService::trackDriver path, text body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Update a Driver PUT {{base_url}}/{{namespace}}/drivers/:id fleetbase-api-key Fleetbase\Sdk\Services\DriverService::updateDriver path, json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Verify Driver Login Code POST {{base_url}}/{{namespace}}/drivers/verify-code fleetbase-api-key Fleetbase\Sdk\Services\DriverService::verifyDriverLoginCode json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Create an Entity POST {{base_url}}/{{namespace}}/entities fleetbase-api-key Fleetbase\Sdk\Services\EntityService::createEntity json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Delete a Entity DELETE {{base_url}}/{{namespace}}/entities/:id fleetbase-api-key Fleetbase\Sdk\Services\EntityService::deleteEntity path (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Query Entities GET {{base_url}}/{{namespace}}/entities fleetbase-api-key Fleetbase\Sdk\Services\EntityService::queryEntities query (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Retrieve an Entity GET {{base_url}}/{{namespace}}/entities/:id fleetbase-api-key Fleetbase\Sdk\Services\EntityService::retrieveEntity path (source) 200, 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Update a Entity PUT {{base_url}}/{{namespace}}/entities/:id fleetbase-api-key Fleetbase\Sdk\Services\EntityService::updateEntity path, json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Create Equipment POST {{base_url}}/{{namespace}}/equipment fleetbase-api-key Fleetbase\Sdk\Services\EquipmentService::createEquipment json body (source) 201 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Delete Equipment DELETE {{base_url}}/{{namespace}}/equipment/{{equipment_id}} fleetbase-api-key Fleetbase\Sdk\Services\EquipmentService::deleteEquipment path/method only (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Query Equipment GET {{base_url}}/{{namespace}}/equipment fleetbase-api-key Fleetbase\Sdk\Services\EquipmentService::queryEquipment path/method only (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Retrieve Equipment GET {{base_url}}/{{namespace}}/equipment/{{equipment_id}} fleetbase-api-key Fleetbase\Sdk\Services\EquipmentService::retrieveEquipment path/method only (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Update Equipment PUT {{base_url}}/{{namespace}}/equipment/{{equipment_id}} fleetbase-api-key Fleetbase\Sdk\Services\EquipmentService::updateEquipment json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Create a Fleet POST {{base_url}}/{{namespace}}/fleets fleetbase-api-key Fleetbase\Sdk\Services\FleetService::createFleet json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Delete a Fleet DELETE {{base_url}}/{{namespace}}/fleets/:id fleetbase-api-key Fleetbase\Sdk\Services\FleetService::deleteFleet path (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Query Fleets GET {{base_url}}/{{namespace}}/fleets fleetbase-api-key Fleetbase\Sdk\Services\FleetService::queryFleets query (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Retrieve a Fleet GET {{base_url}}/{{namespace}}/fleets/:id fleetbase-api-key Fleetbase\Sdk\Services\FleetService::retrieveFleet path (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Update a Fleet PUT {{base_url}}/{{namespace}}/fleets/:id fleetbase-api-key Fleetbase\Sdk\Services\FleetService::updateFleet path, json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Create a Fuel Report POST {{base_url}}/{{namespace}}/fuel-reports fleetbase-api-key Fleetbase\Sdk\Services\FuelReportService::createFuelReport json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Delete a Fuel Report DELETE {{base_url}}/{{namespace}}/fuel-reports/:id fleetbase-api-key Fleetbase\Sdk\Services\FuelReportService::deleteFuelReport path (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Query Fuel Reports GET {{base_url}}/{{namespace}}/fuel-reports fleetbase-api-key Fleetbase\Sdk\Services\FuelReportService::queryFuelReports query (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Retrieve a Fuel Report GET {{base_url}}/{{namespace}}/fuel-reports/:id fleetbase-api-key Fleetbase\Sdk\Services\FuelReportService::retrieveFuelReport path (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Update a Fuel Report PUT {{base_url}}/{{namespace}}/fuel-reports/:id fleetbase-api-key Fleetbase\Sdk\Services\FuelReportService::updateFuelReport path, json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Create a Fuel Transaction POST {{base_url}}/{{namespace}}/fuel-transactions fleetbase-api-key Fleetbase\Sdk\Services\FuelTransactionService::createFuelTransaction json body (source) 201 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Delete a Fuel Transaction DELETE {{base_url}}/{{namespace}}/fuel-transactions/{{fuel_transaction_id}} fleetbase-api-key Fleetbase\Sdk\Services\FuelTransactionService::deleteFuelTransaction path/method only (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Match Fuel Transaction Order POST {{base_url}}/{{namespace}}/fuel-transactions/{{fuel_transaction_id}}/match-order fleetbase-api-key Fleetbase\Sdk\Services\FuelTransactionService::matchFuelTransactionOrder json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Match Fuel Transaction Vehicle POST {{base_url}}/{{namespace}}/fuel-transactions/{{fuel_transaction_id}}/match-vehicle fleetbase-api-key Fleetbase\Sdk\Services\FuelTransactionService::matchFuelTransactionVehicle json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Query Fuel Transactions GET {{base_url}}/{{namespace}}/fuel-transactions fleetbase-api-key Fleetbase\Sdk\Services\FuelTransactionService::queryFuelTransactions path/method only (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Reprocess Fuel Transaction POST {{base_url}}/{{namespace}}/fuel-transactions/{{fuel_transaction_id}}/reprocess fleetbase-api-key Fleetbase\Sdk\Services\FuelTransactionService::reprocessFuelTransaction path/method only (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Retrieve a Fuel Transaction GET {{base_url}}/{{namespace}}/fuel-transactions/{{fuel_transaction_id}} fleetbase-api-key Fleetbase\Sdk\Services\FuelTransactionService::retrieveFuelTransaction path/method only (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Review Fuel Transaction POST {{base_url}}/{{namespace}}/fuel-transactions/{{fuel_transaction_id}}/review fleetbase-api-key Fleetbase\Sdk\Services\FuelTransactionService::reviewFuelTransaction json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Update a Fuel Transaction PUT {{base_url}}/{{namespace}}/fuel-transactions/{{fuel_transaction_id}} fleetbase-api-key Fleetbase\Sdk\Services\FuelTransactionService::updateFuelTransaction json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Get Driver Geofence History GET {{base_url}}/{{namespace}}/geofences/driver/:driverId/history fleetbase-api-key Fleetbase\Sdk\Services\GeofenceService::getDriverGeofenceHistory path, query (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Get Geofence Dwell Report GET {{base_url}}/{{namespace}}/geofences/dwell-report fleetbase-api-key Fleetbase\Sdk\Services\GeofenceService::getGeofenceDwellReport query (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Get Geofence Inventory GET {{base_url}}/{{namespace}}/geofences/inventory fleetbase-api-key Fleetbase\Sdk\Services\GeofenceService::getGeofenceInventory path/method only (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / List Geofence Events GET {{base_url}}/{{namespace}}/geofences/events fleetbase-api-key Fleetbase\Sdk\Services\GeofenceService::listGeofenceEvents query (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Create an Issue POST {{base_url}}/{{namespace}}/issues fleetbase-api-key Fleetbase\Sdk\Services\IssueService::createIssue json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Delete an Issue DELETE {{base_url}}/{{namespace}}/issues/:id fleetbase-api-key Fleetbase\Sdk\Services\IssueService::deleteIssue path (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Query Issues GET {{base_url}}/{{namespace}}/issues fleetbase-api-key Fleetbase\Sdk\Services\IssueService::queryIssues query (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Retrieve an Issue GET {{base_url}}/{{namespace}}/issues/:id fleetbase-api-key Fleetbase\Sdk\Services\IssueService::retrieveIssue path (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Update an Issue PUT {{base_url}}/{{namespace}}/issues/:id fleetbase-api-key Fleetbase\Sdk\Services\IssueService::updateIssue path, json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Render Label GET {{base_url}}/{{namespace}}/labels/:id fleetbase-api-key Fleetbase\Sdk\Services\LabelService::renderLabel path, query (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Optimize a Manifest POST {{base_url}}/{{namespace}}/manifests/:id/optimize fleetbase-api-key Fleetbase\Sdk\Services\ManifestService::optimizeManifest path, json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Retrieve a Manifest GET {{base_url}}/{{namespace}}/manifests/:id fleetbase-api-key Fleetbase\Sdk\Services\ManifestService::retrieveManifest path (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Update a Manifest Stop PATCH {{base_url}}/{{namespace}}/manifest-stops/:id fleetbase-api-key Fleetbase\Sdk\Services\ManifestService::updateManifestStop path, json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Get Driver Onboard Settings GET {{base_url}}/{{namespace}}/onboard/driver-onboard-settings/:companyId fleetbase-api-key Fleetbase\Sdk\Services\OnboardService::getDriverOnboardSettings path (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Commit Orchestrator Plan POST {{base_url}}/{{namespace}}/orchestrator/commit fleetbase-api-key Fleetbase\Sdk\Services\OrchestratorService::commitOrchestratorPlan json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Run Orchestrator POST {{base_url}}/{{namespace}}/orchestrator/run fleetbase-api-key Fleetbase\Sdk\Services\OrchestratorService::runOrchestrator json body (source) 200, 200, 200, 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Query Order Configs GET {{base_url}}/{{namespace}}/order-configs fleetbase-api-key Fleetbase\Sdk\Services\OrderConfigService::queryOrderConfigs path/method only (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Retrieve an Order Config GET {{base_url}}/{{namespace}}/order-configs/{{order_config_id}} fleetbase-api-key Fleetbase\Sdk\Services\OrderConfigService::retrieveOrderConfig path/method only (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Cancel an Order DELETE {{base_url}}/{{namespace}}/orders/:id/cancel fleetbase-api-key Fleetbase\Sdk\Services\OrderService::cancelOrder path (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Capture Photo for Order POST {{base_url}}/{{namespace}}/orders/:id/capture-photo/:subjectId fleetbase-api-key Fleetbase\Sdk\Services\OrderService::capturePhotoForOrder path, json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Capture QR Code for Order POST {{base_url}}/{{namespace}}/orders/:id/capture-qr/:subject-id fleetbase-api-key Fleetbase\Sdk\Services\OrderService::captureQrCodeForOrder path, json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Capture Signature for Order POST {{base_url}}/{{namespace}}/orders/:id/capture-signature/:subject-id fleetbase-api-key Fleetbase\Sdk\Services\OrderService::captureSignatureForOrder path, json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Complete an Order POST {{base_url}}/{{namespace}}/orders/:id/complete fleetbase-api-key Fleetbase\Sdk\Services\OrderService::completeOrder path (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Create an Order POST {{base_url}}/{{namespace}}/orders fleetbase-api-key Fleetbase\Sdk\Services\OrderService::createOrder json body (source) 201, 200, 200, 200, 200, 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Create an Order using Complete Payload POST {{base_url}}/{{namespace}}/orders fleetbase-api-key Fleetbase\Sdk\Services\OrderService::createOrderUsingCompletePayload json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Create an Order using Coordinates POST {{base_url}}/{{namespace}}/orders fleetbase-api-key Fleetbase\Sdk\Services\OrderService::createOrderUsingCoordinates json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Create an Order using GeoJSON Points POST {{base_url}}/{{namespace}}/orders fleetbase-api-key Fleetbase\Sdk\Services\OrderService::createOrderUsingGeojsonPoints json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Create an Order using Payload POST {{base_url}}/{{namespace}}/orders fleetbase-api-key Fleetbase\Sdk\Services\OrderService::createOrderUsingPayload json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Create an Order using Waypoints and Entities with Photos POST {{base_url}}/{{namespace}}/orders fleetbase-api-key Fleetbase\Sdk\Services\OrderService::createOrderUsingWaypointsAndEntitiesWithPhotos json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Create an Order using Waypoints and Entity Destinations POST {{base_url}}/{{namespace}}/orders fleetbase-api-key Fleetbase\Sdk\Services\OrderService::createOrderUsingWaypointsAndEntityDestinations json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Create an Order using only Pickup Dropoff POST {{base_url}}/{{namespace}}/orders fleetbase-api-key Fleetbase\Sdk\Services\OrderService::createOrderUsingOnlyPickupDropoff json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Create an Order using only Waypoints POST {{base_url}}/{{namespace}}/orders fleetbase-api-key Fleetbase\Sdk\Services\OrderService::createOrderUsingOnlyWaypoints json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Delete an Order DELETE {{base_url}}/{{namespace}}/orders/:id fleetbase-api-key Fleetbase\Sdk\Services\OrderService::deleteOrder path (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Dispatch an Order PATCH {{base_url}}/{{namespace}}/orders/:id/dispatch fleetbase-api-key Fleetbase\Sdk\Services\OrderService::dispatchOrder path (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Get Editable Entity Fields GET {{base_url}}/{{namespace}}/orders/:id/editable-entity-fields fleetbase-api-key Fleetbase\Sdk\Services\OrderService::getEditableEntityFields path (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Get Order Distance and Time GET {{base_url}}/{{namespace}}/orders/:id/distance-and-time fleetbase-api-key Fleetbase\Sdk\Services\OrderService::getOrderDistanceAndTime path (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Get Order ETA GET {{base_url}}/{{namespace}}/orders/:id/eta fleetbase-api-key Fleetbase\Sdk\Services\OrderService::getOrderEta path (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Get Order Next Activity GET {{base_url}}/{{namespace}}/orders/:id/next-activity fleetbase-api-key Fleetbase\Sdk\Services\OrderService::getOrderNextActivity path, query, json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Get Order Tracker GET {{base_url}}/{{namespace}}/orders/:id/tracker fleetbase-api-key Fleetbase\Sdk\Services\OrderService::getOrderTracker path (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / List Order Comments GET {{base_url}}/{{namespace}}/orders/:id/comments fleetbase-api-key Fleetbase\Sdk\Services\OrderService::listOrderComments path (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / List Order Proofs GET {{base_url}}/{{namespace}}/orders/:id/proofs/:subjectId fleetbase-api-key Fleetbase\Sdk\Services\OrderService::listOrderProofs path (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Query Orders GET {{base_url}}/{{namespace}}/orders fleetbase-api-key Fleetbase\Sdk\Services\OrderService::queryOrders query (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Retrieve an Order GET {{base_url}}/{{namespace}}/orders/{{order_id}} fleetbase-api-key Fleetbase\Sdk\Services\OrderService::retrieveOrder path/method only (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Schedule an Order PATCH {{base_url}}/{{namespace}}/orders/:id/schedule fleetbase-api-key Fleetbase\Sdk\Services\OrderService::scheduleOrder path, json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Set Order Destination PATCH {{base_url}}/{{namespace}}/orders/:id/set-destination/:placeId fleetbase-api-key Fleetbase\Sdk\Services\OrderService::setOrderDestination path, json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Start an Order POST {{base_url}}/{{namespace}}/orders/:id/start fleetbase-api-key Fleetbase\Sdk\Services\OrderService::startOrder path, json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Update Order Activity POST {{base_url}}/{{namespace}}/orders/:id/update-activity fleetbase-api-key Fleetbase\Sdk\Services\OrderService::updateOrderActivity path, json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Update an Order PUT {{base_url}}/{{namespace}}/orders/:id fleetbase-api-key Fleetbase\Sdk\Services\OrderService::updateOrder path, json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Get Current Organization GET {{base_url}}/{{namespace}}/organizations/current fleetbase-api-key Fleetbase\Sdk\Services\OrganizationService::getCurrentOrganization path/method only (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / List Organizations GET {{base_url}}/{{namespace}}/organizations fleetbase-api-key Fleetbase\Sdk\Services\OrganizationService::listOrganizations query (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Create a Part POST {{base_url}}/{{namespace}}/parts fleetbase-api-key Fleetbase\Sdk\Services\PartService::createPart json body (source) 201 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Delete a Part DELETE {{base_url}}/{{namespace}}/parts/{{part_id}} fleetbase-api-key Fleetbase\Sdk\Services\PartService::deletePart path/method only (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Query Parts GET {{base_url}}/{{namespace}}/parts fleetbase-api-key Fleetbase\Sdk\Services\PartService::queryParts path/method only (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Retrieve a Part GET {{base_url}}/{{namespace}}/parts/{{part_id}} fleetbase-api-key Fleetbase\Sdk\Services\PartService::retrievePart path/method only (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Update a Part PUT {{base_url}}/{{namespace}}/parts/{{part_id}} fleetbase-api-key Fleetbase\Sdk\Services\PartService::updatePart json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Create a Payload POST {{base_url}}/{{namespace}}/payloads fleetbase-api-key Fleetbase\Sdk\Services\PayloadService::createPayload json body (source) 200, 201, 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Delete a Payload DELETE {{base_url}}/{{namespace}}/payloads/:id fleetbase-api-key Fleetbase\Sdk\Services\PayloadService::deletePayload path (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Query Payloads GET {{base_url}}/{{namespace}}/payloads fleetbase-api-key Fleetbase\Sdk\Services\PayloadService::queryPayloads query (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Retrieve a Payload GET {{base_url}}/{{namespace}}/payloads/:id fleetbase-api-key Fleetbase\Sdk\Services\PayloadService::retrievePayload path (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Update a Payload PUT {{base_url}}/{{namespace}}/payloads/:id fleetbase-api-key Fleetbase\Sdk\Services\PayloadService::updatePayload path, json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Create a Place POST {{base_url}}/{{namespace}}/places fleetbase-api-key Fleetbase\Sdk\Services\PlaceService::createPlace json body (source) 200, 200, 200, 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Delete a Place DELETE {{base_url}}/{{namespace}}/places/:id fleetbase-api-key Fleetbase\Sdk\Services\PlaceService::deletePlace path (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / List all Places GET {{base_url}}/{{namespace}}/places fleetbase-api-key Fleetbase\Sdk\Services\PlaceService::listAllPlaces query (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Query Places GET {{base_url}}/{{namespace}}/places fleetbase-api-key Fleetbase\Sdk\Services\PlaceService::queryPlaces query (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Retrieve a Place GET {{base_url}}/{{namespace}}/places/:id fleetbase-api-key Fleetbase\Sdk\Services\PlaceService::retrievePlace path (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Search Places GET {{base_url}}/{{namespace}}/places/search fleetbase-api-key Fleetbase\Sdk\Services\PlaceService::searchPlaces query (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Update a Place PUT {{base_url}}/{{namespace}}/places/:id fleetbase-api-key Fleetbase\Sdk\Services\PlaceService::updatePlace path, json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Create a Purchase Rate POST {{base_url}}/{{namespace}}/purchase-rates fleetbase-api-key Fleetbase\Sdk\Services\PurchaseRateService::createPurchaseRate json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Query Purchase Rates GET {{base_url}}/{{namespace}}/purchase-rates fleetbase-api-key Fleetbase\Sdk\Services\PurchaseRateService::queryPurchaseRates query (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Retrieve a Purchase Rate GET {{base_url}}/{{namespace}}/purchase-rates/:id fleetbase-api-key Fleetbase\Sdk\Services\PurchaseRateService::retrievePurchaseRate path (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Create a Sensor POST {{base_url}}/{{namespace}}/sensors fleetbase-api-key Fleetbase\Sdk\Services\SensorService::createSensor json body (source) 201 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Delete a Sensor DELETE {{base_url}}/{{namespace}}/sensors/{{sensor_id}} fleetbase-api-key Fleetbase\Sdk\Services\SensorService::deleteSensor path/method only (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Query Sensors GET {{base_url}}/{{namespace}}/sensors fleetbase-api-key Fleetbase\Sdk\Services\SensorService::querySensors path/method only (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Retrieve a Sensor GET {{base_url}}/{{namespace}}/sensors/{{sensor_id}} fleetbase-api-key Fleetbase\Sdk\Services\SensorService::retrieveSensor path/method only (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Update a Sensor PUT {{base_url}}/{{namespace}}/sensors/{{sensor_id}} fleetbase-api-key Fleetbase\Sdk\Services\SensorService::updateSensor json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Create a Service Area POST {{base_url}}/{{namespace}}/service-areas fleetbase-api-key Fleetbase\Sdk\Services\ServiceAreaService::createServiceArea json body (source) 200, 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Delete a Service Area DELETE {{base_url}}/{{namespace}}/service-areas/:id fleetbase-api-key Fleetbase\Sdk\Services\ServiceAreaService::deleteServiceArea path (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Query Service Areas GET {{base_url}}/{{namespace}}/service-areas fleetbase-api-key Fleetbase\Sdk\Services\ServiceAreaService::queryServiceAreas query (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Retrieve a Service Area GET {{base_url}}/{{namespace}}/service-areas/:id fleetbase-api-key Fleetbase\Sdk\Services\ServiceAreaService::retrieveServiceArea path (source) 200, 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Update a Service Area PUT {{base_url}}/{{namespace}}/service-areas/:id fleetbase-api-key Fleetbase\Sdk\Services\ServiceAreaService::updateServiceArea path, json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Query Service Quotes GET {{base_url}}/{{namespace}}/service-quotes fleetbase-api-key Fleetbase\Sdk\Services\ServiceQuoteService::queryServiceQuotes query, json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Retrieve a Service Quote GET {{base_url}}/{{namespace}}/service-quotes/:id fleetbase-api-key Fleetbase\Sdk\Services\ServiceQuoteService::retrieveServiceQuote path (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Create a Service Rate POST {{base_url}}/{{namespace}}/service-rates fleetbase-api-key Fleetbase\Sdk\Services\ServiceRateService::createServiceRate json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Delete a Service Rate DELETE {{base_url}}/{{namespace}}/service-rates/:id fleetbase-api-key Fleetbase\Sdk\Services\ServiceRateService::deleteServiceRate path, json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Query Service Rates GET {{base_url}}/{{namespace}}/service-rates fleetbase-api-key Fleetbase\Sdk\Services\ServiceRateService::queryServiceRates query, json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Retrieve a Service Rate GET {{base_url}}/{{namespace}}/service-rates/:id fleetbase-api-key Fleetbase\Sdk\Services\ServiceRateService::retrieveServiceRate path (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Update a Service Rate PUT {{base_url}}/{{namespace}}/service-rates/:id fleetbase-api-key Fleetbase\Sdk\Services\ServiceRateService::updateServiceRate path, json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Create a Tracking Number POST {{base_url}}/{{namespace}}/tracking-numbers fleetbase-api-key Fleetbase\Sdk\Services\TrackingNumberService::createTrackingNumber json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Decode Tracking Number QR POST {{base_url}}/{{namespace}}/tracking-numbers/from-qr fleetbase-api-key Fleetbase\Sdk\Services\TrackingNumberService::decodeTrackingNumberQr json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Delete a Tracking Number DELETE {{base_url}}/{{namespace}}/tracking-numbers/:id fleetbase-api-key Fleetbase\Sdk\Services\TrackingNumberService::deleteTrackingNumber path (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Query Tracking Numbers GET {{base_url}}/{{namespace}}/tracking-numbers fleetbase-api-key Fleetbase\Sdk\Services\TrackingNumberService::queryTrackingNumbers query (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Retrieve a Tracking Number GET {{base_url}}/{{namespace}}/tracking-numbers/:id fleetbase-api-key Fleetbase\Sdk\Services\TrackingNumberService::retrieveTrackingNumber path (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Create a Tracking Status POST {{base_url}}/{{namespace}}/tracking-statuses fleetbase-api-key Fleetbase\Sdk\Services\TrackingStatusService::createTrackingStatus json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Delete a Tracking Status DELETE {{base_url}}/{{namespace}}/tracking-statuses/:id fleetbase-api-key Fleetbase\Sdk\Services\TrackingStatusService::deleteTrackingStatus path (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Query Tracking Statuses GET {{base_url}}/{{namespace}}/tracking-statuses fleetbase-api-key Fleetbase\Sdk\Services\TrackingStatusService::queryTrackingStatuses query (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Retrieve a Tracking Status GET {{base_url}}/{{namespace}}/tracking-statuses/:id fleetbase-api-key Fleetbase\Sdk\Services\TrackingStatusService::retrieveTrackingStatus path (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Update a Tracking Status PUT {{base_url}}/{{namespace}}/tracking-statuses/:id fleetbase-api-key Fleetbase\Sdk\Services\TrackingStatusService::updateTrackingStatus path, json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Create a Vehicle POST {{base_url}}/{{namespace}}/vehicles fleetbase-api-key Fleetbase\Sdk\Services\VehicleService::createVehicle json body (source) 201 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Delete a Vehicle DELETE {{base_url}}/{{namespace}}/vehicles/:id fleetbase-api-key Fleetbase\Sdk\Services\VehicleService::deleteVehicle path (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Query Vehicles GET {{base_url}}/{{namespace}}/vehicles fleetbase-api-key Fleetbase\Sdk\Services\VehicleService::queryVehicles query (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Retrieve a Vehicle GET {{base_url}}/{{namespace}}/vehicles/:id fleetbase-api-key Fleetbase\Sdk\Services\VehicleService::retrieveVehicle path (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Track Vehicle PATCH {{base_url}}/{{namespace}}/vehicles/:id/track fleetbase-api-key Fleetbase\Sdk\Services\VehicleService::trackVehicle path, text body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Update a Vehicle PUT {{base_url}}/{{namespace}}/vehicles/:id fleetbase-api-key Fleetbase\Sdk\Services\VehicleService::updateVehicle path, json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Create a Vendor POST {{base_url}}/{{namespace}}/vendors fleetbase-api-key Fleetbase\Sdk\Services\VendorService::createVendor json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Delete a Vendor DELETE {{base_url}}/{{namespace}}/vendors/:id fleetbase-api-key Fleetbase\Sdk\Services\VendorService::deleteVendor path (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Query Vendors GET {{base_url}}/{{namespace}}/vendors fleetbase-api-key Fleetbase\Sdk\Services\VendorService::queryVendors query (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Retrieve a Vendor GET {{base_url}}/{{namespace}}/vendors/:id fleetbase-api-key Fleetbase\Sdk\Services\VendorService::retrieveVendor path (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Update a Vendor PUT {{base_url}}/{{namespace}}/vendors/:id fleetbase-api-key Fleetbase\Sdk\Services\VendorService::updateVendor path, json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Create a Work Order POST {{base_url}}/{{namespace}}/work-orders fleetbase-api-key Fleetbase\Sdk\Services\WorkOrderService::createWorkOrder json body (source) 201 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Delete a Work Order DELETE {{base_url}}/{{namespace}}/work-orders/{{work_order_id}} fleetbase-api-key Fleetbase\Sdk\Services\WorkOrderService::deleteWorkOrder path/method only (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Query Work Orders GET {{base_url}}/{{namespace}}/work-orders fleetbase-api-key Fleetbase\Sdk\Services\WorkOrderService::queryWorkOrders path/method only (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Retrieve a Work Order GET {{base_url}}/{{namespace}}/work-orders/{{work_order_id}} fleetbase-api-key Fleetbase\Sdk\Services\WorkOrderService::retrieveWorkOrder path/method only (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Send Work Order POST {{base_url}}/{{namespace}}/work-orders/{{work_order_id}}/send fleetbase-api-key Fleetbase\Sdk\Services\WorkOrderService::sendWorkOrder path/method only (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Update a Work Order PUT {{base_url}}/{{namespace}}/work-orders/{{work_order_id}} fleetbase-api-key Fleetbase\Sdk\Services\WorkOrderService::updateWorkOrder json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Create a Zone POST {{base_url}}/{{namespace}}/zones fleetbase-api-key Fleetbase\Sdk\Services\ZoneService::createZone json body (source) 201, 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Delete a Zone DELETE {{base_url}}/{{namespace}}/zones/:id fleetbase-api-key Fleetbase\Sdk\Services\ZoneService::deleteZone path (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Query Zones GET {{base_url}}/{{namespace}}/zones fleetbase-api-key Fleetbase\Sdk\Services\ZoneService::queryZones query (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Retrieve a zone GET {{base_url}}/{{namespace}}/zones/:id fleetbase-api-key Fleetbase\Sdk\Services\ZoneService::retrieveZone path (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase API / Update a Zone PUT {{base_url}}/{{namespace}}/zones/:id fleetbase-api-key Fleetbase\Sdk\Services\ZoneService::updateZone path, json body (source) 200 HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase Core API / Add Participant POST {{base_url}}/{{namespace}}/chat-channels/:id/add-participant fleetbase-api-key Fleetbase\Sdk\Services\ChatChannelService::addParticipant path, json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase Core API / Create Chat Channel POST {{base_url}}/{{namespace}}/chat-channels fleetbase-api-key Fleetbase\Sdk\Services\ChatChannelService::createChatChannel json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase Core API / Create Read Receipt POST {{base_url}}/{{namespace}}/chat-channels/read-message/:chatMessageId fleetbase-api-key Fleetbase\Sdk\Services\ChatChannelService::createReadReceipt path, json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase Core API / Delete Chat Channel DELETE {{base_url}}/{{namespace}}/chat-channels/:id fleetbase-api-key Fleetbase\Sdk\Services\ChatChannelService::deleteChatChannel path (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase Core API / Delete Message DELETE {{base_url}}/{{namespace}}/chat-channels/delete-message/:chatMessageId fleetbase-api-key Fleetbase\Sdk\Services\ChatChannelService::deleteMessage path (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase Core API / List Available Participants GET {{base_url}}/{{namespace}}/chat-channels/available-participants fleetbase-api-key Fleetbase\Sdk\Services\ChatChannelService::listAvailableParticipants query (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase Core API / Query Chat Channels GET {{base_url}}/{{namespace}}/chat-channels fleetbase-api-key Fleetbase\Sdk\Services\ChatChannelService::queryChatChannels query (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase Core API / Remove Participant DELETE {{base_url}}/{{namespace}}/chat-channels/remove-participant/:participantId fleetbase-api-key Fleetbase\Sdk\Services\ChatChannelService::removeParticipant path (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase Core API / Retrieve Chat Channel GET {{base_url}}/{{namespace}}/chat-channels/:id fleetbase-api-key Fleetbase\Sdk\Services\ChatChannelService::retrieveChatChannel path (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase Core API / Send Message POST {{base_url}}/{{namespace}}/chat-channels/:id/send-message fleetbase-api-key Fleetbase\Sdk\Services\ChatChannelService::sendMessage path, json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase Core API / Update Chat Channel PUT {{base_url}}/{{namespace}}/chat-channels/:id fleetbase-api-key Fleetbase\Sdk\Services\ChatChannelService::updateChatChannel path, json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase Core API / Create Comment POST {{base_url}}/{{namespace}}/comments fleetbase-api-key Fleetbase\Sdk\Services\CommentService::createComment json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase Core API / Delete Comment DELETE {{base_url}}/{{namespace}}/comments/:id fleetbase-api-key Fleetbase\Sdk\Services\CommentService::deleteComment path (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase Core API / Query Comments GET {{base_url}}/{{namespace}}/comments fleetbase-api-key Fleetbase\Sdk\Services\CommentService::queryComments query (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase Core API / Retrieve Comment GET {{base_url}}/{{namespace}}/comments/:id fleetbase-api-key Fleetbase\Sdk\Services\CommentService::retrieveComment path (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase Core API / Update Comment PUT {{base_url}}/{{namespace}}/comments/:id fleetbase-api-key Fleetbase\Sdk\Services\CommentService::updateComment path, json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase Core API / Delete a File DELETE {{base_url}}/{{namespace}}/files/:id fleetbase-api-key Fleetbase\Sdk\Services\FileService::deleteFile path (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase Core API / Download File GET {{base_url}}/{{namespace}}/files/:id/download fleetbase-api-key Fleetbase\Sdk\Services\FileService::downloadFile path (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase Core API / Query Files GET {{base_url}}/{{namespace}}/files fleetbase-api-key Fleetbase\Sdk\Services\FileService::queryFiles query (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase Core API / Retrieve a File GET {{base_url}}/{{namespace}}/files/:id fleetbase-api-key Fleetbase\Sdk\Services\FileService::retrieveFile path (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase Core API / Update File PUT {{base_url}}/{{namespace}}/files/:id fleetbase-api-key Fleetbase\Sdk\Services\FileService::updateFile path, json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase Core API / Upload Base64 File POST {{base_url}}/{{namespace}}/files/base64 fleetbase-api-key Fleetbase\Sdk\Services\FileService::uploadBase64File json body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase Core API / Upload File POST {{base_url}}/{{namespace}}/files fleetbase-api-key Fleetbase\Sdk\Services\FileService::uploadFile formdata body (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete
Fleetbase Core API / Get Current Organization GET {{base_url}}/{{namespace}}/organizations/current fleetbase-api-key Fleetbase\Sdk\Services\OrganizationService::getCurrentOrganization path/method only (source) No official example HTTP status mapping endpoint fixture Official collection through SDK bridge complete