Create Timesheet To Budget Configuration
create_timesheet_to_budget_configurationConfigures timesheet to budget mapping in Procore by creating a Field Productivity record with line item type and ERP default line item type IDs.
Instructions
Create timesheet to budget configuration. Use this to create a new Field Productivity records in Procore. Creates a new Field Productivity records and returns the created object on success (HTTP 201). 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 |