EMS.Services.IEMSResourceRequestContent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
interface
class
Visibility: public
Source:
EMS.Services.pas
EMS.Services.hpp
Unit: EMS.Services
Parent: EMS.Services

Delphi

IEMSResourceRequestContent = interface

C++

__interface IEMSResourceRequestContent  : public System::IInterface

Description

Content of an EMS Resource request.

Use the IEMSResourceRequestContent type to pass JSON objects or other data types in the body of an EMS Resource request to the EMS Server.

See Also