Update a customerAsk AIpost https://api.mercury.com/api/v1/ar/customers/{customerId}Update an existing customerPath ParamscustomerIduuidrequiredThe customer who will receive the invoice. Use the /api/v1/ar/customers endpoint to list your customers and find the corresponding id, or create a new customer first.Body Paramsaddressobject | nullThe address for the customer.address object | nullemailstringrequiredThe email address for the customer.namestringrequiredThe name of the customer.resendOpenInvoicesbooleanrequiredOpen invoices for the customer will be resent with updated data when this is true.truefalseResponses 200 400Invalid body 404customerId not foundUpdated 6 months ago