EMS.Services.TEMSInternalAPI.PushWhere

De RAD Studio API Documentation
Aller à : navigation, rechercher

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);

Propriétés

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


Description

Envoie un message de notification push EMS à une installation EMS particulière identifiée par un filtre.

PushWhere envoie le message AData et identifie les installations EMS cibles par le paramètre AWhere.

Le paramètre AWhere est un TJSONObject qui contient le filtre where, par exemple :

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

PushWhere renvoie un IEMSResourceResponseContent pour lire la réponse de la ressource.

Voir aussi