| GET | /bootrecords | Find all the boot records that meet the search criteria |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| CustomerId | query | Guid | No | The customer Id for which we want the boot records. |
| Followup | query | bool | No | Whether the record is flagged for followup. |
| PaymentPlan | query | bool | No | Whether there is a payment plan for this boot record. |
| FirstName | query | string | No | The first name of the motorist associated with the vehicle for this boot record. |
| LastName | query | string | No | The last name of the motorist associated with the vehicle for this boot record. |
| LicenseTag | query | string | No | The license tag. |
| LicenseState | query | string | No | The license state. |
| CarMakeModel | query | string | No | The car make and model. |
| CarColor | query | string | No | The car color. |
| ParkingAreaId | query | Guid | No | The parking area Id for which we want the boot records. |
| OfficerId | query | Guid | No | The officer Id. |
| EnforcementOfficerId | query | Guid | No | The enforcement officer Id. |
| BootSerialNumber | query | string | No | The serial number of the boot. |
| Location | query | string | No | The location. |
| BootedFrom | query | DateTime | No | The earliest date of boot installation. |
| BootedTo | query | DateTime | No | The most recent boot installation date. |
| StatusId | query | int | No | The boot record status id. |
| StickerId | query | string | No | The sticker Id. |
| SortField | query | string | No | The sort field. |
| PageIndex | query | int | No | The page index. |
| PageSize | query | int | No | Number of results to return. |
| HistoricalStatusId | query | int | No | Historical status Id. |
| HistoricalFrom | query | DateTime | No | The earliest historical date of boot installation. |
| HistoricalTo | query | DateTime | No | The most recent historical boot installation date. |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /bootrecords HTTP/1.1 Host: api.paylock.com Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
[{"stickerId":"String","customerCode":"String","licenseTag":"String","licenseState":"String","carMakeModel":"String","carColor":"String","firstName":"String","lastName":"String","location":"String","phonenumber":"String","installedOn":"\/Date(-62135596800000-0000)\/","netDue":0,"collectionAttemptId":"00000000000000000000000000000000","vehicleId":"00000000000000000000000000000000","bootSerialNumber":"String"}]