- Home
 
          - JSON
 
          - AuthenticatedRequestStructure
 
        
      
      
      
        - Abstract Type
 
        
        - Subtypes
 
        - AbstractNotificationStructure, DataReadyRequestStructure, FacilityRequestStructure, StopPointsRequest, CheckStatusRequestStructure, ServiceFeaturesDiscoveryRequestStructure, TerminateSubscriptionRequestStructure, RequestStructure, InfoChannelDiscoveryRequestStructure, ProductCategoriesDiscoveryRequestStructure, LinesDiscoveryRequestStructure, ConnectionLinksDiscoveryRequestStructure, ProducerRequestEndpointStructure, VehicleFeaturesRequestStructure, CapabilitiesRequest, AbstractDiscoveryRequestStructure, DataSupplyRequestStructure, HeartbeatNotificationStructure, StopPointsDiscoveryRequestStructure, ConsumerRequestEndpointStructure, SubscriptionRequestStructure, SubscriptionRequest, AbstractSubscriptionRequestStructure, ServiceFeaturesRequest
 
        - Implemented Interfaces
 
        - Serializable
 
      
      
        Properties
        
        
          | name | 
          data type | 
          description | 
        
        
        
        
          |   AccountId
 | 
            string
 | 
            
 | 
        
        
          |   AccountKey
 | 
            string
 | 
            
 | 
        
        
        
           | 
        
        
        
          | RequestTimestamp | 
          string
 | 
           | 
        
        
      
      Example
      This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
      
      {
  "AccountId" : "...",
  "AccountKey" : "...",
  "RequestTimestamp" : "..."
}