CalendarServiceData Data Type

Implemented Interfaces
Serializable
Properties
name data type description
agencyIds array of FeedScopedId
serviceIds array of FeedScopedId

Example

{
  "agencyIds" : [ {
    "feedId" : "...",
    "id" : "..."
  }, {
    "feedId" : "...",
    "id" : "..."
  } ],
  "serviceIds" : [ {
    "feedId" : "...",
    "id" : "..."
  }, {
    "feedId" : "...",
    "id" : "..."
  } ]
}