POST /rest/v1.0/companies/{company_id}/projects/{project_id}/equipment_timecard_entries/bulk_create
Create equipment timecard entries in a bulk transaction. (Current max is set to 25 timecard entries). NOTE, this endpoint is currently in the experimental stage and is subject to change. Please contact support to be added to the beta group.
Servers
- https://api.procore.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
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 |
---|---|---|---|
equipment_timecard_entries[] |
Array | Yes |
Array of equipment timecard entries to be created |
equipment_timecard_entries[].location_id |
Integer | No |
The unique identifier of the location associated with the equipment timecard entry. |
equipment_timecard_entries[].timesheet_id |
Integer | No |
The unique identifier of the timesheet associated with the equipment timecard entry. |
equipment_timecard_entries[].equipment_id |
String | No |
The unique identifier of the equipment associated with the equipment timecard entry. |
equipment_timecard_entries[].wbs_code_id |
Integer | No |
The Work Breakdown Structure (WBS) code associated with the equipment timecard entry. |
equipment_timecard_entries[].crew_id |
Integer | No |
The unique identifier of the crew associated with the equipment timecard entry. |
equipment_timecard_entries[].quantity |
Number | No |
The quantity of hours worked for the equipment timecard entry. |
equipment_timecard_entries[].party_id |
Integer | No |
The unique identifier of the party associated with the equipment timecard entry. |
equipment_timecard_entries[].date |
String | No |
The date of the equipment timecard entry in ISO 8601 format. |
equipment_timecard_entries[].unit_of_measure |
Integer | No |
Enum representing the unit of measure, typically 'hours'. |
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.