Configure
Use the Configure method to configure an account. Like many other SOAP methods, the Configure method accepts an array of objects to act upon and returns one result object for each object in the array. Therefore, a web service client can create one or many subscriber attributes (or property definitions) in one call and receive detailed results for each completed action.
Name | Data Type | Description |
---|---|---|
Action | String | Specifies an action to perform on one or many objects. Valid values include: Create, Update, or Delete. Marketing Cloud defines the number of subscriber attributes that you can create for your account when your account is configured. Contact Marketing Cloud to create more subscriber attributes. |
Configurations | APIObject[] | A collection of account configurations. |
Options | ConfigureOptions | 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 | Marketing Cloud's unique identifier for every request. |