I want to use PATCH API of Dataverse to update lookup column. I am getting 200 OK response but the lookup column value not getting updated. Here is the sample request:
URL: {{dataverse_url}}/Employees(7af4aca9-734c-ed11-bba2-0022489935a6)/Country
BODY:
{
"@odata.countryid":"{{dataverse_url}}/countries(c8046381-6c4c-ed11-bba2-0022489935a6)"
}
* {{dataverse_url}} -> your dataverse url
* Country is lookup column in Employees table
* Countries is table used in lookup
* countryid is unique identifier
Thanks,
KD