You are designing a new integration in OIC that needs to expose a RESTful interface trigger for client applications. Which is a valid consideration while choosing request and response options using the REST Adapter Endpoint Configuration wizard?
Correct Answer: A
Comprehensive and Detailed Explanation:
REST trigger config:
* A:True-standard (e.g., Content-Type) and custom headers are supported for request/response.
* B:False-attachments are possible in responses too.
* C:False-response format isn't mandatory for PUT/POST.