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