Skip to main content

Interface: TenderUpdateItemInput

Defined in: type/TenderUpdateItemInput.ts:4

Input object for TenderUpdateItemInput

Properties

deliveryDate?

optional deliveryDate?: string

Defined in: type/TenderUpdateItemInput.ts:14

Delivery date - ISO 8601 Date string


name?

optional name?: string

Defined in: type/TenderUpdateItemInput.ts:8

Item name. Defaults to product name


notes?

optional notes?: string

Defined in: type/TenderUpdateItemInput.ts:16

Notes, remarks, etc.


price?

optional price?: number

Defined in: type/TenderUpdateItemInput.ts:10

Item price. Defaults to calculated sales price


quantity?

optional quantity?: number

Defined in: type/TenderUpdateItemInput.ts:6

Item quantity


supplier?

optional supplier?: string

Defined in: type/TenderUpdateItemInput.ts:12

Item supplier. Defaults to product supplier


validateBudget?

optional validateBudget?: boolean

Defined in: type/TenderUpdateItemInput.ts:20

If set to false, budget validation will be skipped. Defaults to true


validateOrderList?

optional validateOrderList?: boolean

Defined in: type/TenderUpdateItemInput.ts:18

If set to false, the items will not be validated against customer order lists. Defaults to true