AutoPAV
Perform an automated PAV using AutoGrabs PAV API
Create a PAV automatically
Authorizations
Body
claim_idstringRequiredExample:
MRC123
external_idstringOptionalExample:
mrc-00001
odometernumberRequiredExample:
50000
regionstring · enumRequiredPossible values:
regostringOptionalExample:
1IDX452
statestringOptionalExample:
WA
vehicle_titlestringOptionalExample:
2022 Toyota Hilux SR5
vinstringOptionalExample:
MR0BA3CD700068478
Responses
200
Success
application/json
201
Created
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
post
POST /v2/insurance-claims/autopav HTTP/1.1
Host: api.autograb.com.au
ApiKey: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 174
{
"claim_id": "MRC123",
"external_id": "mrc-00001",
"odometer": 50000,
"region": "au",
"rego": "1IDX452",
"state": "WA",
"vehicle_title": "2022 Toyota Hilux SR5",
"vin": "MR0BA3CD700068478"
}
{
"success": true,
"error": "text"
}
Last updated
Was this helpful?