TriggeredSendCreateResult
Contains results of each triggered send object in a Create request. The objects are returned in the order acted upon: first in, first out. This array contains one TriggeredSendCreateResult object per input triggered send object.
| Name | Data Type | Description |
|---|---|---|
ConversationID | String | The unique ID of the initial async API call. All requests that are processed as a single unit have the same ConversationID. |
CreateResults | Array of CreateResult objects | Not used. |
ErrorCode | Int | A code that identifies the type of error that occurred. |
NewID | Int | System identifier for the new object. The API returns this property after creating an object. |
NewObjectID | String | System identifier for the new object. The application provides this ID after an object is created. |
Object | APIObject object | Specifies the definition of the object. |
OrdinalID | Int | Defines the position of the object in an array of information. |
OverallStatusCode | String | Represents the overall status of a conversation via asynchronous API. |
ParentPropertyName | String | Deprecated. |
PartnerKey | String | A unique identifier provided by a partner for an object. This property is accessible only via API. |
RequestID | String | The unique ID of the initial async API call. |
RequestType | RequestType object | Defines whether a request uses the synchronous or asynchronous API. |
ResultDetailXML | String | Contains details of the operation result in XML format. |
ResultType | String | Defines a result as coming from synchronous or asynchronous API. |
StatusCode | String | The status of an asynchronous API request. |
StatusMessage | String | Describes the status of an API call. |
SubscriberFailures | Array of SubscriberResult objects | Lists the subscribers that the triggered send failed for. |