PATCH /rest/v1.0/companies/{company_id}/projects/{project_id}/equipment_timecard_entries/{id}

Update a specific equipemnt timecard entry.

Servers

Path parameters

Name Type Required Description
id String Yes

ID of the equipment timecard entry

project_id Integer Yes

Unique identifier for the project.

company_id Integer Yes

Unique identifier for the company.

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
location_id String No

The unique identifier of the location associated with the equipment timecard entry.

timesheet_id String No

The unique identifier of the timesheet associated with the equipment timecard entry.

equipment_id String No

The unique identifier of the equipment associated with the equipment timecard entry.

wbs_code_id String No

The Work Breakdown Structure (WBS) code associated with the equipment timecard entry.

crew_id String No

The unique identifier of the crew associated with the equipment timecard entry.

origin_id String No

ID of related external data

quantity Number No

The quantity of hours worked for the equipment timecard entry.

party_id String No

The unique identifier of the party associated with the equipment timecard entry.

date String No

The date of the timecard entry in ISO 8601 format.

origin_data String No

Value of related external data

unit_of_measure String No

The unit of measure for the quantity, typically 'hours'.

idle_quantity Number No

The quantity of hours the equipment was idle for the equipment timecard entry.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.