create_gps_position
Record GPS coordinates with accuracy data for field operations in Procore projects. Submit location details including latitude, longitude, altitude, and timestamps to track project activities.
Instructions
Create Gps Position. [Project Management/Field Productivity] POST /rest/v1.0/companies/{company_id}/gps_positions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| latitude | Yes | The latitude in degrees. | |
| longitude | Yes | The longitude in degrees. | |
| altitude | No | The altitude, measured in meters. | |
| horizontal_accuracy | No | The horizontal radius of uncertainty for the location, measured in meters. | |
| vertical_accuracy | No | The vertical radius of uncertainty for the location, measured in meters. | |
| timestamp | Yes | The time at which this location was determined. |