docs/ReportExecuteQueriesRequest.md in ultracart_api-4.0.159 vs docs/ReportExecuteQueriesRequest.md in ultracart_api-4.0.160
- old
+ new
@@ -8,10 +8,11 @@
| **connection_id** | **String** | The websocket connection id that should receive back notices of query completion. | [optional] |
| **default_dataset_id** | **String** | | [optional] |
| **default_project_id** | **String** | | [optional] |
| **merchant_id** | **String** | | [optional] |
| **queries** | [**Array<ReportDataSetQuery>**](ReportDataSetQuery.md) | An array of queries that we want the lambda function to execute. | [optional] |
+| **request_dts** | **String** | Date/Time of the client submitted the request. Can be used to resolve out of order query completion results | [optional] |
| **security_level** | **String** | Security level to execute report under | [optional] |
## Example
```ruby
@@ -22,9 +23,10 @@
connection_id: null,
default_dataset_id: null,
default_project_id: null,
merchant_id: null,
queries: null,
+ request_dts: null,
security_level: null
)
```