ExecuteResponse
The ExecuteResponse object contains responses returned by the API for execute calls.
Name | Data Type | Description |
---|---|---|
ErrorCode | xsd | Identifies the error of an API request via a numeric code. |
OrdinalID | xsd | Defines position of object within an array of information. |
Results | APIProperty[] | Contains the combination of names and values for the returned results. |
StatusCode | xsd | Status of async API request. |
StatusMessage | xsd | Describes the status of an API call. |