Create Direct Cost Item
create_direct_cost_itemCreate a new direct cost item in a Procore project by providing the project ID and direct cost details. Supports up to 100 line items per request.
Instructions
Create a new Direct Cost Item in the specified Project. The number of Line Items that can be sent in a single create request is limited to 100. Use this to create a new Direct Costs in Procore. Creates a new Direct Costs and returns the created object on success (HTTP 201). Required parameters: project_id, direct_cost. Procore API (v1.1): Construction Financials > Direct Costs. Endpoint: POST /rest/v1.1/projects/{project_id}/direct_costs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| attachments | No | JSON request body field — direct Cost Item attachments. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together with `attachments[]` as... | |
| direct_cost | Yes | JSON request body field — direct Cost Item object |