invoiceTemplateCreate
Graphql fields and variables for the invoiceTemplateCreate mutation
Create an invoice template
Scope required: billing:write
For a complete list of input attributes see the InvoiceTemplateAttributes type
mutation invoiceTemplateCreate ($attributes: InvoiceTemplateAttributes!) {
invoiceTemplateCreate (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)
Last updated
Was this helpful?
