We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hello alfallouji ! when i use the DHL-API,There is no corresponding method to track the order information ! Can you give an example? thank you !
The text was updated successfully, but these errors were encountered:
// Test a tracking request using DHL XML API $request = new Tracking(); $request->SiteID = ""; $request->Password = ""; $request->MessageTime = gmdate('c'); $request->MessageReference = '1234567890123456789012345678901'; $request->LanguageCode = 'en'; $request->AWBNumber = "Your tracking number"; $request->LevelOfDetails = 'ALL_CHECK_POINTS'; $request->PiecesEnabled = 'S';
$client = new WebserviceClient(); $xml = $client->call($request); $result = new TrackingResponse(); $response = $this->initXML($xml);
Here you go
Sorry, something went wrong.
Class 'Tracking' not found
can you tell me alias name
No branches or pull requests
hello alfallouji !
when i use the DHL-API,There is no corresponding method to track the order information !
Can you give an example? thank you !
The text was updated successfully, but these errors were encountered: