Show / Hide Table of Contents

Class TrackingApi

Inheritance
System.Object
CH.Shared.Communication.RestClient
Transit.Shared.Communication.TransitRestClient
Transit.Services.Api.TransitApiRestClient
TrackingApi
Namespace: Transit.Services.Api.Tracking
Assembly: Transit.Services.Api.dll
Syntax
public class TrackingApi : TransitApiRestClient, IDisposable

Methods

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

Declaration
public async Task<List<FilialeInfo>> GetFilialeAsync(string[] filialeIds, string fremdSystemId, PrognoseZeitCode prognoseZeitCode, DateTime fromDate, DateTime toDate)
Parameters
Type Name Description
System.String[] filialeIds
System.String fremdSystemId
PrognoseZeitCode prognoseZeitCode
System.DateTime fromDate
System.DateTime toDate
Returns
Type Description
System.Threading.Tasks.Task<System.Collections.Generic.List<FilialeInfo>>
In This Article
Back to top Generated by DocFX