[v2.6] FixedRoute

Overview

This endpoint covers the following functionality:

  • GetActiveFixedRoutes: Returns a list of currently active fixed routes, route information and the collection of stops are on the route.
  • FixedRoute: Provides the ability for an external system to load an address into SCC as a fixed route stop.  

GET /FixedRoute/GetActiveFixedRoutes


 Response
PropertyData TypeNotes
namestringFixed route name.
effectiveDateStartstring

The start date for the fixed route.

effectiveDateEndstringThe end date for the fixed route.
cutoffTimestringThe cutoff time used by the system when determining if the tender can be released on days the route is executed. 
carrierNamestringCarrier servicing the route.
carrierServiceNamestringService of the carrier being used. 
scheduledDaysCollection -StringThe days of the week that the route is run.
stopNamesCollection - StringThe stops included in the fixed route. 






POST /FixedRoute


 Request Body
PropertyData TypeNotes
stopNamestringName assigned to the fixed route stop.
stopTypestring
  • Vendor
  • Customer
  • OriginLocation
activebooleanIs the stop active currently?
notesstring
fixedRouteNamesCollection - String

List of fixed routes this stop is on. 

Should be blank when transmitted to SCC. 



 address
PropertyData TypeNotes
namestringmax length: 100
companystringmax length: 150
attentionTostringmax length: 150
addressLinesstring
citystringmax length: 150
postalCodestringmax length: 15
stateProvinceCodestringmax length: 5
countrystring
countryCodestringmax length: 5
phoneNumberstringmax length: 20
residentialbooleanNot applicable.
taxIdstringNot applicable.
emailAddressstringNot applicable.
countystringNot applicable.


 identificationNumbers
PropertyData TypeNotes
vatstringNot applicable.
eoristringNot applicable.

 Response
PropertyData TypeNotes
successfulSaveCountintegerint32
errorMessagesstring

Feedback

Submit feedback.