Update Timesheet To Budget Configuration
update_timesheet_to_budget_configurationUpdates the mapping between timesheets and budget line items by modifying the timesheet-to-budget configuration. Specify company, line item type, and ERP default line item type to apply changes.
Instructions
Update timesheet to budget configuration. Use this to update an existing Field Productivity records (only the supplied fields are changed). Updates the specified Field Productivity records and returns the modified object on success. Required parameters: company_id, line_item_type_id, erp_default_line_item_type_id. Procore API: Project Management > Field Productivity. Endpoint: PATCH /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. | |
| apply_to_existing | No | JSON request body field — whether the passed in Line Item Type ID should be applied to existing timecard entries (erp or not) | |
| 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 |