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