REST.Client.TCustomRESTClient.PostEntity
Delphi
function PostEntity<T: class, constructor>(const AResource: string; AEntity: T): TJSONObject;
C++
template<typename T> System::Json::TJSONObject* __fastcall PostEntity(const System::UnicodeString AResource, T AEntity);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | public | REST.Client.pas REST.Client.hpp |
REST.Client | TCustomRESTClient |
Beschreibung
Sendet eine POST-Anforderung, um den Ressourcen des Zieldienstes eine AEntity
hinzufügen.