Configure
Use the Configure method to configure an account. This method accepts an array of objects to act upon and returns one result object for each object in the array.
| Name | Data Type | Description |
|---|---|---|
Action | String | Specifies an action to perform on one or many objects. Valid values include: Create, Update, or Delete. The number of subscriber attributes that you can create for your account is set when your account is configured. To create more subscriber attributes, contact Salesforce Customer Support. |
Configurations | Array of APIObject objects | A collection of account configurations. |
Options | ConfigureOptions object | Optionally specifies more processing options. |
OverallStatus | String | Specifies the overall status of the request. Valid values include:
|
OverallStatusMessage | String | Specifies the overall status message of the request. |
RequestID | String | An identifier for the request. |