{ "opencollection": "1.0.0", "info": { "name": "LocoNav Integration Alert Subscriptions Drivers API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "User-Authentication", "value": "{{User-Authentication}}", "placement": "header" } }, "items": [ { "info": { "name": "Drivers", "type": "folder" }, "items": [ { "info": { "name": "Get Driver", "type": "http" }, "http": { "method": "GET", "url": "https://api.a.loconav.com/integration/api/v1/integration/api/v1/drivers/:driverId", "params": [ { "name": "driverId", "value": "", "type": "path" } ] }, "docs": "
The Driver Details API allows users to retrieve detailed information about a specific driver in the LocoNav system. This information includes the driver's personal details, contact information, license details, guarantor information, and uploaded documents.
\ndriverId (integer, required): The unique identifier of the driver for which details are requested.The Update Driver API allows users to update the information of an
existing driver profile identified by the driver's unique identifier.
name (string): The updated name of the driver.countryCode (string): The updated country code associated with the driver's phone number.phoneNumber (string): The updated phone number of the driver.The Delete Driver API enables users to remove a driver profile from the system using the driver's unique identifier.
\n{driverId}: The unique identifier of the driver to be deleted.
success (boolean): Indicates whether the operation was successful.data (string): Confirmation message indicating that the "
},
{
"info": {
"name": "List drivers (Filter)",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.a.loconav.com/integration/api/v1/integration/api/v1/drivers"
},
"docs": "The Search Drivers API allows users to search for drivers by name. Users can provide a partial or full name of the driver to retrieve a list of matching drivers along with their associated phone numbers.
\nname (string): The name of the driver to search for. This parameter supports partial or full name matching.
page (integer): The page number of the res"
},
{
"info": {
"name": "Create Drivers",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.a.loconav.com/integration/api/v1/integration/api/v1/drivers"
},
"docs": "
The Create Driver API allows users to create a new driver profile by providing the driver's name, country code, and phone number.
\nname (string): The name of the driver.countryCode (string): The country code associated with the driver's phone number.phoneNumber (string): The phone number of the driver.The Driver Vehicle Assignments API allows users to assign a driver to a specific vehicle in the LocoNav system. This association enables tracking and management of vehicles based on the assigned driver.
\nvehicleId (string, required): The unique identifier of the vehicle to be assigned to the driver.
driverId (integer, required): The unique identifier of the driver "
},
{
"info": {
"name": "Vehicle Unassignment",
"type": "http"
},
"http": {
"method": "PUT",
"url": "https://api.a.loconav.com/integration/api/v1/integration/api/v1/driver_vehicle_unassignments",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "
The Driver Vehicle Unassignments API allows users to remove the association of a driver from a specific vehicle in the LocoNav system. This action disassociates the driver from the vehicle for tracking and management purposes.
\nvehicleId (string, required): The unique identifier of the vehicle from which the driver will be unassigned.
driverId (integer, required): "
}
]
}
],
"bundled": true
}