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
}
 

HTTP Basic

OAuth 2.0

API Key

Reset

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 Code
    Error Code
    Description
  • 400
    400

    Bad Request response'

  • 401
    401

    Unauthorized response

  • 500
    500

    Service Error response

Resource Summary

Security

None

Category

Rescue Assist Tool

Name Type Description
requestIdstring(Reqired) The request ID for the rescue
sessionIdstring(Required) The session ID for the rescue
statusstring(Required)The status that you want to change the rescue to: BOOKED, EN-ROUTE, APPROACHING...
latitudenumber(Optional) The Latitude that is set for the driver
longitudenumber(Optional)The Longitude that is set for the driver
updatedETAstring(Optional) The Updated ETA in minutes set for the rescue
Name Type Description
statusstringThe status that was set
messagestringThe message indicating if the change was successful

Working...

© 2019 Arity, LLC. All rights reserved.  | Privacy Policy | Terms of Use | Legacy APIs