v1

latestOpenAPI 3.0.0Proprietary2026-07-26130282259.8 KB
jobs

Create Job Manual Measurements

  • Use this endpoint to create one or more manual measurements using a list of measurements entered in a file
  • The measurements file must contain the measurements information for the measurements to be created on the job. The file extension should be .json, and the content must be a valid JSON structure.
  • The JSON information will be created as new manual measurements; the data within the JSON file will not be validated.

This endpoint is rate limited. Use the RateLimit-* response headers to check current limits and remaining quota.

post/jobs/{jobId}/measurements

Path parameters

jobIdstring uuid required

The job's unique identifier

Response

Accepted

measurementOrderIdstring uuid

The created measurement order unique identifier.

Example response

{
  "measurementOrderId": "b07a494a-3928-46b4-940a-1c856ce17e70"
}