Defines the ability to save, update, or delete data extension fields using a container. If the Container property contains an instance of DataExtensionField, and the value of the Action property is DELETE, then the call drops any child fields. Otherwise, the call adds or updates all child fields depending upon whether they exist.
Properties
Name
Data Type
Description
Action
String
Defines the action to take for the specified object. Valid values include:
CREATE
DELETE
UPDATE
CallsInConversation
Integer
The number of calls in an asynchronous API conversation.
A base type that other types within the API are inherited from.
ConversationID
String
The unique ID of initial async API call.
Priority
String
Deprecated.
RequestExpirationTime
String
The date and time when the asynchronous API request expires. Specify the value in ISO 8601 format with UTC time or with a timezone offset. When you specify both RequestExpirationTime and ScheduledTime in a request, the RequestExpirationTime must occur after the ScheduledTime.
The date and time at which the request must be processed. Specify the value in ISO 8601 format with UTC time or a timezone offset. The specified time can be up to 30 days in the future.