POST /rest/v1.0/projects/{project_id}/equipment_logs

Creates single Equipment Log.

See - Daily Log guide - for additional info on

Servers

Path parameters

Name Type Required Description
project_id Integer Yes

Unique identifier for the project.

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.

Query parameters

Name Type Required Description
run_configurable_validations Boolean No

If true, validations are run for the corresponding Configurable Field Set.

Default value: false

Request body fields

Name Type Required Description
equipment_log Object Yes
equipment_log.hours_idle Integer No

Number of hours the Equipment was idle

equipment_log.inspection_minute Integer No

Time of inspection - minute

equipment_log.hours_operating Integer No

Number of hours the Equipment was in operation

equipment_log.equipment_name String No

Equipment name. This Equipment will create on the fly if it doesn't exist and will take precedence over Equipment ID. This params is accepted only if project uses Equipment Legacy tool. Use equipment_register_id param if project uses Equipment Beta tool.

equipment_log.date String No

Date of record. Format: YYYY-MM-DD

equipment_log.location_id Integer No

The ID of the Location of the Inspection Log. location_id takes precedence over mt_location

equipment_log.equipment_register_id String No

This params is accepted only if project uses Equipment Beta tool. Use equipment_id OR equipment_name param if project uses Equipment Legacy tool.

equipment_log.equipment_id Integer No

Equipment ID. This params is accepted only if project uses Equipment Legacy tool. Use equipment_register_id param if project uses Equipment Beta tool.

equipment_log.inspected Boolean No

Inspection status of Equipment before operation

equipment_log.notes String No

Notes

equipment_log.inspection_hour Integer No

Time of inspection - hour

equipment_log.datetime String No

Datetime of record. Mutually exclusive with the date property.

equipment_log.mt_location[] Array No

Use this for creating a new multi-tier or single-tier Location. This will be ignored if location_id is provided.

equipment_log.cost_code_id Integer No

Cost Code ID

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.