Create Rounding Configuration
create_rounding_configurationCreate a rounding configuration for a company to define time increment and rounding rule for timecard entries.
Instructions
Create rounding 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. Procore API: Project Management > Field Productivity. Endpoint: POST /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' |