StartJobBody Model

Body of a request to start an existing Job within the DataExtractionService

Required
jobId : string (GUID)

The ID of the job that you want to begin execution (this ID will be specific to the organisation running the job)

Nullable
parameters : {[id: string]: JobRunParameterValue }

Job specific parameters encoded by their unique names (should match any parameters requested by the job)

Example
{
  "jobId": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
  "parameters": {}
}