Create a project API Error :Attribute LegalEntityName in view object Projects cannot be set.
(Doc ID 2707428.1)
Last updated on DECEMBER 08, 2022
Applies to:
Oracle Fusion Project Foundation Cloud Service - Version 11.13.20.07.0 and laterInformation in this document applies to any platform.
Symptoms
The following API to create a project ends in error when a value for Attribute LegalEntityName is provided in the payload
With passing any of these three attributes get the same error : ProjectTypeName, LegalEntityName, BusinessUnitName
API Name :Create a project
/fscmRestApi/resources/11.13.18.05/projects
ERROR
--------
{
"title": "Bad Request",
"status": "400",
"o:errorDetails": [
{
"detail": "Attribute LegalEntityName in view object Projects cannot be set.",
"o:errorCode": "27008",
"o:errorPath": "/LegalEntityName"
}
]
}
Changes
The issue can be reproduced with the following steps:
1. Use REST Service /fscmRestApi/resources/11.13.18.05/projects to create project
Include any of these three attributes with value :
ProjectTypeName,LegalEntityName,BusinessUnitName
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 |