Publish rest API - Post - update

0
Hello I successfully created a post rest api to add an object. How do I create a rest api for update? I believe the key is on below screen shot, which represents my import mapping, where i have option to create only if no object is found
asked
2 answers
0

Hi Mohammad,

If you mean by update, a PUT operation you're right. The find by key and create if necessary will result in a new object if Invoice(number) is not found, or update of an existing one if found.

answered
0

Hi

 

How do i do the update using an import mapping?

answered