Field Squared API Services

<back to all web services

DriveTimeBatch

The following routes are available for this service:
POST/{Workspace}/DriveTimeBatch
DriveTimeBatch Parameters:
NameParameterData TypeRequiredDescription
DriveTimesbodyList<DriveTime>No
WorkspacepathstringNo
DriveTime Parameters:
NameParameterData TypeRequiredDescription
WorkspaceformstringNo
StartLocformLocationNo
EndLocformLocationNo
DurationformdoubleNo
DistanceformdoubleNo
ErrorformstringNo
UserIdformstringNo
EndScheduleIdformstringNo
TimeBetweenSchedulesformintNo
Location Parameters:
NameParameterData TypeRequiredDescription
yformdoubleNo
xformdoubleNo

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 /{Workspace}/DriveTimeBatch HTTP/1.1 
Host: dev.fieldsquared.com 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"DriveTimes":[{"Workspace":"String","StartLoc":{"y":0,"x":0},"EndLoc":{"y":0,"x":0},"Duration":0,"Distance":0,"Error":"String","UserId":"String","EndScheduleId":"String","TimeBetweenSchedules":0}],"Workspace":"String"}