BootView WebApi

<back to all web services

CreateNoticeRecord

The following routes are available for this service:
POST/noticerecordsCreates a new notice record.
CreateNoticeRecord Parameters:
NameParameterData TypeRequiredDescription
CustomerIdbodyGuidYesThe customer Id for which we want the notice records.
LicenseTagbodystringYesThe license tag.
LicenseStatebodystringYesThe license state.
PlateTypebodystringNoThe plate type.
CarMakeModelbodystringYesThe car make and model.
CarColorbodystringYesThe car color.
StickerIdbodystringYesThe sticker Id.
ParkingAreaIdbodyGuidYesThe parking area Id for which we want the notice records.
OfficerIdbodyGuidYesThe officer Id.
LocationbodystringYesThe Vehicle Location.
NoticedOnbodyDateTimeNoThe date/time of notice.
NoticeTypeIdbodyint?YesThe Notice Type Id.
NoticeReasonbodystringYesThe notice reason.
CreateNoticeRecordResult Parameters:
NameParameterData TypeRequiredDescription
CollectionAttemptIdformGuidNo

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

HTTP + CSV

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

POST /noticerecords HTTP/1.1 
Host: api.paylock.com 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"customerId":"00000000000000000000000000000000","licenseTag":"String","licenseState":"String","plateType":"String","carMakeModel":"String","carColor":"String","stickerId":"String","parkingAreaId":"00000000000000000000000000000000","officerId":"00000000000000000000000000000000","location":"String","noticedOn":"\/Date(-62135596800000-0000)\/","noticeTypeId":0,"noticeReason":"String"}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"collectionAttemptId":"00000000000000000000000000000000"}