Oracle Field Service Cloud Service 2020 Implementation Essentials — Question 44
You are designing a new integration in OIC that needs to expose a REST-ful interface trigger for client applications.
When choosing request and response options using the REST Adapter Endpoint Configuration Wizard, which is a valid consideration? (Choose the best answer.)
Answer options
- A. If you select a PUT or POST action (HTTP method), you must define a JSON response payload format.
- B. Both standard and custom HTTP headers can be defined for either the request or response.
- C. Although you can define both query and template parameters, only template parameters will be available for mapping in the mapper because query parameters are considered optional.
- D. File attachments can be accepted as a request option for the Trigger interface, but you cannot include attachments as a response to the client.
Correct answer: B
Explanation
Option B is correct because both standard and custom HTTP headers can indeed be specified for requests and responses in the REST Adapter Endpoint Configuration Wizard. Option A is incorrect as there is no requirement to use JSON for responses based on the HTTP method selected. Option C is misleading since both types of parameters can be mapped; however, query parameters are not necessarily limited in this manner. Option D is wrong because while attachments can be part of the request, they are typically not included in responses.