Create Location (Admin)
create_location_adminCreates a new location in a Procore project. Requires project ID and admin permissions.
Instructions
Create a new Location for the specified Project. Note: This endpoint requires Project Admin permissions and does not respect the "Disable Dynamic Location Creation" project configuration. Use this to create a new Project records in Procore. Creates a new Project records and returns the created object on success (HTTP 201). Required parameters: project_id. Procore API: Core > Project. Endpoint: POST /rest/v1.0/projects/{project_id}/locations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| node_name | No | JSON request body field — the Node Name of the Location | |
| parent_id | No | JSON request body field — the ID of the Parent Location of the Location |