Getting an error when using a REST API request to create a note on an account.
(Doc ID 2373107.1)
Last updated on MAY 23, 2022
Applies to:
Oracle Fusion Sales Cloud Service - Version 11.13.17.11.0 and laterInformation in this document applies to any platform.
Symptoms
On : 11.13.17.11.0 version, Accounts, Contacts, Households
Getting an error when using a REST API request to create a note on an account.
ERROR
-----------------------
Response: 400 Bad Request: Unable to parse the provided payload
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. Basic Authentication
2. Method: POST
3. Request URL: https://host[:port]/crmRestApi/resources/11.13.17.11/accounts/{PartyNumber}/child/Note
4. Headers:
rest-framework-version: 2
content-type: application/json
authorization: Basic ***********
5. Body:
{
"NoteTxt": "TEXT",
"VisibilityCode": "INTERNAL",
"NoteTypeCode": "GENERAL"
}
BUSINESS IMPACT
-----------------------
The issue has the following business impact:
Due to this issue, web service request is not successful.
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 |