Create project
documentedCreate a new project.
POST /projects/business/{businessId}/projectProjectsno implementation yet0 runsNo 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.freshbooks.com/projects/business/{{$business_id}}/project" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"project": {"title": "{{$title}}", "client_id": "{{$client_id}}", "project_type": "{{$project_type}}", "fixed_price": "{{$fixed_price}}", "description": "{{$description}}", "due_date": "{{$due_date}}"}}'