- CreateSuiteInput
Input for creating a feature
Select an Aggregation Type for the feature. Valid values: NONE, SUM, MAX. Example: "SUM"
Auto Deploy flag to indicate whether the feature should be deployed or not. If true, the feature will be automatically deployed after creation.
Describe the characteristics of this feature that make it unique. Maximum length: 2000 characters. Example: "This feature enables advanced reporting."
Name to uniquely identify the feature. Must contain only ASCII letters, numbers, or _ (underscore) with no whitespace. Maximum length: 64 characters. Example: "MyFeature"
Optional override parameters for the feature.
Specify maxVersion of the feature. Format: yyyy.MMdd, yyyy.MM.dd, or yyyy.MM . Example: "2023.10.15"
If a FIXED version format is selected, specify version of the feature. Must not contain whitespace characters. Maximum length: 64 characters. Example: "1.0"
Select a FIXED or DATEBASED version format. Valid values: FIXED, DATEBASED. Example: "FIXED"
{ "aggregationType": "Example String", "autoDeploy": true, "description": "Example String", "featureName": "Example String", "featureOverrideParams": { "__typename": "FeatureOverrideParamsInput" }, "maxVersion": "Example String", "version": "Example String", "versionFormat": "Example String" }
Input to create a new line item
List of line item input objects
{ "lineItems": [ { "__typename": "LineItemInput" } ] }
Input for creating a maintenance product.
Allow renewals flag to indicate whether the maintenance product can be renewed. Example: true
Allow upgrades flag to indicate whether the maintenance product can be upgraded. Example: true
Allow upsells flag to indicate whether the maintenance product can be upsold. Example: true
Description of the maintenance product. Example: "This maintenance product is for advanced maintenance."
Name to uniquely identify the maintenance product. Can only contain ASCII letters, numbers, or _ (underscore) with no whitespace. Maximum length: 64 characters. Example: "MyMaintenanceProduct"
Optional part number list for the maintenance product.
Maintenance product product line. Example: "Uncategorized Products"
Optional product list for the maintenance product.
Maintenance product version. Maximum length: 64 characters. Example: "1.0"
{ "allowRenewals": true, "allowUpgrades": true, "allowUpsells": true, "description": "Example String", "maintenanceName": "Example String", "partNumberList": [ { "__typename": "MaintenanceProductPartNumberInput" } ], "productLine": "Example String", "productList": [ { "__typename": "MaintenanceProductProductInput" } ], "version": "Example String" }
Input for creating part numbers
List of part numbers to create. Must not be empty.
{ "partNumbers": [ { "__typename": "PartNumberInput" } ] }
Input for creating a product.
Allow obsolete fulfillment in end user portal. Example: true
Allow obsolete fulfillment in producer portal. Example: true
Auto deploy flag to indicate whether the product should be deployed automatically. If true, validations are performed and dependent features/bundles will be deployed. Example: true
Product description. Example: "This is a sample product description"
End date in YYYY-MM-DD format. Example: "2025-02-01"
List of feature bundles associated with product.
List of features associated with product.
List of host types. Example: ["Flexnet Server"]
License generator name. If not provided, it will be fetched based on licenseTechnology. Example: "TestGenerator"
List of license model names associated with product. Example: ["Embedded Counted"]
License technology name. If not provided, defaults to 'FlexNet Licensing'. Example: "Test"
List of part numbers associated with product (must be unique across products).
Product category name. If not provided, defaults to 'Uncategorized Products'. Example: "Uncategorized Products"
Product category custom attributes.
Product custom attributes.
Name of the product. Maximum length: 128 characters. Example: "Product A"
Upgrade email template associated with product. Use 'none' for no template or 'default' for the default template. Example: "default"
Start date in YYYY-MM-DD format. Example: "2024-01-01"
Trusted Key Configuration name. Example: "Trusted Key"
Used on device flag (only applies when license technology is FlexNet Licensing). Example: true
Version of the product. Maximum length: 64 characters. Example: "1.0.0"
Virtual Trusted Key Configuration name. Example: "Virtual Trusted Key"
{ "allowObsoleteFulfilmentInEP": true, "allowObsoleteFulfilmentInPP": true, "autoDeploy": true, "description": "Example String", "endDate": "Example String", "featureBundles": [ { "__typename": "FeatureBundleInput" } ], "features": [ { "__typename": "FeatureInput" } ], "hostTypes": [ "Example String" ], "licenseGenerator": "Example String", "licenseModels": [ "Example String" ], "licenseTechnology": "Example String", "partNumbers": [ { "__typename": "PartNumberRequestInput" } ], "productCategory": "Example String", "productCategoryAttributes": [ { "__typename": "AttributesInput" } ], "productCustomAttributes": [ { "__typename": "AttributesInput" } ], "productName": "Example String", "productUpgradeEmailTemplate": "Example String", "startDate": "Example String", "trustedKey": "Example String", "usedOnDevice": true, "version": "Example String", "virtualTrustedKey": "Example String" }
Input for creating a suite.
Allow download obsolete fulfillment record in Admin. Example: false
Allow download obsolete fulfillment record in Portal. Example: false
Auto deploy flag to indicate whether the suite should be deployed automatically. Example: true
List of custom attributes for the suite.
Description of the suite. Example: "Enterprise product suite"
List of supported host types. Example: ["Windows", "Linux"]
License generator used by the suite. Example: "GeneratorX"
List of license models for the suite. Example: ["Embedded Counted", "Subscription"]
License technology used by the suite. Example: "FlexNet"
Package properties for the suite.
List of part numbers with optional license model associations.
Product category name. If not provided, defaults to "Uncategorized Products". Example: "Enterprise Software"
List of product category attributes.
List of products included in this suite.
Name of the suite. Maximum length: 128 characters. Example: "Suite A"
Trusted key for the suite. Example: "TrustedKey123"
Indicates if the suite is used on a device. Example: true
Version of the suite. Example: "1.0"
Virtual trusted key for the suite. Example: "VirtualTrustedKey456"
{ "allowDownloadObsoleteFrInAdmin": true, "allowDownloadObsoleteFrInPortal": true, "autoDeploy": true, "customAttributes": [ { "__typename": "AttributesInput" } ], "description": "Example String", "hostTypes": [ "Example String" ], "licenseGenerator": "Example String", "licenseModels": [ "Example String" ], "licenseTechnology": "Example String", "packageProperties": { "__typename": "SuitePackageInput" }, "partNumbers": [ { "__typename": "PartNumberRequestInput" } ], "productCategory": "Example String", "productCategoryAttributes": [ { "__typename": "AttributesInput" } ], "products": [ { "__typename": "SuiteProductRequestInput" } ], "suiteName": "Example String", "trustedKey": "Example String", "usedOnDevice": true, "version": "Example String", "virtualTrustedKey": "Example String" }
Input for creating a user
List of account associated with user. Set user's account and list of the user's roles. User name and roles are required if the user can log in.
List of user custom attributes. Note that mandatory custom attributes must be included in this list
City portion of address. Example: "New York"
Two-letter country code. Example: "US"
Display name of the user. Example: "John Doe"
Email address of the user. Example: "johndoe@xyz.com"
User's fax number. Example: "01154785"
First Name of the user. Example: "John"
Last Name of the user. Example: "Doe"
User's locale. Example: "en_US"
Whether the User should opt to receive email notifications. Example: false
User's phone number. Example: "989915487"
Indicates whether created user can login to portal or not. If portalLogin is false, the user is treated as a contact. Example: true
Is this a shared login among several users? Example: false
State portion of address. Example: "The Empire State"
Flag to indicate if the user should be Active or Inactive. Status can be one of the following values: Active, Inactive. Example: "Active"
Street portion of address. Example: "High Street"
Provide time zone setting in the format: GMT#.#DST#. When a user is saved, this offset is converted to a time zone string and the time zone string is displayed when a user is retrieved. Example: "GMT-6.0DST0"
Important: The user name must match the email address for the user. If portalLogin is set to false, this field is ignored. If portalLogin is set to true, this field is required. Example: "johndoe@xyz.com"
Postal code of address. Example: "10118"
{ "accountRoles": [ { "__typename": "UserAccountRoleInput" } ], "attributes": [ { "__typename": "AttributeInput" } ], "city": "Example String", "country": "Example String", "displayName": "Example String", "emailAddress": "Example String", "faxNumber": "Example String", "firstName": "Example String", "lastName": "Example String", "locale": "Example String", "optIn": true, "phoneNumber": "Example String", "portalLogin": true, "shared": true, "state": "Example String", "status": "Example String", "street": "Example String", "timezone": "Example String", "userName": "Example String", "zipcode": "Example String" }
Duplication group details
Duplication group option to define override behavior. Valid values: NO_OVERRIDE, GROUPMASK, NONE.
Group mask details for the duplication group
{ "dupGroupOption": "Example String", "groupMask": { "__typename": "GroupMaskDataTypeInput" } }
Feature within a feature bundle
Name to uniquely identify the feature. Must contain only ASCII letters, numbers, or _ (underscore) with no whitespace. Maximum length: 64 characters. Example: "MyFeature"
Quantity of the feature (minimum value is 1). Example: 1
Version of the feature (for FIXED version format). Maximum length: 64 characters. Example: "1.0"
{ "featureName": "Example String", "quantity": 40, "version": "Example String" }
Feature bundle information for product creation.
Count of features in the bundle (minimum value is 1). Example: 1
Name of the feature bundle. Example: "Test Bundle"
{ "count": 40, "name": "Example String" }
Feature information for product creation.
Feature count (minimum value is 1). Example: 1
Feature name. Example: "Edit Feature"
Feature version. Example: "1.0"
{ "count": 40, "name": "Example String", "version": "Example String" }