EMS.Services.TEMSInternalAPI.RetrieveInstallation

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function RetrieveInstallation(const AInstallationID: string; out AResponse: IEMSResourceResponseContent): Boolean; overload;

C++

bool __fastcall RetrieveInstallation(const System::UnicodeString AInstallationID, /* out */ _di_IEMSResourceResponseContent &AResponse)/* overload */;

Description

Retrieves the field data from the specified EMS Installation identifier.

RetrieveInstallation gets the field data for the AInstallationID from the EMS Server. RetrieveInstallation puts the response from the resource in the AResponse parameter.

RetrieveInstallation returns False if the response request status code is 404 (the EMS Installation is Not found). Otherwise, RetrieveInstallation returns True.

See Also