Create Timesheet To Budget Configuration
create_timesheet_to_budget_configurationCreate a timesheet-to-budget configuration for a Procore company, mapping a line item type to an ERP default line item type to enable budget integration.
Instructions
Creates a new timesheet for the specified Procore company. company_id defaults to the value set by procore_set_config when omitted. Creates the timesheet 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: company_id, line_item_type_id, erp_default_line_item_type_id. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/companies/{company_id}/timesheets/timesheet_to_budget_configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| line_item_type_id | Yes | JSON request body field — unique identifier of the line item type | |
| erp_default_line_item_type_id | Yes | JSON request body field — eRP Line Item Type ID |