BootView WebApi

<back to all web services

CreateBootRecord

Creates a new Boot Record.
CreateBootRecord Parameters:
NameParameterData TypeRequiredDescription
IdbodyGuidNoThe Boot Record Id.
CustomerIdbodyGuidYesThe Customer Id.
BootIdbodyGuidYesThe Boot Id.
BootSerialNumberquerystringYesThe serial number of the boot.
RedirectAfterSavebodyboolNoWhether to redirect the user to the new attempt or to add another record.
AttemptIdbodyGuidNoThe Attempt Id.
StickerIdbodystringYesThe Sticker Id/Vio.
VehicleIdbodyGuidNoThe Vehicle Id.
LicenseTagbodystringYesThe License Tag.
ColorbodystringYesThe vehicle Color.
MakeModelbodystringYesThe vehicle Make/Model.
LicenseStatebodystringYesThe License State.
PlateTypebodystringNoThe Plate Type.
PreventReleasebodyboolNoWhether to prevent release or not.
TowEligibleDatebodyDateTimeNoThe Tow Eligible Date.
BootDatebodyDateTimeNoThe Boot Date.
BootTimebodyDateTimeNoThe Boot Time.
BootReturnDueDateOverridebodyDateTimeNoThe Boot Return Due Date Override.
StatusbodyintNoThe Boot Status.
StatusIdbodyintNoThe Boot Status Id.
StatusLabelbodystringNoThe Boot Status Label.
BootStatusDatebodyDateTimeNoThe Boot Status Date.
IsBootRecordDeletedbodyboolNoWhether the boot record is deleted.
AssistedReleaseReasonIdbodyGuidNoThe Assisted Release Reason Id.
IsQueuedForTowbodyboolNoWhether vehicle is queued for tow.
QueuedForTowReasonIdbodyGuidNoThe Queued For Tow Reason Id.
StandardBootReasonbodystringYesThe Standard Boot Reason.
LocationbodystringYesThe Vehicle Location.
CustomBootReasonbodystringNoThe Custom Boot Reason.
TowCompanyIdbodyGuidNoThe Tow Company Id.
OfficerIdbodyGuidYesThe Officer Id.
ParkingAreaIdbodyGuidYesThe Parking Area Id.
BootingOfficerIdbodyGuidNoThe Booting Officer Id.
IsBootReturnedbodyboolNoWhether the boot is returned.
BootReturnedDateOrDateDuebodyDateTimeNoThe Boot Returned Date or Date Due.
IsRunawaybodyboolNoWhether the vehicle is a runaway.
IsBootViewSourcebodyboolNoWhether it is BootView Source.
TowEligibleDateHasChangedbodyboolNoWhether the Tow Eligible Date Has Changed.
BootedStreetSidebodyboolNoWhether it is booted street side.
MandatoryAssistedReleasebodyboolNoWhether it is a Mandatory Assisted Release .
LatitudebodystringNoThe Boot Record Latitude.
LongitudebodystringNoThe Boot Record Longitude.
CreateBootRecordResult Parameters:
NameParameterData TypeRequiredDescription
CollectionAttemptIdformGuidNo

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

HTTP + SOAP12

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /soap12 HTTP/1.1 
Host: api.paylock.com 
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
    <soap12:Body>

<CreateBootRecord xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BootView.WebApi.ServiceModel">
  <AssistedReleaseReasonId>00000000-0000-0000-0000-000000000000</AssistedReleaseReasonId>
  <AttemptId>00000000-0000-0000-0000-000000000000</AttemptId>
  <BootDate>0001-01-01T00:00:00</BootDate>
  <BootId>00000000-0000-0000-0000-000000000000</BootId>
  <BootReturnDueDateOverride>0001-01-01T00:00:00</BootReturnDueDateOverride>
  <BootReturnedDateOrDateDue>0001-01-01T00:00:00</BootReturnedDateOrDateDue>
  <BootSerialNumber>String</BootSerialNumber>
  <BootStatusDate>0001-01-01T00:00:00</BootStatusDate>
  <BootTime>0001-01-01T00:00:00</BootTime>
  <BootedStreetSide>false</BootedStreetSide>
  <BootingOfficerId>00000000-0000-0000-0000-000000000000</BootingOfficerId>
  <Color>String</Color>
  <CustomBootReason>String</CustomBootReason>
  <CustomerId>00000000-0000-0000-0000-000000000000</CustomerId>
  <Id>00000000-0000-0000-0000-000000000000</Id>
  <IsBootRecordDeleted>false</IsBootRecordDeleted>
  <IsBootReturned>false</IsBootReturned>
  <IsBootViewSource>false</IsBootViewSource>
  <IsQueuedForTow>false</IsQueuedForTow>
  <IsRunaway>false</IsRunaway>
  <Latitude>String</Latitude>
  <LicenseState>String</LicenseState>
  <LicenseTag>String</LicenseTag>
  <Location>String</Location>
  <Longitude>String</Longitude>
  <MakeModel>String</MakeModel>
  <MandatoryAssistedRelease>false</MandatoryAssistedRelease>
  <OfficerId>00000000-0000-0000-0000-000000000000</OfficerId>
  <ParkingAreaId>00000000-0000-0000-0000-000000000000</ParkingAreaId>
  <PlateType>String</PlateType>
  <PreventRelease>false</PreventRelease>
  <QueuedForTowReasonId>00000000-0000-0000-0000-000000000000</QueuedForTowReasonId>
  <RedirectAfterSave>false</RedirectAfterSave>
  <StandardBootReason>String</StandardBootReason>
  <Status>0</Status>
  <StatusId>0</StatusId>
  <StatusLabel>String</StatusLabel>
  <StickerId>String</StickerId>
  <TowCompanyId>00000000-0000-0000-0000-000000000000</TowCompanyId>
  <TowEligibleDate>0001-01-01T00:00:00</TowEligibleDate>
  <TowEligibleDateHasChanged>false</TowEligibleDateHasChanged>
  <VehicleId>00000000-0000-0000-0000-000000000000</VehicleId>
</CreateBootRecord>

    </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
    <soap12:Body>

<CreateBootRecordResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BootView.WebApi.ServiceModel">
  <CollectionAttemptId>00000000-0000-0000-0000-000000000000</CollectionAttemptId>
</CreateBootRecordResult>

    </soap12:Body>
</soap12:Envelope>