Skip to main content

updateBilling

Update billing details for an organisation, including customer name, address, and contact emails.

Input

billingUpdateInput

Return Type

ID

Example

mutation UpdateBilling {
updateBilling(input: {
organisationId: "b3JnMTIzNDU2"
customerName: "Acme Corporation"
address1: "123 Business Street"
postcode: "EC1A 1BB"
billingContactEmail: "billing@example.com"
})
}

Export This Article

Save a copy of this page as PDF or plain text.