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

Creates single Notes 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
notes_log Object Yes
notes_log.comment String No

Additional comments

notes_log.location_id Integer No

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

notes_log.is_issue_day Boolean No

The note being added is an issue affecting the project

notes_log.daily_log_header_id Integer No

Daily Log Header ID

notes_log.datetime String No

Datetime of record. Mutually exclusive with the date property.

notes_log.date String No

Format: YYYY-MM-DD Example: 2016-04-19

notes_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.

notes_log.custom_field_%{custom_field_definition_id} No

Value of the custom field. The data type of the value passed in corresponds with the data_type of the Custom Field Definition. For a lov_entry data_type the value passed in should be the ID of one of the Custom Field Definition's LOV Entries. For a lov_entries data_type the value passed in should be an array of IDs of the Custom Field Definition's LOV Entries.

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.