get
http://{{url}}/api/method/emotive_app.api.service.gps_integration.partner_alerts
This API notifies the GPS integration service to update partner alerts for a specific vehicle based on its ESN, VIN, and alert status.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Request Body
{
"esn": "72.85.1.147",
"vin": "JN8AS5MVXDW622873",
"status": "Accident"
}Request Fields
- esn – Electronic Serial Number of the GPS device associated with the vehicle.
- vin – Vehicle Identification Number used to uniquely identify the vehicle.
- status – Type of partner alert being cancelled or updated (for example: Accident, Theft, Recovery).
Response
The response confirms whether the GPS partner alert was processed successfully.
Response Body
{
"message": "Success"
} 200