Configure Model REST API expected payload for set type "Set" hidden attributes is different on 22C compared to 22D and 22B.
(Doc ID 2929691.1)
Last updated on FEBRUARY 13, 2024
Applies to:
Oracle BigMachines CPQ Cloud Service - Version 22 D Patch 3 and laterInformation in this document applies to any platform.
Symptoms
On 22C, the value of the Configuration data is misread on 22C for hidden, set attributes when using Configure Model REST API.
For example, when calling the REST API from Postman to set the value of a text attribute using the below payload:
{
"configData":{
"textTestAPI":{
"value": null
}
}
}
For this example, the value of the attribute in the response is {value=null}:
"textTestAPI": {
"value": "{value=null}",
"locked": false
},
Changes
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 |
Changes |
Cause |
Solution |
References |