According to https://msdn.microsoft.com/en-us/library/office/jj163123.aspx it is possible to do CRUD operation using REST queries with the ProjectServer service. However, there is no reference or example of how to do this.
Can anyone provide me with a guide or some examples of how to do a POST request to ProjectServer in order to create a project or task and how I can then link them?
Do I need just to pass some parameters to the url(http://<servername>/PWA/_api/ProjectServer/) ?