Skip to main content

WorkOrderCreateInput

Parameters for creating a new work order for an iGUIDE.

attrsobject

Additional attributes for your request. Depends on the task types being requested.

skipPrepublishboolean

This option is only applicable for draftable upgrade task types such as draft-convert or draft-premium-convert. When set to true, the iGUIDE will be published even if the Drafting team chooses to pre-publish it.

taskTypestring

A string specifying the type of work to be performed. (Obsolete: use "Types" instead.)

typesstring[]

An array of strings specifying the types of work to be performed. Available task types depend on the iGUIDE package type.

WorkOrderCreateInput
{
"attrs": {},
"skipPrepublish": true,
"taskType": "string",
"types": [
"string"
]
}