BootView WebApi

<back to all web services

FindBootRecords

The following routes are available for this service:
GET/bootrecordsFind all the boot records that meet the search criteria
FindBootRecords Parameters:
NameParameterData TypeRequiredDescription
CustomerIdqueryGuidNoThe customer Id for which we want the boot records.
FollowupqueryboolNoWhether the record is flagged for followup.
PaymentPlanqueryboolNoWhether there is a payment plan for this boot record.
FirstNamequerystringNoThe first name of the motorist associated with the vehicle for this boot record.
LastNamequerystringNoThe last name of the motorist associated with the vehicle for this boot record.
LicenseTagquerystringNoThe license tag.
LicenseStatequerystringNoThe license state.
CarMakeModelquerystringNoThe car make and model.
CarColorquerystringNoThe car color.
ParkingAreaIdqueryGuidNoThe parking area Id for which we want the boot records.
OfficerIdqueryGuidNoThe officer Id.
EnforcementOfficerIdqueryGuidNoThe enforcement officer Id.
BootSerialNumberquerystringNoThe serial number of the boot.
LocationquerystringNoThe location.
BootedFromqueryDateTimeNoThe earliest date of boot installation.
BootedToqueryDateTimeNoThe most recent boot installation date.
StatusIdqueryintNoThe boot record status id.
StickerIdquerystringNoThe sticker Id.
SortFieldquerystringNoThe sort field.
PageIndexqueryintNoThe page index.
PageSizequeryintNoNumber of results to return.
HistoricalStatusIdqueryintNoHistorical status Id.
HistoricalFromqueryDateTimeNoThe earliest historical date of boot installation.
HistoricalToqueryDateTimeNoThe most recent historical boot installation date.

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

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: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

[
	{
		stickerId: String,
		customerCode: String,
		licenseTag: String,
		licenseState: String,
		carMakeModel: String,
		carColor: String,
		firstName: String,
		lastName: String,
		location: String,
		phonenumber: String,
		installedOn: 0001-01-01,
		netDue: 0,
		collectionAttemptId: 00000000000000000000000000000000,
		vehicleId: 00000000000000000000000000000000,
		bootSerialNumber: String
	}
]