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
{
"attributes": {
"name": "",
"footer": "",
"bankDetails": "",
"enabled": true,
"isDefault": true,
"poNumberRequired": true,
"taxNumberRequired": true,
"taxNumberLabel": "",
"includePaymentLink": true,
"hideZeroAmounts": true,
"entityId": "456123",
"pageSize": ""
}
}
Name
Type
Description
Response
Name
Type
Description
errors
List (String)
Last updated
Was this helpful?