go back to CarrierDispatchService

POST /carrierDispatch/clearStop/{stopId}

This method clears the specified stop using the parameters given.

Parameters

name description type default type
stopId ID of the stop to be cleared path String
arrivalDate date of arrival at the stop query Date
departureDate date of departure from the stop query Date
delayCode code representing the reason for a service failure, if one existed query String
delayComments comments representing reason for a service failure, if one existed query String

Result

Response of type: text/plain

a response containing the success or failure of the clear stop request

Try It Out

Request

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