Interface CRMQueryPayload

Payload for executing a query against CRM.

interface CRMQueryPayload {
    query: string;
    service?: CRMServiceType;
}

Properties

Properties

query: string

The query string to execute.

service?: CRMServiceType

Optional name of the service to be queried.