SAP Community
About rpinedabracho
rpinedabracho
Discoverer
Member since
2023 Jul 04
User Statistics
1
Posts
0
Solutions
1
Kudos given
0
Kudos received
View all badges
Options
Report User
User Activity
Posts
Replies
No posts to display.
Re: OData V2: oModel.update()-Method always uses HTTP-Method "POST" instead of "PUT"
2023 Jul 04
The error is because the update operation does not require a URI, replace this._gameService.update("/games("+gameObjectToSave.ID+")", gameObjectToSave,.... with this._gameService.update("/ games", gameObjectToSave,.....I hope it helps you
Kudos given to
User
Count
manu-r
1
View all