Using Semicolon Delimited Conditions in Query Parameters Causes HTTP 400 Bad Request.
(Doc ID 3029356.1)
Last updated on JUNE 19, 2024
Applies to:
Visual Builder Studio - Version 24.07.1 and laterInformation in this document applies to any platform.
Symptoms
A REST Endpoint is registered as a service connection for Visual Builder using the backend Fusion Applications. The "get all" request works correctly, but specifying multiple conditions in the q parameter results in HTTP 400 Bad Request.
An example of the query request:
https://{host}:{port}/fscmRestApi/rest/{faMetadataContextVar}/en/11.13.18.05:9/inventoryTransactionTypes?q=TransactionTypeDefinedByCode='Y';TransactionSourceTypeName='Subinventory Transfer'
An example of the response:
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |