Create Timecard Entry (Company)
create_timecard_entry_companyCreate a new timecard entry for a company in Procore. Required parameters include company ID, project ID, and timecard entry details.
Instructions
Create a new Timecard Entry. #### See - Company People guide - for additional info on * Getting a contact's party_id. 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, 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 |