Skip to main content

Interface: MediaAttachmentInput

Defined in: type/MediaAttachmentInput.ts:7

Input object for MediaAttachmentInput

Properties

alt

alt: MediaLocalizedStringInput[]

Defined in: type/MediaAttachmentInput.ts:11

Media item alt description that briefly explains its contents.


companyId?

optional companyId?: number

Defined in: type/MediaAttachmentInput.ts:23

Unique company identifier that the attachment relates to. [Cannot use it together with customerId]


customerId?

optional customerId?: number

Defined in: type/MediaAttachmentInput.ts:25

Unique customer identifier that the attachment relates to. [Cannot use it together with companyId]


description

description: MediaLocalizedStringInput[]

Defined in: type/MediaAttachmentInput.ts:13

Media item short description.


orderId?

optional orderId?: number

Defined in: type/MediaAttachmentInput.ts:21

Unique order identifier that the attachment relates to. [Cannot use it together with sparePartsMachineId]


priority?

optional priority?: number

Defined in: type/MediaAttachmentInput.ts:17

Media item display priority [Lower value has higher priority] - default: 1000


sparePartsMachineId?

optional sparePartsMachineId?: string | number

Defined in: type/MediaAttachmentInput.ts:9

Unique machine identifier that the media item relates to


tags

tags: MediaLocalizedStringArrayInput[]

Defined in: type/MediaAttachmentInput.ts:15

Media item tags.


uploadAttachments

uploadAttachments: UploadFileInput[]

Defined in: type/MediaAttachmentInput.ts:19

Upload File input reference