Show / Hide Table of Contents

Class TrackingApi

Inheritance
object
RestClient
TransitRestClient
TransitApiRestClient
TrackingApi
Namespace: Transit.Services.Api.Tracking
Assembly: Transit.Services.Api.dll
Syntax
public class TrackingApi : TransitApiRestClient

Methods

View Source

GetFilialeAsync(string[], string, PrognoseZeitCode, DateTime, DateTime)

Declaration
public Task<List<FilialeInfo>> GetFilialeAsync(string[] filialeIds, string fremdSystemId, PrognoseZeitCode prognoseZeitCode, DateTime fromDate, DateTime toDate)
Parameters
Type Name Description
string[] filialeIds
string fremdSystemId
PrognoseZeitCode prognoseZeitCode
DateTime fromDate
DateTime toDate
Returns
Type Description
Task<List<FilialeInfo>>
  • View Source
In this article
Back to top Generated by DocFX