Hi Team,
We have a requirement to create Staffing profile for project from Rest API or by using webservices.
Would you please help us to implement the solution
Regards,
Lavanya P M
Cybersecurity
DevOps Cloud
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
Hi Team,
We have a requirement to create Staffing profile for project from Rest API or by using webservices.
Would you please help us to implement the solution
Regards,
Lavanya P M
Hi,
There's no officially published REST API - however there's a non-official one: POST /itg/rest2/staffingProfile?projectId=12345
- with the value being the Project ID, not the project number.
Pass an empty JSon object as the JSon payload: {}
The response is a JSon object containing newly created Staffing Profile details.
As with all private REST APIs, use at your own risk, however I'm not aware of any officially supported and easier to use REST API for this purpose. Feel free to submit an Idea on Idea Exchange.