UpdateResult

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

NameData TypeDescription
ConversationIDxsdUnique ID of initial async API call. All requests that are processed as a single unit have the same ConversationID.
ErrorCodexsdIdentifies the error of an API request via a numeric code.
ObjectAPIObjectSpecifies definition of object.
OrdinalIDxsdDefines position of object within an array of information.
OverallStatusCodexsdRepresents overall status of conversation via async API.
ParentPropertyNamexsdIdentifies parent node of property; populated in nested Create results. Deprecated.
RequestIDxsdUnique ID of initial async API call.
RequestTypeRequestTypeDefines request as synchronous or asynchronous API.
ResultDetailXMLxsdContains details of operation result in XML format.
ResultTypexsdDefines result as coming from synchronous or asynchronous API.
StatusCodexsdStatus of async API request.
StatusMessagexsdDescribes the status of an API call.
UpdateResultsUpdateResult[]Indicates error information associated with an update to a data extension.