updateBilling
Update billing details for an organisation, including customer name, address, and contact emails.
Input
Return Type
ID
Example
mutation UpdateBilling {
updateBilling(input: {
organisationId: "b3JnMTIzNDU2"
customerName: "Acme Corporation"
address1: "123 Business Street"
postcode: "EC1A 1BB"
billingContactEmail: "billing@example.com"
})
}