create_contract
Create a contract to link a contractor to a project, specifying contract type such as lump sum, unit price, cost plus, or time and materials.
Instructions
Create a contract linking a contractor to a project.
contract_type: lump_sum|unit_price|cost_plus|time_materials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| contractor_id | Yes | ||
| contract_number | Yes | ||
| contract_type | No | lump_sum | |
| status | No | draft | |
| description_en | No | ||
| notes | No |