ContentValidation
The ContentValidation object contains information used to validate content included in email. For the call to be valid, you must pass an email property and specify a subscriber as part of the validation action. This call can take up to 90 seconds to run, so we recommend that you issue this call as an asynchronous request.
Name | Data Type | Description |
---|---|---|
Client | ClientID | Specifies the account ownership and context of an object. |
CorrelationID | String | An ID that creates a relationship between objects across several requests. |
CreatedDate | String | The date and time when the object was created. Read-only. |
CustomerKey | String | User-supplied unique identifier for an object within an object type. This property corresponds to the external key assigned to an object. |
Email | Default email address for object. Indicates if subscriber information can be used for email sends. | |
ID | Integer | Read-only identifier for an object. Some objects use the ObjectID property as a unique ID. |
ModifiedDate | String | The date and time when the object was last modified. |
ObjectState | String | Not used. |
ObjectID | String | A unique identifier for the object. Read-only. |
Owner | Owner | Describes account ownership of subscriber in an account that is managed on your behalf. |
PartnerKey | String | A unique identifier for an object, provided by a partner. This property can only be accessed by using the API. |
PartnerProperties | Array of APIProperty objects | A collection of metadata supplied by the client and stored by the system. These properties can only be accessed by using the API. |
Subscribers | Array of Subscriber objects | Indicates subscribers associated with an object. |