AbstractDiscoveryRequestStructure Data Type

Abstract Type
Subtypes
FacilityRequestStructure, StopPointsRequest, ServiceFeaturesDiscoveryRequestStructure, InfoChannelDiscoveryRequestStructure, ProductCategoriesDiscoveryRequestStructure, LinesDiscoveryRequestStructure, ConnectionLinksDiscoveryRequestStructure, VehicleFeaturesRequestStructure, StopPointsDiscoveryRequestStructure, ServiceFeaturesRequest
Implemented Interfaces
Serializable
Properties
name data type description
Address string
RequestorRef RequestorRef
MessageIdentifier MessageQualifierStructure
Properties inherited from AuthenticatedRequestStructure
AccountId string
AccountKey string
Properties inherited from AbstractRequestStructure
RequestTimestamp string

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "Address" : "...",
  "RequestorRef" : {
    "value" : "..."
  },
  "MessageIdentifier" : {
    "value" : "..."
  },
  "AccountId" : "...",
  "AccountKey" : "...",
  "RequestTimestamp" : "..."
}