Forum Discussion
AAB_786
Feb 14, 2023Copper Contributor
API Connetion with DHL Germany
Hello all, Somebody have an experience with DHL API in connection with MS-Access VBA. Actually i want to generate a DHL Delievery Note. If somebody have experience in this regards, please let me ...
George_Hepworth
Feb 14, 2023Silver Contributor
Not specifically with that API, but others, yes. What specific question(s) do you have?
You might pay special attention to the section where JuanJo explains how you can use Postman to explore APIs and learn how to structure calls to them to accomplish tasks they support.
- Tom_van_StiphoutFeb 15, 2023Iron ContributorA great library for using the web from VBA: https://github.com/VBA-tools/VBA-Web
- George_HepworthFeb 15, 2023Silver ContributorThanks, Tom.
JuanJo discussed that Github library in his presentation, and showed how he uses it in his Access projects.