GetTotals - SOAP

GetTotals

This method returns a FuelSurchargeTotalsResponse, which is a subset of the larger FuelSurchargeResponse object. It excludes the detailed truck stop and state information as well as some of the properties echoed back from the request object. If the request processes successfully, the IsSuccess property of the FuelSurchargeTotalsResponse 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
ReturnType: FuelSurchargeTotalsResponse

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

Example Code

Related

FuelSurchargeRequest FuelSurchargeTotalsResponse