createStatusUpdate
createStatusUpdate
post
createStatusUpdate
Allows partners to book a rescue without the assistance of Allstate Roadside. The partners will be able to update status of requested services by using Auto Assist tool.
Resource URL
https://api-sandbox.arity.com/services/roadside/v1/rescue/test/statusUpdate
Header Parameters
Name | Values | Description |
---|---|---|
Content-Type |
|
|
Authorization
(required) |
Bearer Token generated from OAuth API (client_credentials grant) |
Request Body
{
1
{
2
"requestId": "",
3
"sessionId": "",
4
"status": "",
5
"latitude": 0,
6
"longitude": 0,
7
"updatedETA": ""
8
}
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 |
Rescue Assist Tool |
Name | Type | Description |
---|---|---|
requestId | string | (Reqired) The request ID for the rescue |
sessionId | string | (Required) The session ID for the rescue |
status | string | (Required)The status that you want to change the rescue to: BOOKED, EN-ROUTE, APPROACHING... |
latitude | number | (Optional) The Latitude that is set for the driver |
longitude | number | (Optional)The Longitude that is set for the driver |
updatedETA | string | (Optional) The Updated ETA in minutes set for the rescue |
Name | Type | Description |
---|---|---|
status | string | The status that was set |
message | string | The message indicating if the change was successful |
Working...