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

REST API commerceDocumentsOraclecpqo_bmClone_1Transaction

Summary:

I have a requirement to search quotes (using the REST API) that have any of a set of specific items in the configuration. Is there a way to include the part number from transactionLine in the query parameter in commerceDocumentsOraclecpqo_bmClone_1Transaction?

Content (please ensure you mask any confidential information):


Version (include the version you are using, if applicable):

I tried API versions v9 through v14

Code Snippet (add any code snippets that support your topic, if applicable):

/rest/v14/commerceDocumentsOraclecpqo_bmClone_1Transaction

I tried using the following search criteria

{$and:[{customerID_t:{$eq:"1"}},{orderNumber:{$exists:false}},{"status_t.value":{$eq:"QUOTECOMPLETE"}},{$or:[{"transactionLine._part_number":{$eq:"PART1"}},{"transactionLine._part_number":{$eq:"PART2"}}]}]}

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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