Error when creating new transaction using REST API with request payload [There is no modify action specified. The attribute values will not be saved.]
(Doc ID 3002534.1)
Last updated on MARCH 12, 2024
Applies to:
Oracle BigMachines CPQ Cloud Service - Version 23 D Patch 3 and laterInformation in this document applies to any platform.
Symptoms
When trying to create a new transaction using below REST API with request payload. Below error occurs.
URL : /rest/v15/commerceDocuments{ProcessVarName}{MainDocVarName}/actions/_new_transaction
ERROR
-----------------------
{
"title": "There is no modify action specified. The attribute values will not be saved."
}
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. Use Endpoint URL as <DOMAIN_NAME>/rest/v15/commerceDocuments{ProcessVarName}{MainDocVarName}/actions/_new_transaction as a POST method.
2. Enter the following BODY as request payload:
}
3. Send the request.
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 |