Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

REST API to nest Project Header, Team Members and Classifications

edited May 21, 2020 4:53AM in Project Management 2 comments

Content

I'm trying to nest Project Header with a Team Member and a Classification. I'm unable to make the following payload to work. Is my syntax incorrect?

{
   "SourceTemplateName":"T, M4A Template",
   "ProjectName":"M4A PROJECT2",
   "ProjectNumber":"M4AP2002",
   "AssetAllocationMethodCode":"N",
   "CapitalEventProcessingMethodCode":"N",
   "CurrencyConvRateType":"Corporate",
   "CurrencyConvDateTypeCode":"A",
   "IncludeNotesInKPINotificationsFlag":"true",
   "KPINotificationEnabledFlag":"true",
   "OwningOrganizationId":"300000047013630",
   "PlanningProjectFlag":"true",
   "ProjectCurrencyCode":"USD",
   "ProjectTeamMembers":[
      {
         "personemail":"amy.marlin_znaa@oracledemos.com",
         "ProjectRole":"Project Manager",
         "StartDate":"2020-05-21"
      }
   ],
   "ProjectClassifications":[
       {
  "ClassCategoryId":"300000047429563",
  "ClassCategory":"Business Objective",
  "ClassCodeId":"300000047429564",
  "ClassCode":"Business Growth",
  "CodePercentage": null    
       }
       ]
}

I've set Content-Type to application/json and using POST {{ServerName}}/fscmRestApi/resources/11.13.18.05 in Postman.

Thank you!

Wai

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!