Class VehicleRequestServiceFacade
Inheritance
System.Object
VehicleRequestServiceFacade
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Telematic.FleetBoard
Assembly: Simplic.Telematic.FleetBoard.dll
Syntax
public class VehicleRequestServiceFacade
Constructors
| Improve this Doc View SourceVehicleRequestServiceFacade(String)
Declaration
public VehicleRequestServiceFacade(string webserviceUrl)
Parameters
Type | Name | Description |
---|---|---|
System.String | webserviceUrl |
Methods
| Improve this Doc View SourceSendVehicleRequest(Int64[], Int64[], SendVehicleRequestTypeRequestType[])
Declaration
public SendVehicleRequestResponseType SendVehicleRequest(long[] vehicleIds, long[] vehicleGroupIds, SendVehicleRequestTypeRequestType[] sendVehicleRequestTypes)
Parameters
Type | Name | Description |
---|---|---|
System.Int64[] | vehicleIds | |
System.Int64[] | vehicleGroupIds | |
SendVehicleRequestTypeRequestType[] | sendVehicleRequestTypes |
Returns
Type | Description |
---|---|
SendVehicleRequestResponseType |