Create Change Event
create_change_eventCreate a new Change Event in Procore. Requires project ID, scope, and status; returns the created object on success.
Instructions
Create Change Event. Use this to create a new Change Events in Procore. Creates a new Change Events and returns the created object on success (HTTP 201). Required parameters: project_id, scope, status. Procore API (v1.1): Construction Financials > Change Events. Endpoint: POST /rest/v1.1/change_events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| number | No | JSON request body field — the number for this Change Events operation | |
| title | No | JSON request body field — the title for this Change Events operation | |
| description | No | JSON request body field — the description for this Change Events operation | |
| scope | Yes | JSON request body field — event Scope | |
| prime_contract_for_estimates | No | JSON request body field — prime_contract_for_estimates | |
| event_origin | No | JSON request body field — the event origin for this Change Events operation | |
| change_reason | No | JSON request body field — the change reason for this Change Events operation | |
| status | Yes | JSON request body field — the status for this Change Events operation | |
| source | No | JSON request body field — the Change Event source refers to the resource that was responsible for creating this Change Event. | |
| source_of_revenue_rom | No | JSON request body field — revenue ROM source for this Change Event | |
| change_type | No | JSON request body field — the change type for this Change Events operation | |
| external_data | No | JSON request body field — the external data for this Change Events operation | |
| custom_field_%{custom_field_definition_id} | No | JSON request body field — 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 ... | |
| change_items | No | JSON request body field — change Event Line Items |