BootView WebApi

<back to all web services

saveEnforcementZoneHistory

The following routes are available for this service:
POST/saveEnforcementZoneHistorySave the optiroute points stauts for a user on a particular day, This information comes from windows Easylpr application
saveEnforcementZoneHistory Parameters:
NameParameterData TypeRequiredDescription
enforcementZoneHistorybodyList<EnforcementZoneHistory>YesThe list of optiroute point status for a particular user.
EnforcementZoneHistory Parameters:
NameParameterData TypeRequiredDescription
EnforcementZoneHistoryidformGuidNo
OfficerIdformGuidNo
ZoneNameformstringNo
LatitudeformstringNo
LongitudeformstringNo
CustomerIdformGuidNo
PointNameformstringNo
VisitedDateformDateTimeNo
StatusformintNo
WorkDateformDateTimeNo

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.

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

{
	enforcementZoneHistory: 
	[
		{
			zoneName: String,
			latitude: String,
			longitude: String,
			pointName: String,
			visitedDate: 0001-01-01,
			status: 0,
			workDate: 0001-01-01
		}
	]
}