Sign in

Create project

documented

Create a new project.

POST /api/data/projectsProjectno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.projectmanager.com/api/data/projects" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"name": "{{$name}}", "description": "{{$description}}", "shortId": "{{$shortId}}", "shortName": "{{$shortName}}", "folderId": "{{$folderId}}", "customerId": "{{$customerId}}", "managerId": "{{$managerId}}", "chargeCodeId": "{{$chargeCodeId}}", "statusId": "{{$statusId}}", "priorityId": "{{$priorityId}}", "hourlyRate": {{$hourlyRate}}, "budget": {{$budget}}, "statusUpdate": "{{$statusUpdate}}", "templateId": "{{$templateId}}", "template": {{$template}}, "targetDate": "{{$targetDate}}", "startDate": "{{$startDate}}", "endDate": "{{$endDate}}", "favorite": {{$favorite}}, "updatePlannedWithActual": {{$updatePlannedWithActual}}, "workingDays": {{$workingDays}}, "externalReferenceId": "{{$externalReferenceId}}", "weekStartsOnMonday": {{$weekStartsOnMonday}} }'"
Create project · ProjectManager · OpenIntegrations