Update Location
update_locationUpdate an existing location in a Procore project by providing the location ID, project ID, and new location data.
Instructions
Update the specified Location. Use this to update an existing Project records (only the supplied fields are changed). Updates the specified Project records and returns the modified object on success. Required parameters: id, project_id, location. Procore API: Core > Project. Endpoint: PATCH /rest/v1.0/locations/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Project resource | |
| 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 |