AlexaCRM / dynamics-webapi-toolkit

Dynamics 365 Web API Toolkit for PHP
MIT License
75 stars 58 forks source link

While updating entity I am getting update request failed #70

Closed amanjlucid closed 3 years ago

amanjlucid commented 3 years ago

{"status":false,"message":"Update request failed: Client error: PATCH resulted in a405 Method Not Allowedresponse with the following message:The requested resource does not support http method 'PATCH'.`"}

Could you please provide me a solution or reason why i am getting this error and the related entity is getting updated when using dotnet.

georged commented 3 years ago

@amanjlucid, can you show your code?

amanjlucid commented 3 years ago

Thanks for the reply, I was not passing the id for entity, I have resolved this, Thanks