REST API PATCH method is not working
Content
Hi Friends,
I am using REST API for Oracle Service Cloud to create and update contacts/service requests. I am able to create contacts as well as service requests but unable to update them using PATCH method. I am referring to the below documentation and using SOAP UI / Postman but somehow its not working.
Please let me know your inputs for using this API. Any help would be greatly appreciated.
Thanks,
Nishi
Version
Nov 2016Code Snippet
Update contact: { "address": { "city": "Boston", "postalCode": "02150", "stateOrProvince": { "lookupName": "MA" }, "street": "123 Beacon Street" } }
0