GetFuelSurchargeFull

GetFuelSurchargeFull

This method accepts a FuelSurchargeRequest object and returns a full set of results, data, and truckstops in the FuelSurchargeResponse object. If the request processes successfully, the IsSuccess property of the FuelSurchargeResponse object will be true. If false, check the ErrorDescription property for the cause of the error, typically a bad route location or an authentication error.

Method Signature

Arguments: FuelSurchargeRequest
Return Type: FuelSurchargeResponse

The following is a sample SOAP request and response. The placeholders shown need to be replaced with actual values.

Example Code

Related

FuelSurchargeRequest FuelSurchargeResponse