GetBundleType
Overview
Retrieves Bundle Types from the system based on the BundleType key.
Returns
The BundleType with the specified key.
Request
Name | Type | Description |
---|---|---|
bundleTypeKey | String | The key of the BundleType to retrieve. |
Response
Name | Type | Description |
---|---|---|
ResultMessage | String | Additional information when operation failed. |
ResultCode | ResultCodeEnum | Whether the operation completed successfully. |
Result | BundleType | Operation result. |