RouteServiceUpdateRoute Method |
The only mandatory field is .fleetmanagerID + any fields that have changed. Any fields you pass in that are blank or that are not included will NOT overwrite anything in the database. It is only to going to look at values that are present.
If you need to modify the start or end times of a route, please populate.startTimeJson and.endTimeJson.Use UTC epoch timestamps for these values.
POST restURL/RouteService/Routes/Update?Token={token}&Device={device}
Namespace: ParaPlanREST
public SimpleResponse UpdateRoute( Fleetmanager fm, string token, string device )