CreateJobInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| billingCustomerId | ID | ||
| commercialKind | PrintJobCommercialKindEnum | The commercial, or sales kind, of the job - e.g. a brochure, against something being saddle stiched, which would be the production kind. | |
| deliveryCustomerId | ID | ||
| description | String | The description of the job | |
| dueAt | DateTime | The due date for the job | |
| estimateId | ID | ||
| externalId | String | An external ID for the job | |
| jobNumber | String | The job number for the job | |
| maxDeliverableQuantity | Int | The maximum deliverable quantity for the job, if different from the ordered quantity, for example - allowed overages | |
| name | String! | The name of the job | |
| orderedQuantity | Int! | The ordered quantity for the job | |
| orderLineId | ID | ||
| productionKind | PrintJobProductionKindEnum! | The production kind of the job, e.g. saddle stiched, perfect bound, etc - this is separate to the commercial kind, which is the kind of job as it relates to the customer. | |
| status | PrintJobStatusEnum! | The status of the job | |
| tags | [String!] | The tags for the job |