Save AEMP 2.0 Telematics Data
save_aemp_2_0_telematics_dataPosts AEMP 2.0 telematics data to create equipment and identifier mappings. Saves a new Telematics record for a company using snapshot time and equipment details.
Instructions
Api allow to post AEMP 2.0 telematics data with equipment creation and identifier mapping creation. Use this to perform the save aemp action on Telematics. Creates a new Telematics and returns the created object on success (HTTP 201). Required parameters: company_id, snapshotTime, Equipment. Procore API (v2.1): Core > Telematics. Endpoint: POST /rest/v2.1/companies/{company_id}/telematics/aemp
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — the ID of the company. | |
| snapshotTime | Yes | JSON request body field — the snapshottime for this Telematics operation | |
| Equipment | Yes | JSON request body field — the equipment for this Telematics operation |