INPUT_OBJECT

MaterialTransactionUpdate

A material transaction.

link GraphQL Schema definition

  • input MaterialTransactionUpdate {
  • # The unique ID.
  • id: Int
  • # The corresponding material.
  • material: IdObject
  • # The order for this transaction.
  • order: IdObject
  • # The supplier for this transaction.
  • supplier: IdObject
  • # The asset for this transaction.
  • asset: IdObject
  • # The quantity for this transaction.
  • quantity: Float
  • # The rate for this transaction.
  • rate: Float
  • # The comments for this transaction.
  • comments: String
  • # The dockets associated for this transaction.
  • dockets: [MaterialTransactionDocketUpdate]
  • # The work item code linked to the material transaction.
  • work_item: IdObject
  • # The data for the chargeable item additional questions.
  • additional_questions: FormTemplateDisplayMeta
  • # The data for the chargeable item additional answers.
  • additional_answers: FormResultData
  • }