Search Results for

    Show / Hide Table of Contents

    Interface VehicleRequestServiceInterface

    Namespace: Simplic.Telematic.FleetBoard.VehicleRequestService
    Assembly: Simplic.Telematic.FleetBoard.dll
    Syntax
    [ServiceContract(Namespace = "http://ws.fleetboard.com/VehicleRequestService", ConfigurationName = "VehicleRequestService.VehicleRequestServiceInterface")]
    public interface VehicleRequestServiceInterface

    Methods

    | Improve this Doc View Source

    sendVehicleRequest(sendVehicleRequestRequest)

    Declaration
    [OperationContract(Action = "sendVehicleRequest", ReplyAction = "*")]
    [XmlSerializerFormat(SupportFaults = true)]
    sendVehicleRequestResponse1 sendVehicleRequest(sendVehicleRequestRequest request)
    Parameters
    Type Name Description
    sendVehicleRequestRequest request
    Returns
    Type Description
    sendVehicleRequestResponse1
    | Improve this Doc View Source

    sendVehicleRequestAsync(sendVehicleRequestRequest)

    Declaration
    [OperationContract(Action = "sendVehicleRequest", ReplyAction = "*")]
    Task<sendVehicleRequestResponse1> sendVehicleRequestAsync(sendVehicleRequestRequest request)
    Parameters
    Type Name Description
    sendVehicleRequestRequest request
    Returns
    Type Description
    System.Threading.Tasks.Task<sendVehicleRequestResponse1>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx