PATCH /rest/v1.0/timecard_entries/{id}
Update a specified Timecard Entry.
Servers
- https://api.procore.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
id |
Integer | Yes |
ID of the timecard entry |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Procore-Company-Id |
Integer | Yes |
Unique company identifier associated with the Procore User Account. |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
timecard_entry |
Object | Yes |
Timecard Entry object |
timecard_entry.line_item_type_id |
Integer | No |
The ID of the Line Item Type of the Timecard Entry |
timecard_entry.description |
String | No |
The Description of the Timecard Entry |
timecard_entry.clock_in_time |
String | No |
The datetime a timecard clock in was punched |
timecard_entry.hours |
String | Yes |
The Hours of the Timecard Entry |
timecard_entry.party_id |
Integer | No |
The ID of the Party of the Timecard Entry |
timecard_entry.date |
String | Yes |
The Date of the Timecard Entry |
timecard_entry.origin_data |
String | No |
Value of related external data |
timecard_entry.login_information_id |
Integer | No |
The ID of the Login Information of the Timecard Entry |
timecard_entry.origin_id |
Integer | No |
ID of related external data |
timecard_entry.billable |
Boolean | No |
The Billable status of the Timecard Entry Default value: false |
timecard_entry.timecard_time_type_id |
Integer | No |
The ID of the Timecard Time Type of the Timecard Entry |
timecard_entry.clock_out_time |
String | No |
The datetime a timecard clock out was punched |
timecard_entry.cost_code_id |
Integer | No |
The ID of the Cost Code of the Timecard Entry |
project_id |
Integer | Yes |
The ID of the Project the Timecard Entry belongs to |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.