go back to DispatchService

POST /dispatch/clearStop/{stopId}

Clears the stop with the given dates and creates a service failure record if necessary.

Parameters

name description type default type
stopId ID of the stop being cleared path String
arrivalDate arrival date and time at stop query Date
departureDate departure date and time from stop query Date
delayCode service failure code if one should be created query String
delayComments service failure comments query String
hub hub/odometer reading of the tractor at this stop query Integer

Result

Response of type: text/plain

a response object containing an HTTP response code and string representing success or failure of the web service call

Try It Out

Request

- Authentication Help
- String
- Date
- Date
- String
- String
- Integer