Create Staffing Profile from Rest API

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

  • Suggested Answer

    0  

    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.