REST.Client.TCustomRESTClient.PostEntity

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTClient


Description

Envoie une requête POST pour ajouter AEntity aux ressources du service cible.

Voir aussi