UpdateResult

Contains results of each object in an Update request as an array of objects. The objects are returned in the order acted upon: first in, first out. This array contains one UpdateResult object per input APIObject.

NameData TypeDescription
ConversationIDxsd:stringUnique ID of initial async API call.
ErrorCodexsd:intIdentifies the error of an API request.
ObjectAPIObjectSpecifies definition of object.
OrdinalIDxsd:intDefines position of object within an array of information.
OverallStatusCodexsd:stringRepresents overall status of conversation via async API.
ParentPropertyNamexsd:stringDeprecated.
RequestIDxsd:stringUnique ID of initial async API call.
RequestTypeRequestTypeDefines request as synchronous or asynchronous API.
ResultDetailXMLxsd:stringContains details of operation result in XML format.
ResultTypexsd:stringDefines result as coming from synchronous or asynchronous API.
StatusCodexsd:stringStatus of async API request.
StatusMessagexsd:stringDescribes the status of an API call.
UpdateResultsUpdateResult[]Indicates error information associated with an update to a data extension.