Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1007 Bytes

NewJobBody.md

File metadata and controls

29 lines (17 loc) · 1007 Bytes

NewJobBody

Properties

Name Type Description Notes
jobName String A human readable identifier for the job [optional]
language String Native job language [optional]
externalId String An identifier you want to associate with this job [optional]
username String Create the job in specified sub-account [optional]
requestor String An requestor you want to associate with this job [optional]
reference String An reference you want to associate with this job [optional]
expectedSpeakers Integer Amount of speakers that the video will have [optional]
isDuplicate IsDuplicateEnum Allows creating multiple jobs with the same external_id [optional]

Enum: IsDuplicateEnum

Name Value
TRUE "true"
FALSE "false"