Result
Base class for all result objects. Status Codes:
- OK
- Has Error
- Error
| Name | Data Type | Description |
|---|---|---|
| ConversationID | xsd:string | Unique ID of initial asynchronous API call. |
| ErrorCode | xsd:int | Identifies the error of an API request. |
| OrdinalID | xsd:int | Defines position of object within an array of information. |
| OverallStatusCode | xsd:string | Represents overall status of conversation via asynchronous API. |
| RequestID | xsd:string | Unique ID of initial asynchronous API call. |
| RequestType | RequestType | Defines request as synchronous or asynchronous API. |
| ResultDetailXML | xsd:string | Contains details of operation result in XML format. |
| ResultType | xsd:string | Defines result as coming from synchronous or asynchronous API. |
| StatusCode | xsd:string | Status of asynchronous API request. |
| StatusMessage | xsd:string | Describes the status of an API call. |