Skip to content

Updating a record in a basic collection using REST web API #4996

Answered by ganigeorgiev
MikeCLX asked this question in Q&A
Discussion options

You must be logged in to vote

On second read, it seems that you are using FormUrlEncodedContent which I guess will send the request as application/x-www-form-urlencoded but we don't support this request content-type. The record operations works only with application/json and multipart/form-data requests.

Based on the Microsoft docs you can try with JsonContent or MultipartFormDataContent.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ganigeorgiev
Comment options

Answer selected by MikeCLX
@MikeCLX
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants