Your customer wants to delete and reload employee job information using the OData API. Which operation parameter must be used?
Correct Answer: C
Using purgeType=full with theupsertoperation causescomplete deletion of existing recordsfor that entity and reloads the new set. It's used when a clean slate for job history is needed. Reference: OData API Upsert Request Parameters Guide
Question 82
Which of the following HTTP operations are supported by OData? Note: There are 2 correct answers.
Correct Answer: A,B
OData supports standard REST operations: * GET- read data Reference: OData REST Standards - Supported HTTP Methods