POST /rest/v1.0/companies/{company_id}/gps_positions
Create a new Gps Position.
Servers
- https://api.procore.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
company_id |
Integer | Yes |
Unique identifier for the company. |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Procore-Company-Id |
Integer | Yes |
Unique company identifier associated with the Procore User Account. |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
gps_position |
Object | Yes |
Gps Position object |
gps_position.vertical_accuracy |
Number | No |
The vertical radius of uncertainty for the location, measured in meters. |
gps_position.timestamp |
String | Yes |
The time at which this location was determined. |
gps_position.longitude |
Number | Yes |
The longitude in degrees. |
gps_position.altitude |
Number | No |
The altitude, measured in meters. |
gps_position.horizontal_accuracy |
Number | No |
The horizontal radius of uncertainty for the location, measured in meters. |
gps_position.latitude |
Number | Yes |
The latitude in degrees. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.