unit_price_mgr_add
Back to SOAP Architecture Method Reference
Description
The unit_price_mgr_add method adds a unit price to a media package on your domain.
Parameters
| Parameter | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| domain_id |
The unique ID# of your domain. |
bstypes:ResourceId | R |
| locale | The language and country for which the price applies, for example en_CA. | string | R |
| parent_id | The unique ID# of the parent media package. | bstypes:ResourceId | R |
| unit_price | The price per unit. | double | R |
Return Values
| Value | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| id | The unique ID# of the new unit price. | bstypes:ResourceId | R |
