getServiceAreaValidation
get
getServiceAreaValidation
Resource URL
https://api-sandbox.arity.com/services/roadside/v1/rescue/available
Query Parameters
Name | Values | Description |
---|---|---|
latitude
(required) |
Latitude of Disablement location. |
|
longitude
(required) |
Longitude of Disablement location. |
|
zipCode |
ZipCode of Disablement locaiton. |
Header Parameters
Name | Values | Description |
---|---|---|
Content-Type |
|
|
Authorization
(required) |
Bearer Token generated from OAuth API (client_credentials grant) |
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.
Response Error Details
-
HTTP CodeError CodeDescription
-
400400
Bad Request response
-
401401
Unauthorized response
-
500500
Service Error response
Resource Summary |
|
Security |
None |
Category |
Determine Customer & Vehicle |
Name | Type | Description |
---|
Name | Type | Description |
---|---|---|
consumerId | string | The ID associated with the individual making the request. Usually the email address eg. appconsumer@emaiaddress.com |
message | string | Message detailing if the vehicle is in a serviceable area |
isAvailable | boolean | true or false based on if the vehicle is in a serviceable area |
Working...