QuestionQ106
Develop integrationsYou are developing code that integrates a system with Dataverse by using the Web API.
The code must perform these operations:
- Upsert to create and update records
- Upsert only to create new records
Complete the requests with the required headers. Each header can be used once, more than once, or not at all.
Drag & Drop
If-Match: *
If-None-Match: *
If-None-Match: null
Upsert to create and update records
Upsert only to create new records
Community Discussion