Forum Discussion
Rahul_Patil
May 11, 2021Copper Contributor
400 (Bad Request) Sharepoint update multilookup field.
Hello All,
When I am going to update multilookup field in sharepoint library using angular 10, I get the following error(working for single lookup field not working for Multilookup field). My payload is
for e.g. var Payload= {
SubCircularIDId: { 'results': [10,32] },
BOBApproverNameId: { 'results': [421,19] }
}
- error: {code: "-1, Microsoft.SharePoint.Client.InvalidClientQueryException", message: {lang: "en-US",…}}
- code: "-1, Microsoft.SharePoint.Client.InvalidClientQueryException"
- message: {lang: "en-US",…}
- lang: "en-US"
- value: "A value without a type name was found and no expected type is available. When the model is specified, each value in the payload must have a type which can be either specified in the payload, explicitly by the caller or implicitly inferred from the parent value."
No RepliesBe the first to reply