media_product_package_mgr_add
Back to SOAP Architecture Method Reference
Description
The media_product_package_mgr_add method creates a new Media Product Package.
Parameters
| Parameter | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| name | The name of this Media Product Package. | string | R |
| os_type | The operating system that the Media Product Package is for. (Windows, Linux) | bstypes:OSType | R |
| product_type | The product type of the Media Product Package. (Flash Plugin) | bstypes:ProductType | R |
| url | The URL of the Media Product Package. | string | R |
| version | The product version of the Media Product Package. | string | R |
| container_id | The ID# of the folder containing this Media Product Package. | bstypes:ResourceId | O |
| domain_id |
The unique ID# of your domain. |
bstypes:ResourceId | O |
Return Values
| Value | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| id | The unique ID# of the Media Product Package. | bstypes:ResourceId | R |
