Create Location
create_locationCreate a new location for a Procore project by specifying the project ID and location object.
Instructions
Create a new Location for the specified Project. 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, location. Procore API: Core > Project. Endpoint: POST /rest/v1.0/locations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | JSON request body field — the ID of the Project the Location belongs to | |
| location | Yes | JSON request body field — the location for this Project operation |