ResultItem

Contains the results of an asynchronous API call. When calling the asynchronous API, a ResultItem contains no objects until that request is picked up from the asynchronous queue. The amount of time a call remains in the queue depends on the current system load.

NameData TypeDescription
ClientClientIDSpecifies the account ownership and context of an object.
ConversationIDStringUnique ID of initial async API call. All requests that are processed as a single unit have the same ConversationID.
CorrelationIDStringIdentifies correlation of objects across several requests.
CreatedDateDateTimeThe date and time when the object was created.
CustomerKeyStringUser-supplied unique identifier for an object within an object type. This property corresponds to the external key assigned to an object.
ErrorCodeIntIdentifies the error of an API request via a numeric code.
IDIntRead-only identifier for an object. Some objects use the ObjectID property as a unique ID.
ModifiedDateDateTimeThe date and time when the object was last modified.
ObjectIDStringSystem-controlled, read-only text string identifier for object.
ObjectStateStringNot used.
OrdinalIDIntDefines position of object within an array of information.
OwnerOwnerDescribes account ownership of subscriber in an on-your-behalf account.
PartnerKeyStringUnique identifier provided by partner for an object. This property is accessible only via API.
PartnerPropertiesArray of APIProperty objectsA collection of metadata supplied by the client and stored by the system. These properties are accessible only via API.
RequestIDStringUnique ID of initial async API call.
RequestObjectTypeStringDefines type of the Request object, such as email or triggered send.
RequestTypeRequestTypeDefines request as synchronous or asynchronous API.
StatusCodeStringStatus of async API request.
StatusMessageStringDescribes the status of an API call.