CustomerSegmentMembersQueryCreate
Creates a customer segment members query.
Input
| Name | Type | Required | Description |
| SegmentId | String | False | The ID of the segment. |
| Query | String | False | The search query to filter customers by. |
| Reverse | Bool | False | Reverse the order of the query results. |
| SortKey | String | False | Sort the query results by the given key. |
| WaitJob | Bool | False | The Stored Procedure will wait until the Job is done.
The default value is true. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether or not the operation executed successfully. |
| Details | String | Any extra details on the operation's execution. |
| JobID | String | The CustomerSegmentMembersQuery job ID. |
| CurrentCount | Int | The current count of segment members matching the query. |
| Status | String | The status of the Job. |