``change`` |
required, object |
A change object specified by its name. |
|
|
``name`` |
required, string |
The name of the desired change. |
"name" : "myFirstChange" |
|
``add`` |
required, array |
An array of inventory objects that should be assigned to the given change. |
|
|
``name`` |
required, string |
The name of the desired inventory object to assign to the given change. |
"name" : "myWorkflow" |
|
``objectType`` |
required, string |
available types are:
- "WORKFLOW"
- "JOBRESOURCE"
- "LOCK"
- "NOTICEBOARD"
- "FILEORDERSOURCE"
- "WORKINGDAYSCALENDAR"
- "NONWORKINGDAYSCALENDAR"
- "SCHEDULE"
- "JOBTEMPLATE"
|
"type" : "WORKFLOW" |
|