Forum Discussion
hikmatune
Sep 18, 2019Copper Contributor
Project Online Creates Project Tasks instead of SharePoint Tasks
Default Enterprise Project Type is SharePoint Tasks List with Site Creation option set to "Allow users to choose". I want to automate create SharePoint Tasks List project mimicking out of the box...
hikmatune
Sep 24, 2019Copper Contributor
Paul_Mather Thanks for the reply.
Do you mean using _api/ProjectServer/Projects/Add?
I have done that and can only pass few parameters in the body
{
'parameters': {
'Name':'Porject Name',
'Start': '2019-09-26',
'Description': 'Created from PowerShell using REST API'
}
}Still same thing, what am I missing?
Paul_Mather
Sep 27, 2019MVP