Creates a job for the specified profile. Returns a job response with a unique job identifier.
Request
Request body properties
| Property | Required | Type | Description |
|---|---|---|---|
| assetId | Yes | string | Specifies the asset ID for the job request. |
| name | No | string |
Name for the job request. Should be a human-readable identifier for the job, such as 'Customer Data Quality Job' or 'Sales Metrics Analysis' |
Response
The successful response returns a job response with a unique job identifier.
Response body properties
| Property | Required | Type | Description |
|---|---|---|---|
| jobId | No | string | Unique identifier for the job. |
Response examples
Example status code responses for this method are shown here.
{
"jobId":"123e4567-e89b-12d3-a456-426614174000"
}{
"type":"about:blank",
"title":"Bad Request",
"status":"400",
"detail":"Invalid job request",
"instance":"https://verify-api-portal-dev.dqcore.cloud.precisely.services/v1/quality/profiles/jobs",
"errorCode":"DIS-QUALITY-JOB-USR-0001"
}{
"type":"about:blank",
"title":"Internal Server Error",
"status":"500",
"detail":"An unexpected error occurred on the server",
"instance":"https://verify-api-portal-dev.dqcore.cloud.precisely.services/v1/quality/profiles/jobs",
"errorCode":"DIS-QUALITY-JOB-SVC-0001"
}