Magidoc

EstimateCreateInput
Input Object

An input to create an estimate

Fields

#

approved

Whether the estimate is approved, default to false

customerCurrency

The currency to display the estimate in, will default to the currency of the job's customer, if available and not explicitly set here.

description

The description of the estimate - for example to use on a quote document

exchangeRate

The exchange rate used for display purposes (if blank, a live bank rate will be used).

externalId

An external identifier for the estimate, if available - for example a quote number from another system

items

Non-null

The items included in this estimate.

jobId

ID !
Non-null

The ID of the Job this estimate is associated with.

name

The name of the estimate - for display purposes

overrides

Any overrides to the Job specification

tactic

Non-null

The tactic used to calculate this estimate.

Usages

#

References

#

  • Argument input of field createEstimate from type Mutation