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
id
ID
Response
Name
Type
Description
errors
List (String)
Last updated
Was this helpful?
