You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Order Management Extension Rest Service

Summary:

Created a Connection -

https://<host>/fscmRestApi/resources/11.13.18.05

Code Snippet

—————————————————————————————————————————-

import oracle.apps.scm.doo.common.extensions.ValidationException;
import oracle.apps.scm.doo.common.extensions.Message;
import org.json.simple.parser.JSONParser;
import org.json.simple.parser.ParseException
import org.json.simple.JSONObject;

import oracle.apps.scm.doo.common.extensions.ValidationException;
import oracle.apps.scm.doo.common.extensions.Message;

List < Message > messages = new ArrayList < Message > ();

String connectorName = "QueryItem";
String resourcePath = "/itemsV2";

// ---------- Headers / params ----------
Map<String,String> headers = new HashMap<String,String>();
headers.put("Content-Type", "application/vnd.oracle.adf.action+json");
//headers.put("Accept", "application/json");

// 2. Specify the query parameters:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!