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
ConversationIDStringThe unique ID of the initial async API call.
ErrorCodeIntA code that corresponds to the type of error received for the request.
ObjectAPIObject objectSpecifies the definition of an object.
OrdinalIDIntThe position of the object within an array of information.
OverallStatusCodeStringThe overall status of a conversation.
ParentPropertyNameStringDeprecated.
RequestIDStringThe unique ID of the initial async API call.
RequestTypeRequestType objectDefines a request as synchronous or asynchronous.
ResultDetailXMLStringContains details of the operation result in XML format.
ResultTypeStringDefines the result as coming from the synchronous or asynchronous API.
StatusCodeStringThe status of an async API request.
StatusMessageStringDescribes the status of an API call.
UpdateResultsArray of UpdateResult objectsIndicates error information associated with an update to a data extension.