Interface: TenderUpdateItemInput
Defined in: type/TenderUpdateItemInput.ts:4
Input object for TenderUpdateItemInput
Properties
deliveryDate?
optionaldeliveryDate?:string
Defined in: type/TenderUpdateItemInput.ts:14
Delivery date - ISO 8601 Date string
name?
optionalname?:string
Defined in: type/TenderUpdateItemInput.ts:8
Item name. Defaults to product name
notes?
optionalnotes?:string
Defined in: type/TenderUpdateItemInput.ts:16
Notes, remarks, etc.
price?
optionalprice?:number
Defined in: type/TenderUpdateItemInput.ts:10
Item price. Defaults to calculated sales price
quantity?
optionalquantity?:number
Defined in: type/TenderUpdateItemInput.ts:6
Item quantity
supplier?
optionalsupplier?:string
Defined in: type/TenderUpdateItemInput.ts:12
Item supplier. Defaults to product supplier
validateBudget?
optionalvalidateBudget?:boolean
Defined in: type/TenderUpdateItemInput.ts:20
If set to false, budget validation will be skipped. Defaults to true
validateOrderList?
optionalvalidateOrderList?:boolean
Defined in: type/TenderUpdateItemInput.ts:18
If set to false, the items will not be validated against customer order lists. Defaults to true