Getting 405 Response code for Perform Assignment DXAPI in Infinity 23'1
Hi,
When I am trying to run Perform assignment API, via Pega API it works good including to update properties on the case with resuming the flow.
I am trying to consume this API from another Pega application on the same instance. When i am trying with a Load DPage (I can't update the properties on my resuming case) it is working good and resuming the flow.
When I try to create a new connect via AppStudio by passing all params and everything correctly I am getting a success response using a savable DPage which helps me to update properties as well.
Now, when I am running this savable Dpage from the case I am getting 405 error:
the http response code of 405 indicated a client error. the response data may contain a reason. // the body of the service's response, which is set up for mapping in the connector rule, was empty for this service call.
When I am checking this 405 error, it says I am trying to connect to wrong HTTP method. the http method is "PATCH" which works good during rest consume via App Studio
Can anyone please help me on this? PATCH has to work with Savable DPage otherwise I can't update the properties on resume case