AgriWebb API
GraphQL/Inputs

PurchaseOutgoingInput

No description

input PurchaseOutgoingInput {
  type: PurchaseCostType!
  amount: MonetaryAmountInput!
  description: String
  contactId: ID
}

Fields

PurchaseOutgoingInput.type ● PurchaseCostType!
non-null
enum

PurchaseOutgoingInput.amount ● MonetaryAmountInput!
non-null
input

PurchaseOutgoingInput.description ● String
scalar

PurchaseOutgoingInput.contactId ● ID
scalar

Optional AgriWebb contact ID for the payee (e.g. a haulage company).

Member Of

PurchaseRecordInput

input

On this page

FieldsPurchaseOutgoingInput.type ● PurchaseCostType!
non-null
enum
PurchaseOutgoingInput.amount ● MonetaryAmountInput!
non-null
input
PurchaseOutgoingInput.description ● String
scalar
PurchaseOutgoingInput.contactId ● ID
scalar
Member Of