Versions Compared

Key

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

Fundamentally submitting a payment for an impound vehicle consists of 4 3 steps:

  1. Finding the correct vehicle

  2. finding its fees/total to the user and eligibility for release

  3. Creating the receipt & payment

...

Note how in the response the vehicle’s status has changed to RELEASE_PENDING. This happens when a vehicle in a releasable state has been fully paid for. Also note the value in vehicle.releaseAuthorizedThrough, this is the latest time that the vehicle owner can show up to the yard to retrieve the vehicle before additional fees might be applied.

Expand
titleCreating a receipt

curl --location 'https://staging-api.autoreturn.net/api-web/api/impound/createReceiptAndPayment' \

--header 'Content-Type: application/json' \

--data-raw '{

"vehicleId": 1067632,

"amount": 9181.2200,

"paymentType": "CREDIT_CARD",

"receiptMessage": "Payment was made online",

"creditCardType": "VISA",

"authorizationNumber": "string",

"checkNumber": "string",

"externalRefNumber": "string",

"impoundContact": {

"firstName": "Joe",

"lastName": "Schmoe",

"address1": "Address1",

"address2": "address2",

"city": "City",

"state": "CA",

"zip": "12345",

"identification": "ABC123",

"identificationType": "US_DL",

"idState": "CA",

"email": "joe@example.com",

"type": "PAID_BY",

"phoneNumber": "5555555555"

},

"paymentDate": "2024-02-01T12:15:50"

}'

Expand
titleResponse Example
Code Block
{
    "instructions": "Please call us to get more information about this vehicle.",
    "vehicle": {
        "id": 1067632,
        "status": "RELEASE_PENDING",
        "version": 1518,
        "vin": "2P4GP2539YR506044",
        "noVin": false,
        "vinNotVisible": false,
        "noPlate": false,
        "license": "KK00001",
        "licenseState": {
            "code": "NC",
            "name": "NORTH CAROLINA",
            "active": true
        },
        "region": {
            "id": 8000,
            "privateRegion": false,
            "standardRegion": true,
            "managedRegion": true,
            "code": "IMP-TS",
            "name": "Impound Test Region, CA",
            "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
            }
        },
        "towReferenceNumber": "000268A000268",
        "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,
        "storage": [
            {
                "timeFrom": "2023-01-09T04:29:09.232",
                "lot": {
                    "code": "ART-IMP-TS",
                    "latitude": 29.763576,
                    "longitude": -95.356544,
                    "companyCode": "ART-IMP-TS",
                    "addr1": "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": "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": "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",
                "city": "City",
                "zip": "12345",
                "void": false,
                "firstName": "Joe",
                "lastName": "Schmoe",
                "address1": "AddressAddress1",
                "address2": "Address2address2",
                "identification": "ABC123",
                "identificationType": "US_DL",
                "idState": "CA",
                "contactId": 1233012390,
                "state": "CA",
                "type": "PAID_BY",
                "id": 1233012390
            },
        ],
   {        "releaseAuthorizedThrough": "2024-02-08T20:21:15.274753",
        "phoneNumberreleaseAuthorizedOn": "55555555552024-02-08T16:21:15.277795",
 
              "email"releaseAuthorizedBy": "joe@example.comAR abarton",
        "relatedVehicles": [],
        "citywaivers": "City",
      [],
         "zippatrolUnitNumber": "123455409",
                "void"towOrigin": false,
   {
            "firstNameaddr1": "JoeSEE MAP",
 
              "lastNamecity": "SchmoeMountain View",
                "address1state": "AddressCA",
        },
        "address2responseDate": "Address22023-01-09T04:47:37",

               "identification"requestedDate": "ABC123",
      2023-01-09T04:27:37.207",
         "identificationTypedispatchedDate": "US_DL2023-01-09T04:27:37",
                "idState"acceptedDate": "CA2023-01-09T04:28:52",
                "contactId"onsiteDate": 12331,
     "2023-01-09T04:28:58",
          "stateinTowDate": "CA2023-01-09T04:29:04",
     
          "typeclearedDate": "PAID_BY",
      2023-01-09T04:29:09.232",
         "iddriverName": 12331"Passport             },
        Test Driver",
   {                 "phoneNumber"conditions": "5555555555",
    [],
           "emailspecialEvent": "joe@example.com"false,
        "nonStandardVin": false
      "city": "Unknown",
                "zip": "Unknown",
                "void": false,
                "firstName": "",
                "lastName": "",
                "address1": "Unknown",
                "address2": "Address2",
                "identification": "UNKNOWN",
                "identificationType": "OTHER",
                "contactId": 12338,
                "type": "PAID_BY",
                "id": 12338
            },
            {
                "phoneNumber": "5555555555",
                "email": "joe@example.com",
                "city": "Unknown",
                "zip": "Unknown",
                "void": false,
                "firstName": "",
                "lastName": "",
                "address1": "Unknown",
                "address2": "Address2",
                "identification": "UNKNOWN",
                "identificationType": "OTHER",
                "contactId": 12342,
                "type": "PAID_BY",
                "id": 12342
            },
            {
                "phoneNumber": "5555555555",
                "email": "joe@example.com",
                "city": "Unknown",
                "zip": "Unknown",
                "void": false,
                "firstName": "",
                "lastName": "",
                "address1": "Unknown",
                "address2": "Address2",
                "identification": "UNKNOWN",
                "identificationType": "OTHER",
                "contactId": 12350,
                "type": "PAID_BY",
                "id": 12350
            },
            {
                "phoneNumber": "5555555555",
                "email": "joe@example.com",
                "city": "Unknown",
                "zip": "Unknown",
                "void": false,
                "firstName": "",
                "lastName": "",
                "address1": "Unknown",
                "address2": "Address2",
                "identification": "UNKNOWN",
                "identificationType": "OTHER",
                "contactId": 12351,
                "type": "PAID_BY",
                "id": 12351
            },
            {
                "phoneNumber": "5555555555",
                "email": "joe@example.com",
                "city": "Unknown",
                "zip": "Unknown",
                "void": false,
                "firstName": "",
                "lastName": "",
                "address1": "Unknown",
                "address2": "Address2",
                "identification": "UNKNOWN",
                "identificationType": "OTHER",
                "contactId": 12352,
                "type": "PAID_BY",
                "id": 12352
            },
            {
                "phoneNumber": "5555555555",
                "email": "joe@example.com",
                "city": "Unknown",
                "zip": "Unknown",
                "void": false,
                "firstName": "",
                "lastName": "",
                "address1": "Unknown",
                "address2": "Address2",
                "identification": "UNKNOWN",
                "identificationType": "OTHER",
                "contactId": 12353,
                "type": "PAID_BY",
                "id": 12353
            },
            {
                "phoneNumber": "5555555555",
                "email": "joe@example.com",
                "city": "Unknown",
                "zip": "Unknown",
                "void": false,
                "firstName": "",
                "lastName": "",
                "address1": "Unknown",
                "address2": "Address2",
                "identification": "UNKNOWN",
                "identificationType": "OTHER",
                "contactId": 12354,
                "type": "PAID_BY",
                "id": 12354
            },
            {
                "phoneNumber": "5555555555",
                "email": "joe@example.com",
                "city": "City",
                "zip": "12345",
                "void": false,
                "firstName": "Joe",
                "lastName": "Schmoe",
                "address1": "Address1",
                "address2": "address2",
                "identification": "ABC123",
                "identificationType": "US_DL",
                "idState": "CA",
                "contactId": 12389,
                "state": "CA",
                "type": "PAID_BY",
                "id": 12389
            }
        ],
        "releaseAuthorizedThrough": "2024-02-08T20:12:35.214488",
        "releaseAuthorizedOn": "2024-02-08T16:12:35.21864",
        "releaseAuthorizedBy": "AR abarton",
        "relatedVehicles": [],
        "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
    },
    "feeIncreases": [
        {
            "dateTime": {
                "dateTimeString": "2024-02-09T00:00:00.000"
            },
            "delta": 22.760000000000001563194018672220408916473388671875,
            "amount": 22.760000000000001563194018672220408916473388671875
        },
        {
            "dateTime": {
                "dateTimeString": "2024-02-10T00:00:00.000"
            },
            "delta": 22.760000000000001563194018672220408916473388671875,
            "amount": 45.520000000000003126388037344440817832946777343750
        }
    ],
    "allFeeItems": [
        {
            "code": "TowLD",
            "feeEventType": "TOW_COMPLETED",
            "unitPrice": 145.5000,
            "unitsCount": 1.00,
            "feeCategory": "TOW",
            "totalPrice": 145.5000,
            "effectiveDate": "2023-01-09T04:29:09.232",
            "totalPricePretax": 145.5000,
            "postedReceiptId": 1004000,
            "name": "Tow Fee-Light"
        },
        {
            "code": "ImpoundmentFee",
            "feeEventType": "TOW_COMPLETED",
            "unitPrice": 21.0300,
            "unitsCount": 1.00,
            "taxRate": 8.2500,
            "feeCategory": "IMPOUNDMENT",
            "totalPrice": 22.7600,
            "unitTax": 1.7300,
            "effectiveDate": "2023-01-09T04:29:09.232",
            "totalTax": 1.7300,
            "totalPricePretax": 21.0300,
            "postedReceiptId": 1004000,
            "name": "Impoundment Fee"
        },
        {
            "code": "Storage-STANDARD_REGULAR-IMP-TS-NONE",
            "feeEventType": "TOW_COMPLETED",
            "unitPrice": 21.0300,
            "unitsCount": 372.00,
            "taxRate": 8.2500,
            "feeCategory": "STORAGE",
            "totalPrice": 8466.7200,
            "unitTax": 1.7300,
            "effectiveDate": "2024-01-15T20:15:50.18237",
            "totalTax": 643.5600,
            "totalPricePretax": 7823.1600,
            "postedReceiptId": 1004000,
            "name": "Storage"
        },
        {
            "code": "Storage-STANDARD_REGULAR-IMP-TS-NONE",
            "feeEventType": "TOW_COMPLETED",
            "unitPrice": 21.0300,
            "unitsCount": 4.00,
            "taxRate": 8.2500,
            "feeCategory": "STORAGE",
            "totalPrice": 91.0400,
            "unitTax": 1.7300,
            "effectiveDate": "2024-01-19T08:23:36.26958",
            "totalTax": 6.9200,
            "totalPricePretax": 84.1200,
            "postedReceiptId": 1004000,
            "name": "Storage"
        },
        {
            "code": "Storage-STANDARD_REGULAR-IMP-TS-NONE",
            "feeEventType": "TOW_COMPLETED",
            "unitPrice": 21.0300,
            "unitsCount": 5.00,
            "taxRate": 8.2500,
            "feeCategory": "STORAGE",
            "totalPrice": 113.8000,
            "unitTax": 1.7300,
            "effectiveDate": "2024-01-24T10:00:39.88896",
            "totalTax": 8.6500,
            "totalPricePretax": 105.1500,
            "postedReceiptId": 1004000,
            "name": "Storage"
        },
        {
            "code": "Storage-STANDARD_REGULAR-IMP-TS-NONE",
            "feeEventType": "TOW_COMPLETED",
            "unitPrice": 21.0300,
            "unitsCount": 2.00,
            "taxRate": 8.2500,
            "feeCategory": "STORAGE",
            "totalPrice": 45.5200,
            "unitTax": 1.7300,
            "effectiveDate": "2024-01-26T09:09:26.9357",
            "totalTax": 3.4600,
            "totalPricePretax": 42.0600,
            "postedReceiptId": 1004000,
            "name": "Storage"
        },
        {
            "code": "Storage-STANDARD_REGULAR-IMP-TS-NONE",
            "feeEventType": "TOW_COMPLETED",
            "unitPrice": 21.0300,
            "unitsCount": 4.00,
            "taxRate": 8.2500,
            "feeCategory": "STORAGE",
            "totalPrice": 91.0400,
            "unitTax": 1.7300,
            "effectiveDate": "2024-01-30T16:54:11.52637",
            "totalTax": 6.9200,
            "totalPricePretax": 84.1200,
            "postedReceiptId": 1004000,
            "name": "Storage"
        },
        {
            "code": "Storage-STANDARD_REGULAR-IMP-TS-NONE",
            "feeEventType": "TOW_COMPLETED",
            "unitPrice": 21.0300,
            "unitsCount": 9.00,
            "taxRate": 8.2500,
            "feeCategory": "STORAGE",
            "totalPrice": 204.8400,
            "unitTax": 1.73,
            "effectiveDate": "2024-02-01T12:15:50",
            "totalTax": 15.5700,
            "totalPricePretax": 189.27,
            "postedReceiptId": 1004000,
            "name": "Storage"
        }
    ],
    "condensedFeeItems": [
        {
            "code": "TowLD",
            "feeEventType": "TOW_COMPLETED",
            "unitPrice": 145.5000,
            "unitsCount": 1.00,
            "feeCategory": "TOW",
            "totalPrice": 145.50,
            "effectiveDate": "2023-01-09T04:29:09.232",
            "totalPricePretax": 145.50,
            "name": "Tow Fee-Light"
        },
        {
            "code": "ImpoundmentFee",
            "feeEventType": "TOW_COMPLETED",
            "unitPrice": 21.0300,
            "unitsCount": 1.00,
            "taxRate": 8.2500,
            "feeCategory": "IMPOUNDMENT",
            "totalPrice": 22.7600,
            "unitTax": 1.73,
            "effectiveDate": "2023-01-09T04:29:09.232",
            "totalTax": 1.7300,
            "totalPricePretax": 21.03,
            "name": "Impoundment Fee"
        },
        {
            "code": "Storage-STANDARD_REGULAR-IMP-TS-NONE",
            "feeEventType": "TOW_COMPLETED",
            "unitPrice": 21.0300,
            "unitsCount": 396.00,
            "taxRate": 8.2500,
            "feeCategory": "STORAGE",
            "totalPrice": 9012.9600,
            "unitTax": 1.73,
            "effectiveDate": "2024-01-15T20:15:50.18237",
            "totalTax": 685.0800,
            "totalPricePretax": 8327.88,
            "name": "Storage"
        }
    ],
    "unpaidFeeItems": [],
    "eligibleForRelease": false,
    "eligibleForOnlinePayment": false,
    "receipts": [
        {
            "vehicleId": 1067632,
            "fees": [
                {
                    "code": "TowLD",
                    "feeEventType": "TOW_COMPLETED",
                    "unitPrice": 145.5000,
                    "unitsCount": 1.00,
                    "feeCategory": "TOW",
                    "totalPrice": 145.5000,
                    "effectiveDate": "2023-01-09T04:29:09.232",
                    "totalPricePretax": 145.5000,
                    "postedReceiptId": 1004000,
                    "name": "Tow Fee-Light"
                },
                {
                    "code": "ImpoundmentFee",
                    "feeEventType": "TOW_COMPLETED",
                    "unitPrice": 21.0300,
                    "unitsCount": 1.00,
                    "taxRate": 8.2500,
                    "feeCategory": "IMPOUNDMENT",
                    "totalPrice": 22.7600,
                    "unitTax": 1.7300,
                    "effectiveDate": "2023-01-09T04:29:09.232",
                    "totalTax": 1.7300,
                    "totalPricePretax": 21.0300,
                    "postedReceiptId": 1004000,
                    "name": "Impoundment Fee"
                },
                {
                    "code": "Storage-STANDARD_REGULAR-IMP-TS-NONE",
                    "feeEventType": "TOW_COMPLETED",
                    "unitPrice": 21.0300,
                    "unitsCount": 372.00,
                    "taxRate": 8.2500,
                    "feeCategory": "STORAGE",
                    "totalPrice": 8466.7200,
                    "unitTax": 1.7300,
                    "effectiveDate": "2024-01-15T20:15:50.18237",
                    "totalTax": 643.5600,
                    "totalPricePretax": 7823.1600,
                    "postedReceiptId": 1004000,
                    "name": "Storage"
                },
                {
                    "code": "Storage-STANDARD_REGULAR-IMP-TS-NONE",
                    "feeEventType": "TOW_COMPLETED",
                    "unitPrice": 21.0300,
                    "unitsCount": 4.00,
                    "taxRate": 8.2500,
                    "feeCategory": "STORAGE",
                    "totalPrice": 91.0400,
                    "unitTax": 1.7300,
                    "effectiveDate": "2024-01-19T08:23:36.26958",
                    "totalTax": 6.9200,
                    "totalPricePretax": 84.1200,
                    "postedReceiptId": 1004000,
                    "name": "Storage"
                }
            ],
            "amount": 8726.0200,
            "posted": false,
            "paidAmount": 0,
            "receiptType": "RELEASE",
            "createdDate": "2024-01-19T08:23:36.40781",
            "impoundContact": {
                "phoneNumber": "5555555555",
                "email": "joe@example.com",
                "city": "Unknown",
                "zip": "Unknown",
                "void": false,
                "firstName": "",
                "lastName": "",
                "address1": "Unknown",
                "address2": "Address2",
                "identification": "UNKNOWN",
                "identificationType": "OTHER",
                "contactId": 12338,
                "type": "PAID_BY",
                "id": 12338
            },
            "unpaidAmount": 8726.0200,
            "paid": false,
            "effectiveDate": "2024-01-19T08:23:36.26958",
            "payments": [
                {
                    "amount": 8634.9800,
                    "posted": false,
                    "createdDate": "2024-01-19T08:35:25.17592",
                    "impoundContact": {
                        "phoneNumber": "5555555555",
                        "email": "joe@example.com",
                        "city": "City",
                        "zip": "12345",
                        "void": false,
                        "firstName": "Joe",
                        "lastName": "Schmoe",
                        "address1": "Address",
                        "address2": "Address2",
                        "identification": "ABC123",
                        "identificationType": "US_DL",
                        "idState": "CA",
                        "contactId": 12330,
                        "state": "CA",
                        "type": "PAID_BY",
                        "id": 12330
                    },
                    "paymentType": "ON_ACCOUNT",
                    "paymentDate": "2022-03-10T12:15:50",
                    "externalRefNumber": "567uyt78tr5",
                    "userName": "bci-m_b285321e",
                    "receivedForUserId": 10492,
                    "id": 1003676
                },
                {
                    "amount": 75.9800,
                    "posted": false,
                    "createdDate": "2024-01-24T19:05:52.36763",
                    "impoundContact": {
                        "phoneNumber": "5555555555",
                        "email": "joe@example.com",
                        "city": "City",
                        "zip": "12345",
                        "void": false,
                        "firstName": "Joe",
                        "lastName": "Schmoe",
                        "address1": "Address",
                        "address2": "Address2",
                        "identification": "ABC123",
                        "identificationType": "US_DL",
                        "idState": "CA",
                        "contactId": 12330,
                        "state": "CA",
                        "type": "PAID_BY",
                        "id": 12330
                    },
                    "paymentType": "CREDIT_CARD",
                    "paymentDate": "2024-01-23T16:08:54",
                    "creditCardType": "MASTERCARD",
                    "authorizationNumber": "200024297",
                    "userName": "bci-m_b285321e",
                    "receivedForUserId": 10492,
                    "id": 1003680
                }
            ],
            "id": 1003957
        },
        {
            "vehicleId": 1067632,
            "fees": [
                {
                    "code": "Storage-STANDARD_REGULAR-IMP-TS-NONE",
                    "feeEventType": "TOW_COMPLETED",
                    "unitPrice": 21.0300,
                    "unitsCount": 5.00,
                    "taxRate": 8.2500,
                    "feeCategory": "STORAGE",
                    "totalPrice": 113.8000,
                    "unitTax": 1.7300,
                    "effectiveDate": "2024-01-24T10:00:39.88896",
                    "totalTax": 8.6500,
                    "totalPricePretax": 105.1500,
                    "postedReceiptId": 1004000,
                    "name": "Storage"
                }
            ],
            "amount": 113.8000,
            "posted": false,
            "paidAmount": 0,
            "receiptType": "RELEASE",
            "createdDate": "2024-01-24T10:00:40.00815",
            "impoundContact": {
                "phoneNumber": "5555555555",
                "email": "joe@example.com",
                "city": "Unknown",
                "zip": "Unknown",
                "void": false,
                "firstName": "",
                "lastName": "",
                "address1": "Unknown",
                "address2": "Address2",
                "identification": "UNKNOWN",
                "identificationType": "OTHER",
                "contactId": 12342,
                "type": "PAID_BY",
                "id": 12342
            },
            "unpaidAmount": 113.8000,
            "paid": false,
            "effectiveDate": "2024-01-24T10:00:39.88896",
            "payments": [],
            "id": 1003960
        },
        {
            "vehicleId": 1067632,
            "fees": [
                {
                    "code": "Storage-STANDARD_REGULAR-IMP-TS-NONE",
                    "feeEventType": "TOW_COMPLETED",
                    "unitPrice": 21.0300,
                    "unitsCount": 2.00,
                    "taxRate": 8.2500,
                    "feeCategory": "STORAGE",
                    "totalPrice": 45.5200,
                    "unitTax": 1.7300,
                    "effectiveDate": "2024-01-26T09:09:26.9357",
                    "totalTax": 3.4600,
                    "totalPricePretax": 42.0600,
                    "postedReceiptId": 1004000,
                    "name": "Storage"
                }
            ],
            "amount": 45.5200,
            "posted": false,
            "paidAmount": 0,
            "receiptType": "RELEASE",
            "createdDate": "2024-01-26T09:09:27.20265",
            "impoundContact": {
                "phoneNumber": "5555555555",
                "email": "joe@example.com",
   },
    "feeIncreases": [
        {
            "citydateTime": "Unknown",{
                "zipdateTimeString": "Unknown",2024-02-09T00:00:00.000"
            },
   "void": false,        "delta": 22.760000000000001563194018672220408916473388671875,
       "firstName": "",    "amount": 22.760000000000001563194018672220408916473388671875
        },
   "lastName": "",    {
            "address1dateTime": "Unknown",{
                "address2dateTimeString": "Address2",2024-02-10T00:00:00.000"
                "identification": "UNKNOWN"},
                "identificationTypedelta": "OTHER",
  22.760000000000001563194018672220408916473388671875,
             "contactIdamount": 12350,45.520000000000003126388037344440817832946777343750
        }
    ],
    "typeallFeeItems": "PAID_BY",[
        {
       "id": 12350             }"code": "TowLD",
            "unpaidAmountfeeEventType": 45.5200"TOW_COMPLETED",
            "paidunitPrice": false145.5000,
            "effectiveDateunitsCount": "2024-01-26T09:09:26.9357"1.00,
            "paymentsfeeCategory": []"TOW",
            "idtotalPrice": 1003964145.5000,
        },    "effectiveDate": "2023-01-09T04:29:09.232",
   {             "vehicleIdtotalPricePretax": 1067632145.5000,
            "feespostedReceiptId": [1004001,
            "name": "Tow Fee-Light"
 {       },
        {
    "code": "Storage-STANDARD_REGULAR-IMP-TS-NONE",       "code": "ImpoundmentFee",
            "feeEventType": "TOW_COMPLETED",
    
               "unitPrice": 21.0300,
 
                  "unitsCount": 41.00,
                    "taxRate": 8.2500,
       
            "feeCategory": "STORAGEIMPOUNDMENT",
                    "totalPrice": 9122.0400,
      7600,
             "unitTax": 1.7300,
            "effectiveDate": "2023-01-09T04:29:09.232",
            "effectiveDatetotalTax": "2024-01-30T16:54:11.52637",1.7300,
            "totalPricePretax": 21.0300,
             "totalTaxpostedReceiptId": 6.92001004001,
            "name": "Impoundment Fee"
       "totalPricePretax": 84.1200 },
        {
            "postedReceiptIdcode": 1004000,
 "Storage-STANDARD_REGULAR-IMP-TS-NONE",
                  "name"feeEventType": "StorageTOW_COMPLETED",
            "unitPrice": 21.0300,
  }             ]"unitsCount": 372.00,
            "amounttaxRate": 918.04002500,
            "postedfeeCategory": false"STORAGE",
            "paidAmounttotalPrice": 08466.7200,
            "receiptTypeunitTax": "RELEASE"1.7300,
            "createdDateeffectiveDate": "2024-01-30T1615T20:5415:11.64326"50.18237",
            "totalTax": 643.5600,
            "impoundContacttotalPricePretax": { 7823.1600,
            "postedReceiptId": 1004001,
            "phoneNumbername": "5555555555",Storage"
        },
        {
            "emailcode": "joe@example.com",
   Storage-STANDARD_REGULAR-IMP-TS-NONE",
            "cityfeeEventType": "UnknownTOW_COMPLETED",
                "zipunitPrice": "Unknown"21.0300,
                "voidunitsCount": false4.00,
                "firstNametaxRate": "",
  8.2500,
             "lastNamefeeCategory": "STORAGE",
 
              "address1totalPrice": "Unknown",
  91.0400,
             "address2unitTax": "Address2",
  1.7300,
             "identificationeffectiveDate": "UNKNOWN2024-01-19T08:23:36.26958",
                "identificationTypetotalTax": "OTHER"6.9200,
                "contactIdtotalPricePretax": 1235184.1200,

               "typepostedReceiptId": "PAID_BY"1004001,
            "name": "Storage"
   "id": 12351    },
        },{
            "unpaidAmountcode": 91.0400"Storage-STANDARD_REGULAR-IMP-TS-NONE",
            "paidfeeEventType": false"TOW_COMPLETED",
            "effectiveDateunitPrice": "2024-01-30T16:54:11.52637"21.0300,
            "paymentsunitsCount": []5.00,
            "idtaxRate": 1003965
   8.2500,
    },         {"feeCategory": "STORAGE",
            "vehicleIdtotalPrice": 1067632113.8000,
            "feesunitTax": []1.7300,
            "amounteffectiveDate": 0.0000"2024-01-24T10:00:39.88896",
            "postedtotalTax": false8.6500,
            "paidAmounttotalPricePretax": 0105.1500,
            "receiptTypepostedReceiptId": "RELEASE"1004001,
            "createdDatename": "2024-01-30T16:57:02.9674",Storage"
        },
   "impoundContact": {    {
            "phoneNumbercode": "5555555555Storage-STANDARD_REGULAR-IMP-TS-NONE",
   
            "emailfeeEventType": "joe@example.comTOW_COMPLETED",
                "cityunitPrice": "Unknown",
   21.0300,
            "zipunitsCount": "Unknown"2.00,
                "voidtaxRate": false,
   8.2500,
            "firstNamefeeCategory": "STORAGE",
            "totalPrice": 45.5200,
            "lastNameunitTax": "",
   1.7300,
            "address1effectiveDate": "Unknown",2024-01-26T09:09:26.9357",
            "totalTax": 3.4600,
            "address2totalPricePretax": "Address2"42.0600,
                "identificationpostedReceiptId": "UNKNOWN"1004001,
                "identificationTypename": "OTHERStorage",
        },
       "contactId": 12352,
    {
            "typecode": "PAID_BYStorage-STANDARD_REGULAR-IMP-TS-NONE",
                "id": 12352"feeEventType": "TOW_COMPLETED",
             }"unitPrice": 21.0300,
            "unpaidAmountunitsCount": 04.000000,
            "paidtaxRate": true8.2500,
            "effectiveDatefeeCategory": "2024-01-30T16:57:02.85338STORAGE",
            "paymentstotalPrice": []91.0400,
            "idunitTax": 1003966
 1.7300,
      },         {"effectiveDate": "2024-01-30T16:54:11.52637",
            "vehicleIdtotalTax": 10676326.9200,
            "feestotalPricePretax": []84.1200,
            "amountpostedReceiptId": 0.00001004001,
            "postedname": false, "Storage"
        },
      "paidAmount": 0,  {
            "receiptType": "RELEASE"code": "Storage-STANDARD_REGULAR-IMP-TS-NONE",
            "createdDatefeeEventType": "2024-01-30T17:13:53.85843TOW_COMPLETED",
            "impoundContactunitPrice": {21.0300,
                "phoneNumberunitsCount": "5555555555",
   9.00,
            "emailtaxRate": "joe@example8.com"2500,
                "cityfeeCategory": "UnknownSTORAGE",
                "ziptotalPrice": "Unknown",
   204.8400,
            "voidunitTax": false,
  1.7300,
             "firstNameeffectiveDate": "2024-02-01T12:15:50",
                "lastNametotalTax": "",
 15.5700,
              "address1totalPricePretax": "Unknown",
   189.2700,
            "address2postedReceiptId": "Address2"1004001,
                "identificationname": "UNKNOWNStorage",
        }
    ],
    "identificationTypecondensedFeeItems": "OTHER", [
        {
            "contactIdcode": 12353,
  "TowLD",
             "typefeeEventType": "PAIDTOW_BYCOMPLETED",
   
            "idunitPrice": 12353145.5000,
            }"unitsCount": 1.00,
            "unpaidAmountfeeCategory": 0.0000"TOW",
            "paidtotalPrice": true145.50,
            "effectiveDate": "20242023-01-30T1709T04:1329:5309.74032232",
            "paymentstotalPricePretax": []145.50,
            "idname": 1003967 "Tow Fee-Light"
        },
        {
            "vehicleIdcode": 1067632"ImpoundmentFee",
            "feesfeeEventType": []"TOW_COMPLETED",
            "amountunitPrice": 021.00000300,
            "postedunitsCount": false1.00,
            "paidAmounttaxRate": 08.2500,
            "receiptTypefeeCategory": "RELEASEIMPOUNDMENT",
            "createdDatetotalPrice": "2024-01-30T17:17:20.34434"22.7600,
            "impoundContactunitTax": {
   1.73,
            "phoneNumbereffectiveDate": "55555555552023-01-09T04:29:09.232",
                "emailtotalTax": "joe@example1.com",
   7300,
            "citytotalPricePretax": "Unknown"21.03,
                "zipname": "UnknownImpoundment Fee",
                "void": false},
                "firstName": "",{
                "lastNamecode": "Storage-STANDARD_REGULAR-IMP-TS-NONE",
   
            "address1feeEventType": "UnknownTOW_COMPLETED",
                "address2unitPrice": "Address2"21.0300,
                "identificationunitsCount": "UNKNOWN"396.00,
                "identificationTypetaxRate": "OTHER",
   8.2500,
            "contactIdfeeCategory": 12354"STORAGE",
 
              "typetotalPrice": "PAID_BY",
   9012.9600,
            "idunitTax": 1.73,
12354             }"effectiveDate": "2024-01-15T20:15:50.18237",
            "unpaidAmounttotalTax": 0685.00000800,
            "paidtotalPricePretax": true8327.88,
            "effectiveDatename": "2024-01-30T17:17:20.22493",Storage"
        }
    ],
    "paymentsunpaidFeeItems": [],
       "eligibleForRelease": false,
    "ideligibleForOnlinePayment": 1003968false,
    "receipts":  [
 },         {
            "vehicleId": 1067632,
            "fees": [
                {
                    "code": "TowLD",
                    "feeEventType": "TOW_COMPLETED",
                    "unitPrice": 145.5000,
                    "unitsCount": 1.00,
                    "feeCategory": "TOW",
                    "totalPrice": 145.5000,
                    "effectiveDate": "2023-01-09T04:29:09.232",
                    "totalPricePretax": 145.5000,
                    "postedReceiptId": 10040001004001,
                    "name": "Tow Fee-Light"
                },
                {
                    "code": "ImpoundmentFee",
                    "feeEventType": "TOW_COMPLETED",
                    "unitPrice": 21.0300,
                    "unitsCount": 1.00,
                    "taxRate": 8.2500,
                    "feeCategory": "IMPOUNDMENT",
                    "totalPrice": 22.7600,
                    "unitTax": 1.7300,
                    "effectiveDate": "2023-01-09T04:29:09.232",
                    "totalTax": 1.7300,
                    "totalPricePretax": 21.0300,
                    "postedReceiptId": 10040001004001,
                    "name": "Impoundment Fee"
                },
                {
                    "code": "Storage-STANDARD_REGULAR-IMP-TS-NONE",
                    "feeEventType": "TOW_COMPLETED",
                    "unitPrice": 21.0300,
                    "unitsCount": 372.00,
                    "taxRate": 8.2500,
                    "feeCategory": "STORAGE",
                    "totalPrice": 8466.7200,
                    "unitTax": 1.7300,
                    "effectiveDate": "2024-01-15T20:15:50.18237",
                    "totalTax": 643.5600,
                    "totalPricePretax": 7823.1600,
                    "postedReceiptId": 10040001004001,
                    "name": "Storage"
                },
                {
                    "code": "Storage-STANDARD_REGULAR-IMP-TS-NONE",
                    "feeEventType": "TOW_COMPLETED",
                    "unitPrice": 21.0300,
                    "unitsCount": 4.00,
                    "taxRate": 8.2500,
                    "feeCategory": "STORAGE",
                    "totalPrice": 91.0400,
                    "unitTax": 1.7300,
                    "effectiveDate": "2024-01-19T08:23:36.26958",
                    "totalTax": 6.9200,
                    "totalPricePretax": 84.1200,
                    "postedReceiptId": 10040001004001,
                    "name": "Storage"
                },
                {
                    "code": "Storage-STANDARD_REGULAR-IMP-TS-NONE",
                    "feeEventType": "TOW_COMPLETED",
                    "unitPrice": 21.0300,
                    "unitsCount": 5.00,
                    "taxRate": 8.2500,
                    "feeCategory": "STORAGE",
                    "totalPrice": 113.8000,
                    "unitTax": 1.7300,
                    "effectiveDate": "2024-01-24T10:00:39.88896",
                    "totalTax": 8.6500,
                    "totalPricePretax": 105.1500,
                    "postedReceiptId": 10040001004001,
                    "name": "Storage"
                },
                {
                    "code": "Storage-STANDARD_REGULAR-IMP-TS-NONE",
                    "feeEventType": "TOW_COMPLETED",
                    "unitPrice": 21.0300,
                    "unitsCount": 2.00,
                    "taxRate": 8.2500,
                    "feeCategory": "STORAGE",
                    "totalPrice": 45.5200,
                    "unitTax": 1.7300,
                    "effectiveDate": "2024-01-26T09:09:26.9357",
                    "totalTax": 3.4600,
                    "totalPricePretax": 42.0600,
                    "postedReceiptId": 10040001004001,
                    "name": "Storage"
                },
                {
                    "code": "Storage-STANDARD_REGULAR-IMP-TS-NONE",
                    "feeEventType": "TOW_COMPLETED",
                    "unitPrice": 21.0300,
                    "unitsCount": 4.00,
                    "taxRate": 8.2500,
                    "feeCategory": "STORAGE",
                    "totalPrice": 91.0400,
                    "unitTax": 1.7300,
                    "effectiveDate": "2024-01-30T16:54:11.52637",
                    "totalTax": 6.9200,
                    "totalPricePretax": 84.1200,
                    "postedReceiptId": 10040001004001,
                    "name": "Storage"
                },
                {
                    "code": "Storage-STANDARD_REGULAR-IMP-TS-NONE",
                    "feeEventType": "TOW_COMPLETED",
                    "unitPrice": 21.0300,
                    "unitsCount": 9.00,
                    "taxRate": 8.2500,
                    "feeCategory": "STORAGE",
                    "totalPrice": 204.8400,
                    "unitTax": 1.737300,
                    "effectiveDate": "2024-02-01T12:15:50",
                    "totalTax": 15.5700,
                    "totalPricePretax": 189.272700,
                    "postedReceiptId": 10040001004001,
                    "name": "Storage"
                }
            ],
            "amount": 9181.2200,
            "posted": true,
            "paidAmount": 9181.2200,
            "receiptType": "RELEASE",
            "createdDate": "2024-02-08T16:1221:3515.107563169112",
            "impoundContact": {
                "phoneNumber": "5555555555",
                "email": "joe@example.com",
                "city": "City",
                "zip": "12345",
                "void": false,
                "firstName": "Joe",
                "lastName": "Schmoe",
                "address1": "Address1",
                "address2": "address2",
                "identification": "ABC123",
                "identificationType": "US_DL",
                "idState": "CA",
                "contactId": 1238912390,
                "state": "CA",
                "type": "PAID_BY",
                "id": 1238912390
            },
            "unpaidAmount": 0.0000,
            "paid": true,
            "effectiveDate": "2024-02-01T12:15:50",
            "payments": [
                {
                    "amount": 9181.2200,
                    "posted": true,
                    "createdDate": "2024-02-08T16:1221:3515.143661204587",
                    "impoundContact": {
                        "phoneNumber": "5555555555",
                        "email": "joe@example.com",
                        "city": "City",
                        "zip": "12345",
                        "void": false,
                        "firstName": "Joe",
                        "lastName": "Schmoe",
                        "address1": "Address1",
                        "address2": "address2",
                        "identification": "ABC123",
                        "identificationType": "US_DL",
                        "idState": "CA",
                        "contactId": 1238912390,
                        "state": "CA",
                        "type": "PAID_BY",
                        "id": 1238912390
                    },
                    "paymentType": "CREDIT_CARD",
                    "paymentDate": "2024-02-01T12:15:50",
                    "authorizationNumber": "string",
                    "externalRefNumber": "string",
                    "userName": "abarton",
                    "receivedForUserId": 121,
                    "id": 10036911003692
                }
            ],
            "id": 10040001004001
        }
    ],
    "totalUnpaid": 0
}