Disconnected

CreateSourceFilter

Name of the source to add the filter to.

Name of the new filter to be created.

The kind of filter to be created.

Settings object to initialize the filter with.

{
  "requestType": "CreateSourceFilter",
  "requestData": {
    "sourceName": null,
    "filterName": null,
    "filterKind": null,
    "filterSettings": null
  }
}
// No response... 
// Did you send your request?