MasterAccountService provides operations for managing master accounts
(and for enrolling new customers with Yahoo! Search Marketing).
A master account is a collection of one or more accounts.
Get information about the master account (specified by masterAccountID). You can get information about any master account to which you have access.
Capability required: MasterAccountRead
License command group: AccountManagement
| Parameter | Data Type | Description |
|---|---|---|
| masterAccountID | string | The master account ID. |
MasterAccount - The master account.
Get all master accounts for a given company (specified by companyID)
Capability required: MasterAccountRead
License command group: AccountManagement
| Parameter | Data Type | Description |
|---|---|---|
| companyID | long | The company ID. |
MasterAccount[] - The list of master accounts belong to the company.
Get the status of the master account (specified by masterAccountID). You can get information about any master account to which you have access.
Capability required: MasterAccountRead
License command group: AccountManagement
| Parameter | Data Type | Description |
|---|---|---|
| masterAccountID | string | The master account ID. |
MasterAccountStatus - The status of the master account.
Update a master account. You can update any master account to which you have access.
Capability required: MasterAccountWrite
License command group: AccountManagement
| Parameter | Data Type | Description |
|---|---|---|
| masterAccount | MasterAccount | The master account to be updated. |
none