Members
-
id :string
-
Description
A unique ID that identifies the service
Details
-
monday :int
-
Description
A binary value indicating whether the service is valid for all Mondays
Details
-
tuesday :int
-
Description
A binary value indicating whether the service is valid for all Tuesdays
Details
-
wednesday :int
-
Description
A binary value indicating whether the service is valid for all Wednesdays
Details
-
thursday :int
-
Description
A binary value indicating whether the service is valid for all Thursdays
Details
-
friday :int
-
Description
A binary value indicating whether the service is valid for all Fridays
Details
-
saturday :int
-
Description
A binary value indicating whether the service is valid for all Saturdays
Details
-
sunday :int
-
Description
A binary value indicating whether the service is valid for all Sundays
Details
-
startDate :Number
-
Description
The start date for the service in YYYYMMDD format
Details
-
endDate :Number
-
Description
The end date for the service in YYYYMMDD format
Details
-
serviceExceptions :Array.<ServiceException>
-
Description
A list of Service Exceptions (additions and/or removals of regular service on specific dates) for the Service
Details