Hide response attributes Show response attributes object
-
id
string(uuid) The GUID identifier for the customer.
-
companyName
string | null Required The name of the company. This may be up to 255 characters.
-
taxId
string | null The company tax Id. This may be up to 255 characters.
-
country
string | null Required The company country code in the ISO 3166-1 alpha-2 standard.
-
addressLine1
string | null Required The company address line 1. This may be up to 255 characters.
-
addressLine2
string | null The company address line 2. This may be up to 255 characters.
-
city
string | null Required The company city. This may be up to 255 characters.
-
state
string | null Required The company State. This may be up to 255 characters.
-
zip
string | null Required The company ZIP. This may be up to 30 characters.
-
firstName
string | null Required The company primary contact first name. This may be up to 255 characters.
-
middleName
string | null The company primary contact middle name. This may be up to 255 characters.
-
lastName
string | null Required The company primary contact last name. This may be up to 255 characters.
-
email
string | null Required The company primary contact email. This may be up to 255 characters.
-
phone
string | null Required The company primary contact phone. This may be up to 30 characters.
-
internalIdentifier
string | null The customer internal identifier. This may be up to 255 characters.
-
resellerId
string(uuid) | null The reseller identifier. If this value is set a relation between this customer and the reseller will be created, if null a direct relation between the CSP and the customer will be created instead.
-
providerCustomers
object | null Required The provider customers. A list containing the info about this customer in one or more provider instances.
-
customerAssociations
array[object] | null The list of partners associated to a customer
The viewmodel for the customer relationships.