---
title: "Creates a Budget strategy"
method: POST
path: "/api/2026-07-01/resources/project_management/budget_strategies"
tags: ["ProjectManagement > BudgetStrategy"]
---

# Creates a Budget strategy

`POST /api/2026-07-01/resources/project_management/budget_strategies`

Creates a Budget strategy

## Request body

- object
  - `budget_strategy_type` 'project_fixed_cost' | 'total_budget' | 'without_budget', required — Type of budget strategy. One of project_fixed_cost => ProjectFixedCost, total_budget => TimeAndMaterials, without_budget => WithoutBudget
  - `planned_cents` integer — Planned amount in cents (for project_fixed_cost / total_budget)
  - `planned_minutes` integer — Planned time in minutes (for total_budget)
  - `fee_amount_cents` integer — Fee amount in cents (for project_fixed_cost / total_budget when is billable)
  - `project_id` string, required — Id of the project this budget strategy belongs to
  - `subproject_id` string — Id of the subproject, if any
  - `delegated` boolean — Whether the budget strategy is delegated

## Response `201`

CREATED

- ProjectManagementBudgetStrategy
  - `id` string, required — Factorial id of the budget strategy
  - `budget_type` 'project_fixed_cost' | 'total_budget' | 'without_budget', required — Type of budget strategy. One of project_fixed_cost => ProjectFixedCost, total_budget => TimeAndMaterials, without_budget => WithoutBudget
  - `planned_cents` integer — Planned amount in cents (for project_fixed_cost / total_budget)
  - `planned_minutes` integer — Planned time in minutes (for total_budget)
  - `fee_amount_cents` integer — Fee amount in cents (for project_fixed_cost / total_budget when is billable)
  - `project_id` string, required — Id of the project this budget strategy belongs to
  - `subproject_id` string — Id of the subproject this budget strategy belongs to, if any
  - `delegated` boolean, required — Whether the budget strategy is delegated

---

[API](https://skmtc.net/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.net/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/revisions/1a6bffb20f7d/schema)
