modifyCustomer.Rd
Update a Customer
modifyCustomer( serviceProviderId, customerId, customerName, seats, streetAddress, streetAddress2 = NULL, city, state, countryCode, zipCode = NULL, packageId, dealId = NULL, adminEmails, ccwDealOwnerEmails = NULL )
serviceProviderId | The ServiceProviderID related to this Customer |
---|---|
customerId | The customerID related to this Customer |
customerName | customer organization name |
seats | number of users |
streetAddress | street address |
streetAddress2 | street address2 |
city | city |
state | state |
countryCode | country code |
zipCode | zip code |
packageId | package id |
dealId | deal id |
adminEmails | array of admin emails |
ccwDealOwnerEmails | array of CCW deal owner emails |