Create Sub Job
create_sub_jobCreate a new Sub Job in Procore to add Work Breakdown Structure records under a project. Returns the created object on success.
Instructions
Create a new Sub Job. Use this to create a new Work Breakdown Structure records in Procore. Creates a new Work Breakdown Structure records and returns the created object on success (HTTP 201). 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 |
|---|---|---|---|
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| sub_job | Yes | JSON request body field — the sub job for this Work Breakdown Structure operation |