ResultMessage
Contains the results of an asynchronous call.
| Name | Data Type | Description |
|---|---|---|
CallsInConversation | Int | Number of calls within an async API conversation. |
Client | ClientID | Specifies the account ownership and context of an object. |
ConversationID | String | Unique ID of initial async API call. |
CorrelationID | String | Identifies correlation of objects across several requests. |
CreatedDate | DateTime | The date and time when the object was created. |
CustomerKey | String | User-supplied unique identifier for an object within an object type. |
ErrorCode | Int | Identifies the error of an API request. |
ID | Int | Read-only legacy identifier for an object. Not supported on all objects. |
ModifiedDate | DateTime | Last time object information was modified. |
ObjectID | String | System-controlled, read-only text string identifier for object. |
ObjectState | String | Not used. |
OverallStatusCode | String | Represents overall status of conversation via async API. |
Owner | Owner | Describes account ownership of subscriber in an on-your-behalf account. |
PartnerKey | String | Unique identifier provided by partner for an object. This property is accessible only via API. |
PartnerProperties | Array of APIProperty objects | A collection of metadata supplied by the client and stored by the system. These properties are accessible only via API. |
RequestID | String | Unique ID of initial async API call. |
RequestType | RequestType | Defines request as synchronous or asynchronous API. |
ResultDetailXML | String | Contains details of operation result in XML format. |
ResultType | String | Defines result as coming from synchronous or asynchronous API. |
SequenceCode | Int | Specifies the processing sequence of a multi-step conversation. |
StatusCode | String | Status of async API request. |
StatusMessage | String | Describes the status of an API call. |