INPUT_OBJECT
SiteDiaryMaterialTransactionCreate
A material transaction.
link GraphQL Schema definition
- input SiteDiaryMaterialTransactionCreate {
- # The corresponding material.
- IdObject! :
- # The supplier for this transaction.
- IdObject :
- # The asset for this transaction.
- IdObject :
- # The quantity for this transaction.
- Float! :
- # The rate for this transaction.
- Float! :
- # Flag whether this transaction is a RECONCILE operation.
- Boolean :
- # The comments for this transaction.
- String :
- # The dockets associated for this transaction.
- MaterialTransactionDocketCreate] : [
- # (DEPRECATED) The work item code linked to the material transaction.
- IdObject :
- # The work item code linked to the material transaction.
- IdObject :
- # The data for the chargeable item additional questions.
- FormTemplateDisplayMeta :
- # The data for the chargeable item additional answers.
- FormResultData :
- }