v1

latestOpenAPI 3.0.0Proprietary2026-07-26130282259.8 KB
jobs

Create Job Measurements Order

Use this endpoint to create a measurements order with the external provider Information for a specific job.

  • The measurement file can be an XML or JSON file.
    • The file content has to be a valid XML or JSON structure.
    • The file must contain the measurements order information with the measurements to be created.
  • A report PDF can be attached.
  • A list of PDF files can be attached.
  • Special characters and spaces will be removed from all the file names before upload.
  • The PDF files content will not be validated, only the type as PDF and the file size.

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

post/jobs/{jobId}/measurements/files

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"
}