Item_Update not working in Sandbox

Hi there,

I’ve been looking at the API sandbox, and all has been going well, except when I try to use the Item_Update.

I get the following response:
Unknown method (item_update)

It seems that the API is just reject the Item_Update call - any ideas?

Many Thanks,
Martin.

Hi Martin,

I believe this function was actually depreciated and merged with Item_Create. The Item_Create function has an option to supply an ID to update an existing item:
http://api.quickfile.co.uk/1_1/methodView.aspx?schema=Item_Create#Link16

I will however double check with a colleague, and if this is the case we’ll remove it from the documentation etc.

Hope that helps?

1 Like

I see - I’ve put an ItemID in the Item_Create request and that appears to do the trick - thank you very much :slight_smile:

1 Like