Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在开发一个在线购物网站,我们使用澳大利亚邮政作为我们的运输方式。所以我们也在使用澳大利亚邮政的跟踪系统。
谁能告诉我如何集成澳大利亚邮政 API 进行跟踪?
API 记录在这里:交付选择技术规范
看起来您需要 API 密钥或澳大利亚邮政的用户帐户才能访问此功能。
绝大多数方法支持 XML/JSON 访问,其中一些使用 OAuth。您可以使用多种不同的方法从 .NET Framework 中调用这些方法;HttpWebRequest可能是最简单的。
HttpWebRequest