Update Rounding Configuration
update_rounding_configurationUpdate a company's rounding configuration for field productivity records, including time increment and rounding rule.
Instructions
Update rounding 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. Procore API: Project Management > Field Productivity. Endpoint: PATCH /rest/v1.0/companies/{company_id}/rounding_configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| time_increment | No | JSON request body field — time increment available for Timecard Entries. Options are 5, 6, 10, and 15 | |
| rule | No | JSON request body field — rule to apply to rounding. Options are 'up', 'down', 'nearest', and 'favor_employee' |