# Route4Me API - Route Optimization, Dispatch and Fleet Management Documentation ## Guides - [Getting Started](https://integrate.route4me.com/docs/getting_started.md) - [Authentication & Sign-In](https://integrate.route4me.com/docs/authentication-sign-in.md) - [Authorization & Permissions](https://integrate.route4me.com/docs/authorization-permissions.md) - [Azure Entra ID SAML](https://integrate.route4me.com/docs/azure-entra-id-saml.md) - [Okta SAML](https://integrate.route4me.com/docs/okta-saml-route4me-saml-okta-integration.md) - [SAML Single Sign-On](https://integrate.route4me.com/docs/saml-single-sign-on.md) ## API Reference - [Create Customer](https://integrate.route4me.com/reference/create-customer.md): Create a customer. This endpoint allows you to create a new record with customer details such as contact details, preferences, and account status. - [Delete Customer](https://integrate.route4me.com/reference/delete-customer.md): Delete a customer. This endpoint allows you to delete a record including customer information, contact details, preferences, and account status. - [Get Customer](https://integrate.route4me.com/reference/get-customer.md): Get a customer by ID. This endpoint retrieves detailed information based on the unique identifier. - [List Customers](https://integrate.route4me.com/reference/list-customers.md): Get list with customers data. This endpoint retrieves detailed information with filtering and pagination options. - [Update Customer](https://integrate.route4me.com/reference/update-customer.md): Update a customer. This endpoint allows you to update an existing record including customer information, contact details, preferences, and account status. - [Find Best Insertion Positions (Async)](https://integrate.route4me.com/reference/lookup-for-new-destination-async.md): Asynchronously find the best positions to insert a new destination into existing routes. Enqueues the lookup and immediately returns a job identifier; poll the job-tracker status endpoint and then fetch the result. - [Find Best Insertion Positions](https://integrate.route4me.com/reference/lookup-for-new-destination.md): Synchronously find the best positions to insert a new destination into existing routes. Evaluates candidate routes and positions and returns the list of best insertion options inline. - [Create Facility](https://integrate.route4me.com/reference/create-facility.md): Create facility. This endpoint allows you to create a new record with facility details such as location, assets, and operational information. - [Delete Facility](https://integrate.route4me.com/reference/delete-facility.md): Delete facility. This endpoint allows you to delete a record with facility details such as location, assets, and operational information. - [Get Facility](https://integrate.route4me.com/reference/get-facility.md): Get facility by it ID. This endpoint retrieves detailed information with facility details such as location, assets, and operational information. - [List Facilities](https://integrate.route4me.com/reference/list-facilities.md): Get facilities. This endpoint retrieves detailed information with record details. - [Update Facility](https://integrate.route4me.com/reference/update-facility.md): Update facility. This endpoint allows you to update an existing record with facility details such as location, assets, and operational information. - [Bulk Update Facility Custom Data](https://integrate.route4me.com/reference/bulk-update-facility-custom-data.md): Update facilities custom data in bulk. This endpoint allows you to update an existing record with facility details such as location, assets, and operational information. - [Get Facilities Custom Data](https://integrate.route4me.com/reference/get-facilities-custom-data.md): Get Facilities Custom Data by Facility Ids. - [Get Facility Custom Data](https://integrate.route4me.com/reference/get-facility-custom-data.md): Get custom data for a facility. This endpoint performs the requested operation with facility details such as location, assets, and operational information. - [Update Facility Custom Data](https://integrate.route4me.com/reference/update-facility-custom-data.md): Update facility custom data. This endpoint allows you to update an existing record with facility details such as location, assets, and operational information. - [Get Facility Type](https://integrate.route4me.com/reference/get-facility-type.md): Facility type details. This endpoint performs the requested operation with facility details such as location, assets, and operational information. - [List Facility Types](https://integrate.route4me.com/reference/list-facility-types.md): Facility types list. This endpoint retrieves a list of records with filtering and pagination options. - [Bulk Geocode](https://integrate.route4me.com/reference/bulk-geocode.md): Geocode multiple addresses in a single request. - [Forward Geocode](https://integrate.route4me.com/reference/forward-geocode.md): Forward geocoding (address to coordinates). Same as basic geocoding via POST with a request body. - [Reverse Geocode](https://integrate.route4me.com/reference/reverse-geocode.md): Reverse geocoding (coordinates to address). Returns address for given lat/lng. - [Authentication](https://integrate.route4me.com/reference/authenticate-member.md): Authenticate an existing member using credentials from the request payload. - [Register Account Owner](https://integrate.route4me.com/reference/register-member.md): Register a new member using registration params from the request payload. - [Create Address](https://integrate.route4me.com/reference/create-address.md): Add a new Address Book Contact by sending a body payload with the corresponding parameters. - [Create Addresses](https://integrate.route4me.com/reference/create-addresses.md): Add multiple new Address Book Contacts by sending a body payload with the array of the corresponding Address parameters. - [Delete Addresses (Selected Areas)](https://integrate.route4me.com/reference/delete-addresses-selected-areas.md): Delete the Address Book Contacts located in the selected areas by sending the corresponding body payload. - [Delete Addresses](https://integrate.route4me.com/reference/delete-addresses.md): Delete multiple Address Book Contacts by sending a body payload with the array of the corresponding Address IDs. - [Get Address Clusters](https://integrate.route4me.com/reference/get-address-clusters-by-body.md): Get the Address clusters by sending the corresponding body payload. - [Get Address Clusters](https://integrate.route4me.com/reference/get-address-clusters.md): Get the Address clusters filtered by the corresponding query text, and with the option to filter the result by the 'routed' and 'unrouted' state. - [Get Address Custom Fields](https://integrate.route4me.com/reference/get-address-custom-fields.md): Get all Address custom fields. This endpoint retrieves detailed information with address details such as location data, contact details, and custom fields. - [Find Address](https://integrate.route4me.com/reference/get-address.md): Find an Address by sending the 'address_id' query parameter. - [Find Addresses](https://integrate.route4me.com/reference/get-addresses.md): Find multiple Addresses by sending a body payload with the array of the corresponding Address IDs. - [Get Depots Addresses](https://integrate.route4me.com/reference/get-depots-addresses.md): Get depots Addresses. This endpoint retrieves detailed information with address details such as location data, contact details, and custom fields. - [Update Address](https://integrate.route4me.com/reference/update-address.md): Update the Address Book Contact by specifying the 'address_id' path parameter and by sending a body payload with the corresponding Address parameters. - [Update Addresses (Async)](https://integrate.route4me.com/reference/update-addresses-async.md): Asynchronous updating multiple Address Book Contacts by sending a body payload with the array of the corresponding Address IDs and Address parameters. - [Update Addresses (Selected Areas)](https://integrate.route4me.com/reference/update-addresses-selected-areas.md): Update Address Book Contacts by sending a body payload with the corresponding query text and specified territory areas. - [Update Addresses](https://integrate.route4me.com/reference/update-addresses.md): Update multiple Address Book Contacts by sending a body payload with the array of the corresponding Address IDs and Address parameters. - [Filter by the Address Book Group rules and cluster output](https://integrate.route4me.com/reference/filter-and-cluster.md): Filter and cluster the Address Book Contacts by sending a body payload with the option to specify the Address showing option and cluster precision values by the corresponding query parameters. - [Filter by Address Book Group rules and output as a list of Addresses](https://integrate.route4me.com/reference/filter-and-list.md): Filter the Address Book Contacts by the Address Book Group rules by sending the corresponding body payload with the option to filter the Contacts by 'Routed' or 'Unrouted'. - [Filter by Address Book Group ID and cluster output](https://integrate.route4me.com/reference/filter-by-group-id-and-cluster.md): Filter ad Cluster the Address Book Contacts by sending the corresponding body payload and by specifying the 'display', 'group_id' and 'precision' query parameters. - [Filter by Address Book Group ID and output as a list of Addresses](https://integrate.route4me.com/reference/filter-by-group-id-and-list.md): Filter the Address Book Contacts by sending the corresponding body payload and by specifying the 'display' and 'group_id' query parameters. - [Create Address Book Group](https://integrate.route4me.com/reference/create-group.md): Add a new Address Book Group by sending a body payload with the corresponding Address Book Group parameters. - [Delete Address Book Group](https://integrate.route4me.com/reference/delete-group.md): Delete the Address Book Group by specifying the 'group' path parameter. - [Find Address Book Group](https://integrate.route4me.com/reference/get-group.md): Find the Address Book Group by specifying the 'group' path parameter. - [Get Address Book Groups](https://integrate.route4me.com/reference/list-groups.md): Get all Address Book Groups. This endpoint retrieves detailed information with filtering and pagination options. - [Update Address Book Group](https://integrate.route4me.com/reference/update-group.md): Update the Address Book Group by specifying the 'group' path parameter and by sending a body payload with the corresponding Address Book Group parameters. - [Sort Address Book Groups](https://integrate.route4me.com/reference/update-groups-positions.md): Change address book groups positions (group sort order) by sending a body payload with the all group ids (hex) in the new sorting order. - [List Addresses (Paginated)](https://integrate.route4me.com/reference/list-addresses-paginated.md): Get a paginated list of all Addresses. - [List Addresses](https://integrate.route4me.com/reference/list-addresses.md): Get all Addresses filtered by specifying the corresponding query parameters. - [Create Location Type](https://integrate.route4me.com/reference/create-location-type.md): Create location type. This endpoint allows you to create a new record with location details such as coordinates, address, and metadata. - [Delete Location Type](https://integrate.route4me.com/reference/delete-location-type.md): Delete location type. This endpoint allows you to delete a record with location details such as coordinates, address, and metadata. - [Get Location Type](https://integrate.route4me.com/reference/get-location-type.md): Get location type by Id. This endpoint retrieves detailed information based on the unique identifier. - [List Location Types](https://integrate.route4me.com/reference/list-location-types.md): Get location types. This endpoint retrieves detailed information with location details such as coordinates, address, and metadata. - [Update Location Type](https://integrate.route4me.com/reference/update-location-type.md): Update location type. This endpoint allows you to update an existing record with location details such as coordinates, address, and metadata. - [Get Clustered Locations](https://integrate.route4me.com/reference/get-clustered-locations.md): Get clustered locations. This endpoint retrieves detailed information with location details such as coordinates, address, and metadata. - [Get Location Heatmap](https://integrate.route4me.com/reference/get-location-heatmap.md): Get a heat map of the locations. - [Get Location Service-Time Heatmap](https://integrate.route4me.com/reference/get-location-service-time-heatmap.md): Get a location service-time heatmap. This endpoint retrieves detailed information with location details such as coordinates, address, and metadata. - [Get Territories with Location Counts](https://integrate.route4me.com/reference/get-territories-with-location-counts.md): Get territories with the number of locations. - [LIst Locations](https://integrate.route4me.com/reference/list-locations.md): Get list with locations data. This endpoint retrieves detailed information with filtering and pagination options. - [Create Orders from Contacts](https://integrate.route4me.com/reference/create-orders-from-contacts.md): Create orders from contacts. This endpoint allows you to create a new record with order details such as items, shipping details, and status. - [Search Addresses (Paginated)](https://integrate.route4me.com/reference/search-addresses-paginated.md): Get the paginated list of all Addresses filtered and sorted by sending the corresponding body payload, with the option to search by the specified areas. - [Search Addresses](https://integrate.route4me.com/reference/search-addresses.md): Get all Addresses filtered and sorted by sending the corresponding body payload, with the option to search by the specified areas. - [Create Temporal Access Address](https://integrate.route4me.com/reference/create-temporal-access-address.md): Insert a new temporal access address into the database by sending the corresponding body payload. - [Create Temporal Access Addresses (Async)](https://integrate.route4me.com/reference/create-temporal-access-addresses-async.md): Insert a new temporal access addresses into the database asynchronously by sending the corresponding body payload. - [Create Optimization Profile](https://integrate.route4me.com/reference/create-optimization-profile.md): Store new Optimization Profile. This endpoint allows you to create a new record with profile details such as settings, preferences, and configuration. - [Delete Optimization Profile](https://integrate.route4me.com/reference/delete-optimization-profile.md): Delete Optimization Profile by id. This endpoint allows you to delete a record based on the unique identifier. - [Delete Optimization Profiles](https://integrate.route4me.com/reference/delete-optimization-profiles.md): Delete optimization profiles entities. This endpoint allows you to delete a record with profile details such as settings, preferences, and configuration. - [Get Optimization Profiles Template](https://integrate.route4me.com/reference/get-optimization-profiles-template.md): Get optimization profiles entities template. This endpoint retrieves detailed information with profile details such as settings, preferences, and configuration. - [Get Optimization Profiles](https://integrate.route4me.com/reference/get-optimization-profiles.md): Get optimization profiles entities. This endpoint retrieves detailed information with profile details such as settings, preferences, and configuration. - [Update Optimization Profiles](https://integrate.route4me.com/reference/update-optimization-profiles.md): Save optimization profiles entities. This endpoint allows you to create a new record including entities information. - [Get Optimization Profile](https://integrate.route4me.com/reference/get-optimization-profile.md): Get Optimization Profile by id. This endpoint retrieves detailed information based on the unique identifier. - [List Optimization Profiles](https://integrate.route4me.com/reference/list-optimization-profiles.md): Get Optimization Profiles. This endpoint retrieves detailed information with profile details such as settings, preferences, and configuration. - [Search Optimization Profiles](https://integrate.route4me.com/reference/search-optimization-profiles.md): Get optimization profiles. This endpoint retrieves detailed information with profile details such as settings, preferences, and configuration. - [Update Optimization Profile](https://integrate.route4me.com/reference/update-optimization-profile.md): Update Optimization Profile. This endpoint allows you to update an existing record with profile details such as settings, preferences, and configuration. - [Create Optimization](https://integrate.route4me.com/reference/create-optimization.md): Store a New Optimization in Database. This endpoint allows you to create a new record with optimization problem details such as routes, addresses, and configuration parameters. - [Delete Optimization](https://integrate.route4me.com/reference/delete-optimization.md): Remove an Optimization from Database. This endpoint allows you to delete a record with optimization problem details such as routes, addresses, and configuration parameters. - [List Optimizations](https://integrate.route4me.com/reference/list-optimizations.md): Get a list of all the optimizations or single optimization if the parameter idParam is specified. - [Re-run Optimization](https://integrate.route4me.com/reference/rerun-optimization.md): Re-optimize an Optimization by Changing Route Parameters and/or Addresses. This endpoint allows you to update an existing record with optimization problem details such as routes, addresses, and configuration parameters. - [Create Order](https://integrate.route4me.com/reference/create-order.md): Create an Order by sending a body payload with the corresponding Order parameters. - [Create Order Custom Field](https://integrate.route4me.com/reference/create-custom-field.md): Store new Order Custom Field. This endpoint allows you to create a new record with order details such as items, shipping details, and status. - [Delete Order Custom Field](https://integrate.route4me.com/reference/delete-custom-field.md): Delete Order Custom Field. This endpoint allows you to delete a record with order details such as items, shipping details, and status. - [List Order Custom Fields](https://integrate.route4me.com/reference/get-custom-fields.md): Get all Order Custom Fields. This endpoint retrieves detailed information with filtering and pagination options. - [Update Order Custom Field](https://integrate.route4me.com/reference/update-custom-field.md): Update Order Custom Field. This endpoint allows you to update an existing record with order details such as items, shipping details, and status. - [Get Order History](https://integrate.route4me.com/reference/get-order-history.md): Display the order history. This endpoint retrieves detailed information with order details such as items, shipping details, and status. - [Get Simple Order History](https://integrate.route4me.com/reference/get-simple-order-history.md): Display the simple order history. This endpoint retrieves detailed information with order details such as items, shipping details, and status. - [List Archive Orders](https://integrate.route4me.com/reference/list-archive-orders.md): Display the Archive Orders. This endpoint retrieves detailed information with filtering and pagination options. - [List Orders](https://integrate.route4me.com/reference/list-orders.md): Display the Orders. This endpoint retrieves detailed information with filtering and pagination options. - [Update Order](https://integrate.route4me.com/reference/update-order.md): Update the specified Order in the storage by sending the body payload with the specified 'order_id' parameter. - [Assign Routes to Facilities](https://integrate.route4me.com/reference/assign-routes-to-facilities.md): Bulk assign routes to one or more facilities. - [Delete Routes by Filters](https://integrate.route4me.com/reference/delete-routes-by-filters.md): Delete routes by filters. This endpoint allows you to delete a record with route details such as waypoints, optimization settings, and delivery details. - [Dispatch Routes](https://integrate.route4me.com/reference/dispatch-routes.md): Approves or revokes routes for execution based on the provided filters and criteria. Sets the approved_for_execution flag for the matched routes. - [Update Routes](https://integrate.route4me.com/reference/update-routes.md): Bulk update routes. - [Create Master Route](https://integrate.route4me.com/reference/create-master-route.md): Create Master Route Request. This endpoint allows you to create a new record with route details such as waypoints, optimization settings, and delivery details. - [Deliver Destination Inventory (Barcode)](https://integrate.route4me.com/reference/deliver-destination-inventory-barcode.md): Registers the delivery of inventory to a specific route destination by identifying the inventory using a barcode. Creates a destination inventory record with delivery details. - [Deliver Destination Inventory](https://integrate.route4me.com/reference/deliver-destination-inventory.md): Registers the delivery of inventory to a specific route destination. The request records planned and delivered quantities, final price, and creates a destination inventory record. - [Get Last Scheduled Route (Member)](https://integrate.route4me.com/reference/get-last-scheduled-route-member.md): Retrieves the most recently scheduled route for the specified member as of today, including route details, waypoints, optimization settings, and delivery metrics. - [Get Last Scheduled Route (Vehicle)](https://integrate.route4me.com/reference/get-last-scheduled-route-vehicle.md): Retrieves the most recently scheduled route for the specified vehicle as of today, including route details, waypoints, optimization settings, and delivery metrics. - [Get Route Info](https://integrate.route4me.com/reference/get-route.md): Get Route Info By Route Id. This endpoint retrieves detailed information with route details such as waypoints, optimization settings, and delivery details. - [List Route Directions](https://integrate.route4me.com/reference/list-route-directions.md): Get Directions. This endpoint retrieves detailed information including directions information. - [List Routes](https://integrate.route4me.com/reference/list-routes.md): Get route list. This endpoint retrieves detailed information with filtering and pagination options. - [Preview Route Assignment](https://integrate.route4me.com/reference/preview-route-assignment.md): Generates a preview of route assignments based on the provided filters, grouping, sorting, and assignment strategy (Single, Round Robin, Weighted Round Robin) without applying changes. Returns grouped results and subtotals for review. - [Set Route Rating](https://integrate.route4me.com/reference/set-route-rating.md): Set route rating. This endpoint performs the requested operation with route details such as waypoints, optimization settings, and delivery details. - [Get Route Settings](https://integrate.route4me.com/reference/get-route-settings.md): Get Route Settings. This endpoint retrieves detailed information with route details such as waypoints, optimization settings, and delivery details. - [Update Route Settings](https://integrate.route4me.com/reference/update-route-settings.md): Update Route Settings. This endpoint allows you to update an existing record with route details such as waypoints, optimization settings, and delivery details. - [Update Route](https://integrate.route4me.com/reference/update-route.md): Route Assign Request. This endpoint performs the requested operation with route details such as waypoints, optimization settings, and delivery details. - [Create Telematics Connection](https://integrate.route4me.com/reference/create-telematics-connection.md): Creates a new vendor connection through the Telematics API. - [Delete Telematics Connection](https://integrate.route4me.com/reference/delete-telematics-connection.md): Deletes a vendor connection. - [List Telematics Connections](https://integrate.route4me.com/reference/list-telematics-connections.md): Proxies the Telematics API GET /connections endpoint. Returns connections matching optional filters. - [Update Telematics Connection](https://integrate.route4me.com/reference/patch-telematics-connection.md): Applies partial updates by proxying the Telematics API PATCH. - [Update Telematics Connection](https://integrate.route4me.com/reference/update-telematics-connection.md): Updates an existing connection using the Telematics API PUT. - [Bulk Get Member Configuration Settings](https://integrate.route4me.com/reference/bulk-get-member-configuration-settings.md): Bulk get the Member Configuration Settings by specifying the mcs in query parameters and keys (array of objects). - [Bulk Set Member Configuration Settings](https://integrate.route4me.com/reference/bulk-set-member-configuration-settings.md): Bulk setting the Member Configuration Settings by sending the corresponding body payload. - [Create Member Configuration Settings](https://integrate.route4me.com/reference/create-member-configuration-settings.md): Create a new Member Configuration Settings by sending the corresponding body payload. - [Delete Member Configuration Settings](https://integrate.route4me.com/reference/delete-member-configuration-settings.md): Delete the Member Configuration Settings by specifying the config_key query parameter. - [List Member Configuration Settings](https://integrate.route4me.com/reference/list-member-configuration-settings.md): Get the Member Configuration Settings by specifying the mcs and config_key query parameters. - [Update Member Configuration Settings](https://integrate.route4me.com/reference/update-member-configuration-settings.md): Update the Member Configuration Settings by sending the corresponding body payload. - [Create User](https://integrate.route4me.com/reference/create-user.md): Add a new sub-user to the Member account by sending the corresponding body payload with the sub-users parameters. - [Create Users](https://integrate.route4me.com/reference/create-users.md): Add multiple sub-users to the User account by sending the corresponding body payload with the array of the sub-users' parameters. - [Get User Modification History](https://integrate.route4me.com/reference/get-user-modification-history.md): Get user modification history. This endpoint retrieves detailed information with user details such as contact information, preferences, and account status. - [List Member's Territories](https://integrate.route4me.com/reference/list-member-territories.md): Display the list of Member's territories. This endpoint retrieves a list of records with filtering and pagination options. - [List Root Members (Customer Support)](https://integrate.route4me.com/reference/list-root-members-customer-support.md): Display the list of Root Members for customer support user. - [List Users](https://integrate.route4me.com/reference/list-users-by-ids.md): Get the sub-users by Member IDs. This endpoint retrieves detailed information based on the unique identifier. - [Delete Current User](https://integrate.route4me.com/reference/delete-current-user.md): Delete current user. This endpoint allows you to delete a record with user details such as contact information, preferences, and account status. - [Delete User](https://integrate.route4me.com/reference/delete-user.md): Delete the sub-user by specifying the path parameter ID. - [Get Current Member Information](https://integrate.route4me.com/reference/get-member-information.md): Display the current Member information. This endpoint performs the requested operation with user details such as contact information, preferences, and account status. - [Get User Template](https://integrate.route4me.com/reference/get-user-template.md): Get the template of sub-user. This endpoint retrieves detailed information with user details such as contact information, preferences, and account status. - [Get User](https://integrate.route4me.com/reference/get-user.md): Get the sub-user by specifying the path parameter ID. - [List Users (Paginated)](https://integrate.route4me.com/reference/list-users-paginated.md): Display the list of Members with pagination. - [List Users](https://integrate.route4me.com/reference/list-users.md): View all existing sub-users associated with the Member's account. - [Update User](https://integrate.route4me.com/reference/update-user.md): Update the sub-user by specifying the path parameter ID and by sending the corresponding body payload with the sub-user's parameters. - [Create Temporary Vehicle](https://integrate.route4me.com/reference/create-temporary-vehicle.md): Create a new temporary Vehicle by sending the corresponding body payload. - [Create Vehicle](https://integrate.route4me.com/reference/create-vehicle.md): Create a new Vehicle in the user's account by sending the corresponding body payload with the Vehicle parameters. - [Delete Vehicle](https://integrate.route4me.com/reference/delete-vehicle.md): Delete the Vehicle by specifying the path parameter ID. - [Get Vehicle](https://integrate.route4me.com/reference/get-vehicle.md): Get the Vehicle by specifying the path parameter ID. - [List Vehicles (Paginate)](https://integrate.route4me.com/reference/list-vehicles-paginated.md): Get the paginated list of Vehicles. This endpoint retrieves detailed information with filtering and pagination options. - [List Vehicles](https://integrate.route4me.com/reference/list-vehicles.md): Get the paginated list of Vehicles. This endpoint retrieves detailed information with filtering and pagination options. - [Search Vehicle](https://integrate.route4me.com/reference/search-vehicle-by-location.md): Search for the Vehicle by sending the corresponding body payload with Vehicles IDs and Location. - [Search Vehicle](https://integrate.route4me.com/reference/search-vehicle.md): Search for the Vehicle by sending the corresponding body payload with Vehicles IDs and location. - [Update Vehicle](https://integrate.route4me.com/reference/update-vehicle.md): Update the Vehicle by specifying the path parameter ID and by sending the corresponding body payload with the Vehicle's parameters. - [Create Vehicle Capacity Profile](https://integrate.route4me.com/reference/create-vehicle-capacity-profile.md): Create a new Vehicle Capacity Profile. This endpoint allows you to create a new record with vehicle details such as specifications, capacity profiles, and operational information. - [Delete Vehicle Capacity Profile](https://integrate.route4me.com/reference/delete-vehicle-capacity-profile.md): Delete the Vehicle Capacity Profile by its ID. - [Get Vehicle Capacity Profile](https://integrate.route4me.com/reference/get-vehicle-capacity-profile.md): Get a Vehicle Capacity Profile by its ID. - [Create Vehicle Profile](https://integrate.route4me.com/reference/create-vehicle-profile.md): Create a new Vehicle Profile by sending the corresponding body payload with the Vehicle Profile's parameters. - [Delete Vehicle Profile](https://integrate.route4me.com/reference/delete-vehicle-profile.md): Delete the Vehicle Profile by specifying the path parameter ID. - [Delete Vehicle Profiles (Code)](https://integrate.route4me.com/reference/delete-vehicle-profiles-by-code.md): Delete Vehicle Profiles by the vehicle profile code. - [Get Vehicle Profile (Code)](https://integrate.route4me.com/reference/get-vehicle-profile-by-code.md): Get the Vehicle Profile by specifying vehicle profile code. - [Get Vehicle Profile](https://integrate.route4me.com/reference/get-vehicle-profile.md): Get the Vehicle Profile by specifying the path parameter ID. - [List Vehicle Profiles](https://integrate.route4me.com/reference/list-vehicle-profiles.md): Get the list of Vehicle Profiles. This endpoint retrieves detailed information with filtering and pagination options. - [Update Vehicle Profile (Code)](https://integrate.route4me.com/reference/update-vehicle-profile-by-code.md): Update the Vehicle Profile by the vehicle profile code. - [Update Vehicle Profile](https://integrate.route4me.com/reference/update-vehicle-profile.md): Update the Vehicle Profile by specifying the path parameter ID and by sending the corresponding body payload with the Vehicle Profile's parameters. - [Activate Vehicles](https://integrate.route4me.com/reference/activate-vehicles.md): Activate the Vehicles from the list of their ids asynchronously. - [Deactivate Vehicles](https://integrate.route4me.com/reference/deactivate-vehicles.md): Deactivate the Vehicles from the list of their ids asynchronously. - [Delete Vehicles](https://integrate.route4me.com/reference/delete-vehicles.md): Delete the Vehicles from the list of their ids asynchronously. - [Execute Order](https://integrate.route4me.com/reference/execute-order-by-vehicle.md): Execute the Vehicle's Order by sending the corresponding body payload with the corresponding location, and Vehicle ID. - [Execute Order](https://integrate.route4me.com/reference/execute-order.md): Execute the Vehicle's Order by sending the corresponding body payload with the corresponding location, and Vehicle ID. - [Latest Vehicle's Locations](https://integrate.route4me.com/reference/get-latest-vehicle-locations.md): Get the latest know vehicle's locations. This endpoint performs the requested operation with vehicle details such as specifications, capacity profiles, and operational information. - [Get Vehicle Confirmation](https://integrate.route4me.com/reference/get-vehicle-confirmation.md): Get vehicle confirmation. This endpoint retrieves detailed information with vehicle details such as specifications, capacity profiles, and operational information. - [Get Vehicle Profile (License Plate)](https://integrate.route4me.com/reference/get-vehicle-profile-by-license-plate.md): Get the Vehicle Profile by license plate. - [Get Vehicle Track](https://integrate.route4me.com/reference/get-vehicle-track.md): Get the Vehicle track by specifying the path parameter ID. - [Vehicles Restore](https://integrate.route4me.com/reference/restore-vehicles.md): Restore the Vehicles from the list of their ids asynchronously. - [Sync Pending Vehicle](https://integrate.route4me.com/reference/sync-pending-vehicle.md): Sync the Vehicle by sending the corresponding body payload with the Vehicle's parameters and by specifiying vehicle_alias, r4m_telematics_gateway_connection_id and r4m_telematics_gateway_vehicle_id in this body payload. - [Track Vehicle Confirmation](https://integrate.route4me.com/reference/track-vehicle-confirmation.md): Track Vehicle Confirmation. This endpoint performs the requested operation with vehicle details such as specifications, capacity profiles, and operational information. - [Update Vehicles](https://integrate.route4me.com/reference/update-vehicles.md): Update the Vehicle list asynchronously by sending the corresponding body payload with the Vehicles list with their parameters.