Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 3.04 KB

PartCreate.md

File metadata and controls

49 lines (39 loc) · 3.04 KB

MissionControl.PartCreate

Properties

Name Type Description Notes
layout OneOfPartCreateLayout [optional]
colors [ColorCreate] [optional]
desiredSubstrate OneOfPartCreateDesiredSubstrate [optional]
finishingApplications [FinishingApplicationCreate] [optional]
finishings [FinishingCreate] [optional]
fileReferences [FileReferenceCreate] [optional]
kind String The kind of the part. Which parts must be created depends on the kind of the job to which this part belongs. For some kinds it is also possible to create several parts (i.e. content) with different colours, substrates and finishings. [optional]
content String Defines what the layout of this part looks like. When `single_page` is selected, it is assumed that the layout contains a single page and the `pages` attribute must be 2. When `spread` is selected, it is assumed that the layout contains a page spread, thus the `pages` attribute must be set to 4. When `multiple_pages` is selected, the layout may contain an arbitrary number of pages and the `pages` attribute must be set accordingly. [optional]
pages Number The number of pages that this part's layout contains. Since a single page of paper has a front and a back side, the minimal amount of pages per part is two. If a part contains more than 2 pages the amount must be divisible by two. When `content` is set to `single_page` the number of pages must equal 2, when `content` is set to `spread` the number of pages must equal 4. When 'content' is set to `multiple_pages` the number of pages can be set arbitrarily. [optional]
dimensions [String] The width and height of the part in the unit set in `dimensions_unit`. The first element of this array corresponds to the width, the second one to the height (or length) of the part in closed state. [optional]
dimensionsUnit String The unit in which the dimensions are given [optional]

Enum: KindEnum

  • businessCard (value: "business_card")
  • brochure (value: "brochure")
  • _case (value: "case")
  • content (value: "content")
  • cover (value: "cover")
  • jacket (value: "jacket")
  • leaflet (value: "leaflet")
  • poster (value: "poster")
  • label (value: "label")
  • packaging (value: "packaging")
  • endpaper (value: "endpaper")

Enum: ContentEnum

  • singlePage (value: "single_page")
  • spread (value: "spread")
  • multiplePages (value: "multiple_pages")
  • threeDimensionalObject (value: "three_dimensional_object")

Enum: DimensionsUnitEnum

  • cm (value: "cm")
  • mm (value: "mm")
  • m (value: "μm")