Answers

i want to update data source in share point it give error like .. The data source control failed to execute the update command. 5ac747a4-4742-455d-ac2e-b9e13f3165fe

Location specific: India

posted 7 hours ago in Software Development

Share This Question

Answers (1)

See there are two ways to update data in SharePoint using REST based API.
Hope this will be useful:
* A PUT request is used to update an entire entity. If no values are specified for fields in the entity, the fields will be set to default values.
* A MERGE request is used to update only those field values that have changed. Any fields that are not specified by the operation will remain set to their current value.

posted 6 hours ago