While trying to POST an update to a Hyperlink field in SharePoint I am getting the following error"
"A type named 'SPFieldUrlValue' could not be resolved by the model. When a model is available, each type name must resolve to a valid type.
clientRequestId: 61bcbc41-e5a1-4c16-9761-c775246f342f
serviceRequestId: baf0d6a0-6076-4000-2acd-931e142c580e"
As a note, this is the information that is returned by the GET from the same list, so I am not sure why SPFieldUrlValue is causing any issue on the POST.
"RELM_x0023_": {
"__metadata": {
"type": "SP.FieldUrlValue"
},
"Description": "RELM0012345",
"Url": "http://yahoo.com"
},