AbstractDiscoveryDeliveryStructure Data Type

Subtypes
FacilityDeliveryStructure, LinesDeliveryStructure, ServiceFeaturesDeliveryStructure, ProductCategoriesDeliveryStructure, InfoChannelDeliveryStructure, StopPointsDeliveryStructure, VehicleFeaturesDeliveryStructure
Implemented Interfaces
Serializable
Properties
name data type description
Status boolean
ErrorCondition ServiceDeliveryErrorConditionElement
ValidUntil string
ShortestPossibleCycle Duration
Properties inherited from ResponseStructure
ResponseTimestamp string

Example

{
  "Status" : true,
  "ErrorCondition" : {
    "OtherError" : {
      "ErrorText" : "..."
    },
    "AllowedResourceUsageExceededError" : {
      "ErrorText" : "..."
    },
    "NoInfoForTopicError" : {
      "ErrorText" : "..."
    },
    "AccessNotAllowedError" : {
      "ErrorText" : "..."
    },
    "CapabilityNotSupportedError" : {
      "CapabilityRef" : "...",
      "ErrorText" : "..."
    },
    "Description" : {
      "value" : "..."
    }
  },
  "ValidUntil" : "...",
  "ShortestPossibleCycle" : {
    "sign" : 12345,
    "seconds" : 12345,
    "months" : 12345,
    "years" : 12345,
    "days" : 12345,
    "XMLSchemaType" : "...",
    "hours" : 12345,
    "minutes" : 12345
  },
  "ResponseTimestamp" : "..."
}