Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note that the limit is very important here, as you could end up returning many vehicles if you allow the user to select something very broad, like all toyotas towed in January.Once you have the correct vehicle you can then retrieve its fees by its vehicleId.

VehicleId is the unique id for each time a vehicle gets towed. If it gets towed twice, it will get 2 vehicleIds. You then make a request to the /impound endpoint which will get you the complete vehicle details including the fees as of the time of the request.

[ {
Expand
Expand
titleResponse example
Code Block
titleGet detailed vehicle information

curl --location 'https://staging-api.autoreturn.net/api-web/api/impound?id=1067632

for example will give a response containing most of the details of the vehicle. In particular you’ll want to look at

  • currentLocation which represents the best way to get into contact with whoever has current possession of the vehicle

  • make.name , model.name , color.name , license , licenseState.code

  • unpaidFeeItems which contains all of the fee items that are not paid yet. If you want the total then you can sum unpaidFeeItems.totalPrice which is the total price of the vehicle, including tax.

  • eligibleForRelease indicates if the vehicle is currently releasable. Holds may prevent release of the vehicle, in which case you probably don’t want to let people pay for it.

Here is an example of the response

Response example
Code Block
[
    {
        "id": 1067632,
        "status": "STORED",
        "version": 6,
        "region": {
            "id": 8000,
            "privateRegion": false,
            "standardRegion": true,
            "managedRegion": true,
            "code": "IMP-TS",
            "name": "Impound Test Region",
            "state": "CA",
            "center": {
                "lat": 37.766,
                "lon": -122.428
            },
            "zoneId": "America/Los_Angeles",
            "serverTimeOffset": 0,
            "topRight": {
                "lat": 37.832,
                "lon": -122.355
            },
            "bottomLeft": {
                "lat": 37.668,
                "lon": -122.529
            }
        },
        "make": {
            "id": 148,
            "code": "AIR",
            "name": "AIR",
            "active": true,
            "motorcycle": false
        },
        "model": {
            "id": 2307,
            "makeId": 148,
            "name": "CITY BIKE DA DONNA",
            "code": "CITY BIKE DA DONNA",
            "active": true,
            "motorcycle": false
        },
        "color": {
            "id": 1,
            "name": "BLACK",
            "code": "BLCK",
            "active": true
        },
        "body": {
            "id": 65155,
            "name": "ALL TERAIN VEHICLE",
            "code": "ATV",
            "active": true,
            "motorcycle": false,
            "sortOrder": 29
        },
        "vehicleYear": 0,
        "keyStatus": "KEY_MADE",
        "odometer": 0,
        "vin": "2P4GP2539YR506044",
        "noVin": false,
        "vinNotVisible": false,
        "noPlate": false,
        "license": "KK00001",
        "licenseState": {
            "code": "NC",
            "name": "NORTH CAROLINA",
            "active": true
        },
        "storage": [
            {
                "timeFrom": "2023-01-09T04:29:09.232",
                "lot": {
                    "code": "ART-IMP-TS",
                    "latitude": 29.763576,
                    "longitude": -95.356544,
                    "companyCode": "ART-IMP-TS",
                    "addr1": "123 Test Zone Lot",
                    "city": "San Francisco",
                    "zip": "94105",
                    "phone": "9999999999",
                    "twoStepRelease": false,
                    "state": {
                        "id": "CA",
                        "code": "CA",
                        "name": "CALIFORNIA",
                        "country": "USA",
                        "displayName": "CA - CALIFORNIA"
                    },
                    "id": 1369,
                    "name": "ART-IMP-TS Test Lot"
                },
                "id": 50408
            }
        ],
        "account": {
            "id": 305,
            "code": "TSTACC",
            "name": "TSTACC",
            "active": true,
            "regionCode": "IMP-TS",
            "requestTowCompany": false,
            "imsOnly": false,
            "sortOrder": 0,
            "etims": false
        },
        "equipment": {
            "id": 188,
            "equipmentClass": "LIGHT",
            "regionCode": "IMP-TS",
            "code": "LIGHT",
            "name": "Regular",
            "secondVehicleAllowed": false,
            "dispatch": true,
            "impound": true,
            "defaultForAutodispatch": true,
            "allowedIfTCTZETisMissing": false
        },
        "reason": {
            "id": 1887,
            "code": "TEST",
            "name": "Test",
            "regionCode": "IMP-TS",
            "active": true,
            "sendToImpoundSystem": true,
            "category": "IMPOUND",
            "medical": false,
            "sweep": false,
            "skipStorage": false,
            "salvor": false,
            "ads": true,
            "publiclyVisible": false
        },
        "zone": {
            "code": "IMP-TS",
            "name": "Test Zone",
            "precinctId": 0,
            "active": true,
            "testZone": true,
            "regionDefault": false
        },
        "towOperatorCompany": {
            "code": "ART-IMP-TS",
            "id": 1338,
            "name": "Test Company"
        },
        "currentImpoundOperator": {
            "code": "ART-IMP-TS",
            "id": 1338,
            "name": "Test Company"
        },
        "currentLot": {
            "code": "ART-IMP-TS",
            "latitude": 29.763576,
            "longitude": -95.356544,
            "companyCode": "ART-IMP-TS",
            "addr1": "123 Test Zone Lot",
            "city": "San Francisco",
            "zip": "94105",
            "phone": "9999999999",
            "twoStepRelease": false,
            "state": {
                "id": "CA",
                "code": "CA",
                "name": "CALIFORNIA",
                "country": "USA",
                "displayName": "CA - CALIFORNIA"
            },
            "id": 1369,
            "name": "ART-IMP-TS Test Lot"
        },
        "currentLocation": {
            "code": "ART-IMP-TS",
            "latitude": 29.763576,
            "longitude": -95.356544,
            "companyCode": "ART-IMP-TS",
            "addr1": "123 Test Zone Lot",
            "city": "San Francisco",
            "zip": "94105",
            "phone": "9999999999",
            "twoStepRelease": false,
            "state": {
                "id": "CA",
                "code": "CA",
                "name": "CALIFORNIA",
                "country": "USA",
                "displayName": "CA - CALIFORNIA"
            },
            "id": 1369,
            "name": "ART-IMP-TS Test Lot"
        },
        "holds": [],
        "contacts": [
            {
                "phoneNumber": "5555555555",
                "email": "joe@example.com",
                "void": false,
                "city": "City",
                "zip": "12345",
                "firstName": "Joe",
                "lastName": "Schmoe",
                "address1": "Address",
                "address2": "Address2",
                "identification": "ABC123",
                "identificationType": "US_DL",
                "idState": "CA",
                "contactId": 12330,
                "state": "CA",
                "type": "PAID_BY",
                "id": 12330
            },
            {
                "phoneNumber": "5555555555",
                "email": "joe@example.com",
                "void": false,
                "city": "City",
                "zip": "12345",
                "firstName": "Joe",
                "lastName": "Schmoe",
                "address1": "Address",
                "address2": "Address2",
                "identification": "ABC123",
                "identificationType": "US_DL",
                "idState": "CA",
                "contactId": 12331,
                "state": "CA",
                "type": "PAID_BY",
                "id": 12331
            }
        ],
        "relatedVehicles": [],
        "towReferenceNumber": "000268A000268",
        "waivers": [],
        "patrolUnitNumber": "5409",
        "towOrigin": {
            "addr1": "SEE MAP",
            "city": "Mountain View",
            "state": "CA"
        },
        "responseDate": "2023-01-09T04:47:37",
        "requestedDate": "2023-01-09T04:27:37.207",
        "dispatchedDate": "2023-01-09T04:27:37",
        "acceptedDate": "2023-01-09T04:28:52",
        "onsiteDate": "2023-01-09T04:28:58",
        "inTowDate": "2023-01-09T04:29:04",
        "clearedDate": "2023-01-09T04:29:09.232",
        "driverName": "Passport Test Driver",
        "conditions": [],
        "specialEvent": false,
        "nonStandardVin": false
    }
]


Once you have the correct vehicle you can then retrieve its fees by its vehicleId.

VehicleId is the unique id for each time a vehicle gets towed. If it gets towed twice, it will get 2 vehicleIds. You then make a request to the /impound endpoint which will get you the complete vehicle details including the fees as of the time of the request.

Expand
titleGet detailed vehicle information

curl --location 'https://staging-api.autoreturn.net/api-web/api/impound?id=1067632

for example will give a response containing most of the details of the vehicle. In particular you’ll want to look at

  • currentLocation which represents the best way to get into contact with whoever has current possession of the vehicle

  • make.name , model.name , color.name , license , licenseState.code

  • unpaidFeeItems which contains all of the fee items that are not paid yet. If you want the total then you can sum unpaidFeeItems.totalPrice which is the total price of the vehicle, including tax.

  • eligibleForRelease indicates if the vehicle is currently releasable. Holds may prevent release of the vehicle, in which case you probably don’t want to let people pay for it.

Here is an example of the response

Expand
titleDetailed vehicle info response
Code Block
{
    "instructions": "Please call us to get more information about this vehicle.",
    "vehicle": {
        "id": 1067632,
        "status": "STORED",
        "version": 6,
        "region": {
            "id": 8000,
            "privateRegion": false,
            "standardRegion": true,
            "managedRegion": true,
            "code": "IMP-TS",
            "name": "Impound Test Region",
            "state": "CA",
            "center": {
                "lat": 37.766,
                "lon": -122.428
            },
            "zoneId": "America/Los_Angeles",
            "serverTimeOffset": 0,
            "topRight": {
                "lat": 37.832,
                "lon": -122.355
            },
            "bottomLeft": {
                "lat": 37.668,
                "lon": -122.529
            }
        },
        "make": {
            "id": 148,
            "code": "AIR",
            "name": "AIR",
            "active": true,
            "motorcycle": false
        },
        "model": {
            "id": 2307,
            "makeId": 148,
            "name": "CITY BIKE DA DONNA",
            "code": "CITY BIKE DA DONNA",
            "active": true,
            "motorcycle": false
        },
        "color": {
            "id": 1,
            "name": "BLACK",
            "code": "BLCK",
            "active": true
        },
        "body": {
            "id": 65155,
            "name": "ALL TERAIN VEHICLE",
            "code": "ATV",
            "active": true,
            "motorcycle": false,
            "sortOrder": 29
        },
        "vehicleYear": 0,
        "keyStatus": "KEY_MADE",
        "odometer": 0,
        "vin": "2P4GP2539YR506044",
        "noVin": false,
        "vinNotVisible": false,
        "noPlate": false,
        "license": "KK00001",
        "licenseState": {
            "code": "NC",
            "name": "NORTH CAROLINA",
            "active": true
        },
        "storage": [
            {
                "timeFrom": "2023-01-09T04:29:09.232",
                "lot": {
                    "code": "ART-IMP-TS",
                    "latitude": 29.763576,
                    "longitude": -95.356544,
                    "companyCode": "ART-IMP-TS",
                    "addr1": "123 Test Zone Lot",
                    "city": "San Francisco",
                    "zip": "94105",
                    "phone": "9999999999",
                    "twoStepRelease": false,
                    "state": {
                        "id": "CA",
                        "code": "CA",
                        "name": "CALIFORNIA",
                        "country": "USA",
                        "displayName": "CA - CALIFORNIA"
                    },
                    "id": 1369,
                    "name": "ART-IMP-TS Test Lot"
                },
                "id": 50408
            }
        ],
        "account": {
            "id": 305,
            "code": "TSTACC",
            "name": "TSTACC",
            "active": true,
            "regionCode": "IMP-TS",
            "requestTowCompany": false,
            "imsOnly": false,
            "sortOrder": 0,
            "etims": false
        },
        "equipment": {
            "id": 188,
            "equipmentClass": "LIGHT",
            "regionCode": "IMP-TS",
            "code": "LIGHT",
            "name": "Regular",
            "secondVehicleAllowed": false,
            "dispatch": true,
            "impound": true,
            "defaultForAutodispatch": true,
            "allowedIfTCTZETisMissing": false
        },
        "reason": {
            "id": 1887,
            "code": "TEST",
            "name": "Test",
            "regionCode": "IMP-TS",
            "active": true,
            "sendToImpoundSystem": true,
            "category": "IMPOUND",
            "medical": false,
            "sweep": false,
            "skipStorage": false,
            "salvor": false,
            "ads": true,
            "publiclyVisible": false
        },
        "zone": {
            "code": "IMP-TS",
            "name": "Test Zone",
            "precinctId": 0,
            "active": true,
            "testZone": true,
            "regionDefault": false
        },
        "towOperatorCompany": {
            "code": "ART-IMP-TS",
            "id": 1338,
            "name": "Test Company"
        },
        "currentImpoundOperator": {
            "code": "ART-IMP-TS",
            "id": 1338,
            "name": "Test Company"
        },
        "idcurrentLot": 1067632,{
            "statuscode": "STOREDART-IMP-TS",
            "versionlatitude": 629.763576,
            "regionlongitude": {-95.356544,
            "idcompanyCode": 8000"ART-IMP-TS",
            "privateRegionaddr1": false"123 Test Zone Lot",
            "standardRegioncity": true"San Francisco",
            "managedRegionzip": true"94105",
            "codephone": "IMP-TS9999999999",
            "nametwoStepRelease": "Impound Test Region"false,
            "state": "CA",{
                "centerid": {"CA",
                "latcode": 37.766"CA",
                "lonname": -122.428 "CALIFORNIA",
                  "country": "USA",
   },             "zoneIddisplayName": "America/Los_Angeles",CA - CALIFORNIA"
            "serverTimeOffset": 0},
            "topRightid": {1369,
            "name": "ART-IMP-TS Test  Lot"lat":
37.832,        },
        "loncurrentLocation": -122.355{
             }"code": "ART-IMP-TS",
            "bottomLeftlatitude": {
  29.763576,
             "latlongitude": 37-95.668356544,
 
              "loncompanyCode": -122.529"ART-IMP-TS",
            }
   "addr1": "123 Test Zone Lot",
    },         "makecity": {"San Francisco",
            "idzip": 148"94105",
            "codephone": "AIR9999999999",
            "nametwoStepRelease": "AIR"false,
            "activestate": {
   true,             "motorcycleid": false"CA",
        },        "code": "model": {CA",
                "idname": 2307"CALIFORNIA",
                "makeIdcountry": 148"USA",
                "namedisplayName": "CITYCA BIKE- DA DONNACALIFORNIA",
            "code": "CITY BIKE DA DONNA"},
            "activeid": true1369,
            "motorcyclename": false"ART-IMP-TS Test Lot"
        },
        "colorholds": {[],
        "contacts": [
  "id": 1,         {
   "name": "BLACK",             "codephoneNumber": "BLCK5555555555",
                "activeemail": true"joe@example.com",
        },
        "bodyvoid": { false,
                "city": "City",
  "id": 65155,             "namezip": "12345"ALL,
  TERAIN VEHICLE",             "codefirstName": "ATVJoe",
                "activelastName": true"Schmoe",
                "motorcycleaddress1": false,"Address",
                "sortOrderaddress2": 29
"Address2",
       },         "vehicleYearidentification": 0,"ABC123",
                "keyStatusidentificationType": "KEYUS_MADEDL",
        "odometer": 0,
        "vinidState": "2P4GP2539YR506044CA",

       "noVin": false,         "vinNotVisiblecontactId": false12330,
        "noPlate": false,         "licensestate": "KK00001CA",
        "licenseState": {             "code"type": "NCPAID_BY",
            "name": "NORTH CAROLINA",  "id": 12330
         "active": true  },
      },      {
  "storage":  [             {"phoneNumber": "5555555555",
                "timeFromemail": "2023-01-09T04:29:09.232joe@example.com",
                "lotvoid": {false,
                    "codecity": "ART-IMP-TSCity",

                   "latitudezip": 29.763576"12345",
                    "longitudefirstName": -95.356544"Joe",
                    "companyCodelastName": "ART-IMP-TSSchmoe",
  
                 "addr1address1": "123 Test Zone LotAddress",
                    "cityaddress2": "San FranciscoAddress2",
                    "zipidentification": "94105ABC123",
                    "phoneidentificationType": "9999999999US_DL",
                "idState": "CA",
  "twoStepRelease": false,              "contactId": 12331,
          "state": {       "state": "CA",
                 "idtype": "CAPAID_BY",
                "id": 12331
      "code": "CA",      }
        ],
         "namerelatedVehicles": "CALIFORNIA",[],
        "towReferenceNumber": "000268A000268",
        "waivers": [],
        "countrypatrolUnitNumber": "USA5409",
        "towOrigin": {
              "displayNameaddr1": "CA - CALIFORNIA"SEE MAP",
            "city": "Mountain View",
          },  "state": "CA"
        },
        "idresponseDate": 1369"2023-01-09T04:47:37",
           "requestedDate": "2023-01-09T04:27:37.207",
        "namedispatchedDate": "ART2023-IMP-TS Test Lot"
  01-09T04:27:37",
        "acceptedDate": "2023-01-09T04:28:52",
   },     "onsiteDate": "2023-01-09T04:28:58",
          "idinTowDate": 50408"2023-01-09T04:29:04",
        "clearedDate": "2023-01-09T04:29:09.232",
  }      "driverName": "Passport Test ]Driver",
        "accountconditions": {
 [],
          "idspecialEvent": 305false,
            "codenonStandardVin": "TSTACC",false
    },
       "namefeeIncreases": "TSTACC",[
        {
   "active": true,        "dateTime": {
   "regionCode": "IMP-TS",             "requestTowCompanydateTimeString": false,"2024-01-17T00:00:00.000"
            "imsOnly": false},
            "sortOrderdelta": 022.760000000000001563194018672220408916473388671875,
            "etimsamount": false8680.500000000000001563194018672220408916473388671875
        },
        "equipment": {
            "iddateTime": 188,
       {
    "equipmentClass": "LIGHT",             "regionCodedateTimeString": "IMP-TS",2024-01-18T00:00:00.000"
            "code": "LIGHT"},
            "namedelta": "Regular"22.760000000000001563194018672220408916473388671875,
            "secondVehicleAllowedamount": false,8703.260000000000003126388037344440817832946777343750
        }
   "dispatch": true],
            "impound"allFeeItems": true,[
        {
   "defaultForAutodispatch": true,             "allowedIfTCTZETisMissingcode": false"TowLD",
        },         "reasonfeeEventType": {"TOW_COMPLETED",
            "idunitPrice": 1887145.5000,
            "codeunitsCount": "TEST"1.00,
            "namefeeCategory": "TestTOW",
            "regionCodetotalPrice": "IMP-TS"145.5000,
            "activeeffectiveDate": true"2023-01-09T04:29:09.232",
            "sendToImpoundSystemtotalPricePretax": true145.5000,
            "categoryname": "IMPOUND",Tow Fee-Light"
        },
       "medical": false, {
            "sweepcode": false"ImpoundmentFee",
            "skipStoragefeeEventType": false"TOW_COMPLETED",
            "salvorunitPrice": false21.0300,
            "adsunitsCount": true1.00,
            "publiclyVisibletaxRate": false8.2500,
        },         "zonefeeCategory": {"IMPOUNDMENT",
            "codetotalPrice": "IMP-TS"22.7600,
            "nameunitTax": "Test Zone"1.7300,
            "precinctIdeffectiveDate": 0"2023-01-09T04:29:09.232",
            "activetotalTax": true1.7300,
            "testZonetotalPricePretax": true 21.0300,
            "regionDefaultname": false"Impoundment Fee"
        },
        "towOperatorCompany": {
            "code": "ARTStorage-STANDARD_REGULAR-IMP-TS-NONE",
            "idfeeEventType": 1338"TOW_COMPLETED",
            "nameunitPrice": "Test Company"
 21.0300,
      },         "currentImpoundOperatorunitsCount": {372.00,
            "codetaxRate": "ART-IMP-TS"8.2500,
            "idfeeCategory": 1338"STORAGE",
            "nametotalPrice": "Test Company"
  8466.7200,
     },         "currentLotunitTax": {1.7300,
            "codeeffectiveDate": "ART2024-IMP-TS01-15T20:15:50.18237",
            "latitudetotalTax": 29643.7635765600,
            "longitudetotalPricePretax": -957823.3565441600,
            "companyCodename": "ART-IMP-TS",
            "addr1": "123 Test Zone Lot",Storage"
        },
      "city": "San Francisco",{
            "zipcode": "94105Storage-STANDARD_REGULAR-IMP-TS-NONE",
            "phonefeeEventType": "9999999999TOW_COMPLETED",
            "twoStepReleaseunitPrice": false21.0300,
            "stateunitsCount": {
   1.00,
            "idtaxRate": "CA",
 8.2500,
              "codefeeCategory": "CASTORAGE",
                "nametotalPrice": "CALIFORNIA",
22.7600,
               "countryunitTax": "USA"1.73,
                "displayNameeffectiveDate": "CA - CALIFORNIA"2024-01-15T20:15:50.18237",
            }"totalTax": 1.7300,
            "idtotalPricePretax": 136921.03,
            "name": "ART-IMP-TS Test Lot"Storage"
        }
    ],
     },
"condensedFeeItems": [
       "currentLocation": {
            "code": "ART-IMP-TSTowLD",
            "latitudefeeEventType": 29.763576"TOW_COMPLETED",
            "longitudeunitPrice": -95145.3565445000,
            "companyCodeunitsCount": "ART-IMP-TS"1.00,
            "addr1feeCategory": "123 Test Zone LotTOW",
            "citytotalPrice": "San Francisco"145.50,
            "zipeffectiveDate": "941052023-01-09T04:29:09.232",
            "phonetotalPricePretax": "9999999999"145.50,
            "twoStepReleasename": false,
"Tow Fee-Light"
        },
  "state":  {    {
            "idcode": "CAImpoundmentFee",
                "codefeeEventType": "CATOW_COMPLETED",
  
             "nameunitPrice": "CALIFORNIA",
   21.0300,
            "countryunitsCount": "USA"1.00,
                "displayNametaxRate": "CA - CALIFORNIA"8.2500,
              }"feeCategory": "IMPOUNDMENT",
            "idtotalPrice": 136922.7600,
            "nameunitTax": "ART-IMP-TS Test Lot"1.73,
          },  "effectiveDate": "2023-01-09T04:29:09.232",
     "holds": [],
        "contactstotalTax": [1.7300,
            {
   "totalPricePretax": 21.03,
            "phoneNumbername": "5555555555Impoundment Fee",
        },
       "email": "joe@example.com",
 {
               "voidcode": false"Storage-STANDARD_REGULAR-IMP-TS-NONE",
                "cityfeeEventType": "CityTOW_COMPLETED",
   
            "zipunitPrice": "12345"21.0300,
                "firstNameunitsCount": "Joe",
   373.00,
            "lastNametaxRate": "Schmoe",
 8.2500,
              "address1feeCategory": "AddressSTORAGE",
   
            "address2totalPrice": "Address2"8489.4800,
                "identificationunitTax": "ABC123",
   1.73,
            "identificationTypeeffectiveDate": "US_DL2024-01-15T20:15:50.18237",
                "idStatetotalTax": "CA"645.2900,
                "contactIdtotalPricePretax": 123307844.19,

               "statename": "CAStorage",
        }
    ],
    "typeunpaidFeeItems": "PAID_BY",[
        {
            "idcode": 12330"TowLD",
            }"feeEventType": "TOW_COMPLETED",
            {
"unitPrice": 145.5000,
               "phoneNumberunitsCount": "5555555555",
1.00,
               "emailfeeCategory": "joe@example.comTOW",

               "voidtotalPrice": false145.50,
                "cityeffectiveDate": "City2023-01-09T04:29:09.232",
 
              "ziptotalPricePretax": "12345",
   145.50,
            "firstNamename": "JoeTow Fee-Light",
        },
       "lastName": "Schmoe", {
                "address1code": "AddressImpoundmentFee",
 
              "address2feeEventType": "Address2TOW_COMPLETED",
 
              "identificationunitPrice": "ABC123"21.0300,
                "identificationTypeunitsCount": "US_DL",
   1.00,
            "idStatetaxRate": "CA"8.2500,
                "contactIdfeeCategory": 12331"IMPOUNDMENT",
 
              "statetotalPrice": "CA",
   22.7600,
            "typeunitTax": "PAID_BY",
   1.73,
            "ideffectiveDate": 12331"2023-01-09T04:29:09.232",
            }
"totalTax": 1.7300,
       ],     "totalPricePretax": 21.03,
  "relatedVehicles": [],         "towReferenceNumbername": "000268A000268Impoundment Fee",
        "waivers": [],},
        {
  "patrolUnitNumber": "5409",         "towOrigincode": {"Storage-STANDARD_REGULAR-IMP-TS-NONE",
            "addr1feeEventType": "SEE MAPTOW_COMPLETED",
            "cityunitPrice": "Mountain View"21.0300,
            "stateunitsCount": "CA"373.00,
        },         "responseDate": "2023-01-09T04:47:37","taxRate": 8.2500,
            "requestedDatefeeCategory": "2023-01-09T04:27:37.207STORAGE",
            "dispatchedDatetotalPrice": "2023-01-09T04:27:37",8489.4800,
            "acceptedDateunitTax": "2023-01-09T04:28:52"1.73,
            "onsiteDateeffectiveDate": "20232024-01-09T0415T20:2815:5850.18237",
            "inTowDatetotalTax": "2023-01-09T04:29:04",645.2900,
            "clearedDatetotalPricePretax": "2023-01-09T04:29:09.232"7844.19,
            "driverNamename": "Passport Test DriverStorage",
        "conditions": [],}
    ],
    "specialEventeligibleForRelease": falsetrue,
 
      "nonStandardVinreceipts": false
    }
][]
}

Once the user has indicated that they want to pay you must collect contact information from the user, this is used to ensure that the vehicle is released to the correct person later in the process.

...