在 Infusionsoft 中使用 API 将数据保存到订单自定义字段

Saving data to Order custom fields with API in Infusionsoft

我已经在 Infusionsoft 的订单中添加了几个自定义字段,现在我正尝试使用 API 将数据保存到这些字段中。我想我可以像这样使用数据服务的更新方法:

apiProxy.Update(InfusionsoftHelper._InfusionsoftApiKey, "Order", orderId, obj);

不幸的是它知道顺序 table。我在他们的 documentation.

中找不到合适的 table 名称

有没有人做过类似的事情?提前致谢!

"Order"table在API中被称为“Job”。