INPUT_OBJECT
SiteDiaryMaterialTransactionUpdate
A material transaction.
link GraphQL Schema definition
- input SiteDiaryMaterialTransactionUpdate {
- # The unique ID.
- Int :
- # 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 :
- # The comments for this transaction.
- String :
- # The dockets associated for this transaction.
- MaterialTransactionDocketUpdate] : [
- # 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 :
- }