invoiceTemplateUpdate

Graphql fields and variables for the invoiceTemplateUpdate mutation

Update an invoice template

Scope required: billing:write

For a complete list of input attributes see the InvoiceTemplateAttributes type

mutation invoiceTemplateUpdate ($id: ID!, $attributes: InvoiceTemplateAttributes!) {
  invoiceTemplateUpdate (id: $id, attributes: $attributes) {
      errors
      invoiceTemplate {
        bankDetails
        enabled
        entityId
        footer
        hideZeroAmounts
        id
        includePaymentLink
        isDefault
        name
        pageSize
        poNumberRequired
        taxNumberLabel
        taxNumberRequired
      }
  }
}

Arguments

Name
Type
Description

Response

Name
Type
Description

errors

List (String)

invoiceTemplate

Last updated

Was this helpful?