Update Timecard Time Type
update_timecard_time_typeUpdate a timecard time type for a specified company. Modify existing Field Productivity records by changing only the provided fields.
Instructions
Return an update Timecard Time Type for a specified Company. 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, id. Procore API: Project Management > Field Productivity. Endpoint: PATCH /rest/v1.0/companies/{company_id}/timecard_time_types/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — id of the Timecard Time Type | |
| pay_rate | No | JSON request body field — the pay_rate of the Timecard Time Type |