Create Timecard Entry (Company)
create_timecard_entry_companySubmit a new timecard entry to Procore for a company project. Provide company ID, project ID, and timecard entry object to record employee hours.
Instructions
Create a new Timecard Entry. #### See - Company People guide - for additional info on * Getting a contact's party_id. company_id defaults to the value set by procore_set_config when omitted. Creates the timecard entry and returns it with its new id (HTTP 201); calling it again creates another record. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id, project_id, timecard_entry. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/companies/{company_id}/timecard_entries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | JSON request body field — the ID of the Project the Timecard Entry belongs to | |
| timecard_entry | Yes | JSON request body field — timecard Entry object |