Cost scenario api giving error "The value of the attribute CostOrgName isn't valid"
Summary: Cost scenario creation by API is not working "
API POST method URL :https://****/fscmRestApi/resources/11.13.18.05/costScenarios
Payload :
{ "ScenarioNumber": "IECS3",
"CostOrgName": "IE ORG",
"CostBookCode": "IE CostBook",
"EffectiveStartDate": "2025-05-24"
}
Response :
"
"title": "Bad Request", "status": "400",
"o:errorDetails": [ { "detail": "The value of the attribute CostOrgName isn't valid.",
"o:errorCode": "FND:::FND_CMN_INVALID_ATTRB_API_SERV"
"
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):