REST.Client.TCustomRESTClient.PostEntity

提供:RAD Studio API Documentation

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

プロパティ

種類 可視性 ソース ユニット
function public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTClient


説明

POST リクエストを送信して、AEntity を、ターゲット サービスのリソースに追加します。

関連項目