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.
| Name | Data Type | Description |
|---|---|---|
ConversationID | String | The unique ID of the initial async API call. |
ErrorCode | Int | A code that corresponds to the type of error received for the request. |
Object | APIObject object | Specifies the definition of an object. |
OrdinalID | Int | The position of the object within an array of information. |
OverallStatusCode | String | The overall status of a conversation. |
ParentPropertyName | String | Deprecated. |
RequestID | String | The unique ID of the initial async API call. |
RequestType | RequestType object | Defines a request as synchronous or asynchronous. |
ResultDetailXML | String | Contains details of the operation result in XML format. |
ResultType | String | Defines the result as coming from the synchronous or asynchronous API. |
StatusCode | String | The status of an async API request. |
StatusMessage | String | Describes the status of an API call. |
UpdateResults | Array of UpdateResult objects | Indicates error information associated with an update to a data extension. |