Update Config
Update a customer configuration
client.v1.customers.updateConfig(CustomerUpdateConfigParamsparams, RequestOptionsoptions?): void
post/v1/customers/{customer_id}/updateConfig
Updates the specified customer's config.
Parameters
paramscustomer_idstringleave_stripe_invoices_in_draftunionsalesforce_account_idunionCustomerUpdateConfigParams
import Metronome from '@metronome/sdk';
const client = new Metronome({
bearerToken: 'My Bearer Token',
});
await client.v1.customers.updateConfig({
customer_id: 'd7abd0cd-4ae9-4db7-8676-e986a4ebd8dc',
salesforce_account_id: '0015500001WO1ZiABL',
});