0

I've added a couple of custom fields to the Order in the Infusionsoft and now I'm trying to save data into those fields with API. I thought I could use Update method of data service like this:

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

Unfortunately it does know Order table. I can't find an appropriate table name in their documentation.

Has anyone done something similar? Thanks in advance!

Roman Hutnyk
  • 1,549
  • 9
  • 14

1 Answers1

2

The "Order" table is called "Job" in the API.

Bradley Ullery
  • 449
  • 3
  • 7