Create a job
A JOB
POST
https://api.playment.io/v1/projects/:project_id/jobs
Path Parameters
Name | Type | Description |
---|---|---|
project_id* | string | ID of the project in which you want to create the job |
Headers
Name | Type | Description |
---|---|---|
x-api-key* | string | API key for authentication |
Request Body
Name | Type | Description |
---|---|---|
batch_id* | string | A batch is a way to organise multiple jobs under one |
data* | object | The |
work_flow_id* | string | The ID of the workflow inside which you want to create the job |
reference_id* | string | The unique identifier of the job |
Payload
Payload Definition
Key | Type | Description |
---|---|---|
|
| This contains an array of objects, with each object containing two properties:
|
|
| The This is an
Each element of the
|
Last updated