UpdateResult

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
ConversationIDStringUnique ID of initial async API call. All requests that are processed as a single unit have the same ConversationID.
ErrorCodeIntIdentifies the error of an API request via a numeric code.
ObjectAPIObject objectSpecifies definition of object.
OrdinalIDIntDefines position of object within an array of information.
OverallStatusCodeStringRepresents overall status of conversation via async API.
ParentPropertyNameStringIdentifies parent node of property; populated in nested Create results. Deprecated.
RequestIDStringUnique ID of initial async API call.
RequestTypeRequestType objectDefines request as synchronous or asynchronous API.
ResultDetailXMLStringContains details of operation result in XML format.
ResultTypeStringDefines result as coming from synchronous or asynchronous API.
StatusCodeStringStatus of async API request.
StatusMessageStringDescribes the status of an API call.
UpdateResultsArray of UpdateResult objectsIndicates error information associated with an update to a data extension.