A developer is using the Dataverse Web API and needs to create a record only if one does not already exist, using an alternate key. Which HTTP operation should they use?
-
A
POST to the entity set
-
B
PATCH with If-None-Match: * header
-
C
PUT to the entity set
-
D
PATCH with the alternate key in the URL