Click or drag to resize
ParaPlan Logo

TripServiceCurrentTrip Method

[Missing <summary> documentation for "M:ParaPlanREST.TripService.CurrentTrip(ParaPlanREST.Models.CurrentTripRequest)"]

Namespace:  ParaPlanREST
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public CurrentTripResponse CurrentTrip(
	CurrentTripRequest body
)

Parameters

body
Type: ParaPlanREST.ModelsCurrentTripRequest

[Missing <param name="body"/> documentation for "M:ParaPlanREST.TripService.CurrentTrip(ParaPlanREST.Models.CurrentTripRequest)"]

Return Value

Type: CurrentTripResponse

[Missing <returns> documentation for "M:ParaPlanREST.TripService.CurrentTrip(ParaPlanREST.Models.CurrentTripRequest)"]

See Also