Create Sub Job
create_sub_jobCreate a new sub job for a project's work breakdown structure. Provide project_id and sub_job to add the record and receive the new sub job id.
Instructions
Create a new Sub Job. Creates the sub job and returns it with its new id (HTTP 201); calling it again creates another record. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: project_id, sub_job. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: POST /rest/v1.0/sub_jobs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sub_job | Yes | JSON request body field — the sub job for this Work Breakdown Structure operation | |
| project_id | Yes | JSON request body field — unique identifier for the project. |