CompanyInput
Property | Type | Attributes | Description |
---|---|---|---|
resellerUid | String (uuid) | Nullable | UID assigned to a reseller that manages the company. |
organizationInput | Subschema (OrganizationInput) | Required | Company properties. |
subscriptionPlanUid | String (uuid) | Nullable | UID assigned to a company subscription plan. |
permissions | Subschema (CompanyPermissions) | Optional | Array of the Veeam Service Provider Console components that a company can access. Possible values:
|
Property | Type | Attributes | Description |
---|---|---|---|
name | String | Required | Name of an organization. |
taxId | String | Nullable | Organization Tax ID. |
String | Nullable | Contact email address. | |
phone | String | Nullable | Telephone number of a primary contact of an organization. |
country | Integer (int32) | Nullable | System ID assigned to an organization country of residence. |
state | Integer (int32) | Nullable | System ID assigned to a USA state where an organization is located. |
city | String | Nullable | City where an organization is located. |
street | String | Nullable | Street where an organization is located. |
notes | String | Nullable | Additional information about an organization. |
zipCode | String | Nullable | Postal code. |
website | String | Nullable | Organization website. |
companyId | String | Nullable | ID of an organization used for 3rd party applications. |