Save Telematics Stats Data
save_telematics_stats_dataPosts telematic diagnostic data and creates a new Telematics stats record for a given company. Returns the created object on success.
Instructions
Api allow to post telematic diagnostic data. Use this to perform the save telematics action on Telematics. Creates a new Telematics and returns the created object on success (HTTP 201). Required parameters: company_id. Procore API (v2.0): Core > Telematics. Endpoint: POST /rest/v2.0/companies/{company_id}/telematics/stats
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — the ID of the company. | |
| header | No | JSON request body field — the header for this Telematics operation | |
| location | No | JSON request body field — the location for this Telematics operation | |
| diagnostics | No | JSON request body field — the diagnostics for this Telematics operation |