Create a new Customer

createCustomer(
  serviceProviderId,
  customerName,
  customerType = NULL,
  isTrial = NULL,
  seats,
  streetAddress,
  streetAddress2 = NULL,
  city,
  state,
  countryCode,
  zipCode = NULL,
  packageId,
  dealId = NULL,
  adminEmails,
  ccwDealOwnerEmails = NULL
)

Arguments

serviceProviderId

The ServiceProviderID related to this Customer

customerName

customer organization name

customerType

customer organization type (applicable only for MSSP): term = term customer msla = msla customer

isTrial

applicable only for MSSP with SPLA (MSLA) licensing

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