getDealerInfoForGlobalMap
getDealerInfoForGlobalMap
Path Parameters
departmentUUID string required
departmentUUID
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
dealerId int64
dealerLogoUrl string
dealerName string
driverListResponse object
error object
globalMapPubnubChannel string
latitude double
longitude double
subscribeKey string
{
"dealerId": 0,
"dealerLogoUrl": "string",
"dealerName": "string",
"driverListResponse": {
"driversList": [
{
"associateDmsId": "string",
"cellPhone": "string",
"driverId": 0,
"emailAddress": "string",
"emailSignature": "string",
"firstName": "string",
"imageUrl": "string",
"ipadClientName": "string",
"isValid": true,
"lastName": "string",
"nickname": "string",
"password": "string",
"phone": "string",
"textNumber": "string",
"uuid": "string"
}
],
"error": {
"errorCode": "string",
"errorDescription": "string",
"metadata": {}
},
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
},
"error": {
"errorCode": "string",
"errorDescription": "string",
"metadata": {}
},
"globalMapPubnubChannel": "string",
"latitude": 0,
"longitude": 0,
"subscribeKey": "string"
}
Unauthorized
Forbidden
Not Found
GET /v3/department/:departmentUUID/global/driver/view
Request
Request
curl / cURL
curl -L -X GET '//api.mykaarma.com/pickupdelivery/v3/department/:departmentUUID/global/driver/view' \
-H 'Accept: */*'
python / requests
curl -L -X GET '//api.mykaarma.com/pickupdelivery/v3/department/:departmentUUID/global/driver/view' \
-H 'Accept: */*'
go / native
curl -L -X GET '//api.mykaarma.com/pickupdelivery/v3/department/:departmentUUID/global/driver/view' \
-H 'Accept: */*'
nodejs / axios
curl -L -X GET '//api.mykaarma.com/pickupdelivery/v3/department/:departmentUUID/global/driver/view' \
-H 'Accept: */*'
ruby / Net::HTTP
curl -L -X GET '//api.mykaarma.com/pickupdelivery/v3/department/:departmentUUID/global/driver/view' \
-H 'Accept: */*'
csharp / RestSharp
curl -L -X GET '//api.mykaarma.com/pickupdelivery/v3/department/:departmentUUID/global/driver/view' \
-H 'Accept: */*'
php / cURL
curl -L -X GET '//api.mykaarma.com/pickupdelivery/v3/department/:departmentUUID/global/driver/view' \
-H 'Accept: */*'
java / OkHttp
curl -L -X GET '//api.mykaarma.com/pickupdelivery/v3/department/:departmentUUID/global/driver/view' \
-H 'Accept: */*'
powershell / RestMethod
curl -L -X GET '//api.mykaarma.com/pickupdelivery/v3/department/:departmentUUID/global/driver/view' \
-H 'Accept: */*'