CreateScheduleEntryInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| externalId | String | The external ID of the schedule entry, for example in an ERP system. | |
| operationId | ID! | ||
| position | Int! | The position of the schedule entry in the schedule. | |
| scheduleAt | DateTime | The date and time of the schedule entry. | |
| scheduleDuration | Int | The duration of the schedule entry in seconds. | |
| scheduleId | ID! | ||
| targetPercentage | Float | The target percentage to produce of the schedule entry, default to 100. |