Select three valid ways to pass a parameter to a web service through a REST connector API. (Choose three.)
Consider the following RAML statements that describe a basic custom API for fetching incidents:

You have been asked to extend this RAML definition to allow mobile users to create new incidents with a JSON payload.
Which code sample is a valid approach to support this requirement?
You have been asked to extend this RAML definition to allow mobile users to create new incidents with a JSON payload. Which code sample is a valid approach to support this requirement?

Having implemented a custom API in Oracle Mobile Cloud Enterprise, you notice that the console.log (<log message>) messages that you included in your code are not appearing in the custom code diagnostic logs.
Identify a reason that you do not see the console.log messages, given that everything else in the API seems to be working properly.
Consider the following custom API Node code that uses Promises.

When is the second block of code called?
You are determining the sync policy for your mobile app platform and are about to edit the sync policy configuration file (such as OMC.plist for iOS).
What six policies can you consider as you make your edits? (Choose six.)
Which statement is true about custom component metadata?
You are using the SOAP connector API to process an XML payload. Which task should you perform to bypass the JSON/XML translator in the SOAP connector API that you are calling from custom code when making a POST call?