cancel
Showing results for 
Search instead for 
Did you mean: 

In service cloud v2, case fields are not getting updated using patch API

AnujaS
Discoverer
0 Kudos

I am using https://api.sap.com/api/SalesSvcCloudV2_case/tryout PATCH api to update the field in existing case in Service Cloud v2. I am facing 412 error when I hit the patch request. I have attached screenshot below.

AnujaS_0-1715760063101.png

 

 

Accepted Solutions (0)

Answers (1)

Answers (1)

Simon1982
Explorer
0 Kudos

Hi @AnujaS ,

You need to pass the x-crm-token in the header in case of a patch.

Simon1982_0-1715860558919.png

 

Simon