EMS.Services.TEMSInternalAPI.PushWhere

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function PushWhere(const AData: TJSONObject; const AWhere: TJSONObject): IEMSResourceResponseContent;

C++

_di_IEMSResourceResponseContent __fastcall PushWhere(System::Json::TJSONObject* const AData, System::Json::TJSONObject* const AWhere);

Properties

Type Visibility Source Unit Parent
function public
EMS.Services.pas
EMS.Services.hpp
EMS.Services TEMSInternalAPI

Description

Sends an EMS Push notification message to a particular EMS Installation identified by a filter.

PushWhere sends the AData message and identifies the target EMS Installations by the AWhere parameter.

The AWhere parameter is a TJSONObject that contains the where filter, such as:

 {"where":{"email":"xyz@xmail.com"}}

PushWhere returns an IEMSResourceResponseContent to read the response from the resource.

See Also