Magidoc

EstimateItemCreateInput
Input Object

An input used for creating an estimate item, either alone or as part of a whole estimate.

Fields

#

cost

The cost of this item.

costCenterId

The ID of the Cost Center this item is associated with, if relevant

description

The description of the item.

durations

The operation phases associated with this item, if relevant or available - for example, setup, production, cleanup. Not all items will have all phases, but items should normally have a production phase.

estimateId

The ID of the estimate this item is associated with, required if created alone.

kind

Non-null

The kind of item this estimate item represents.

markup

The markup to apply to this item

operationId

The ID of the Operation this item is associated with, if relevant

partId

The ID of the Job part this item is associated with, if relevant

total

The total cost of this item

Usages

#

References

#

  • Argument input of field createEstimateItem from type Mutation