EMS.Services.TEMSInternalAPI.PushWhere
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: EMS.Services.pas EMS.Services.hpp
| |
Unit: EMS.Services | |
Parent: TEMSInternalAPI |
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);
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":"[email protected]"}}
PushWhere returns an IEMSResourceResponseContent to read the response from the resource.