EMS.Services.IEMSInternalResourceRequestService
[–] Properties | |
---|---|
Type: interface class
| |
Visibility: public | |
Source: EMS.Services.pas EMS.Services.hpp
| |
Unit: EMS.Services | |
Parent: EMS.Services |
Delphi
IEMSInternalResourceRequestService = interface(IEMSResourceRequest)
C++
__interface INTERFACE_UUID("{0C98920E-E524-4917-8F00-AC968C0A9D13}") IEMSInternalResourceRequestService : public IEMSResourceRequest
Description
Service for executing internal EMS resource endpoint requests from another custom EMS resource endpoint implementations.
A custom EMS resource endpoint uses this service to execute an internal request to a different EMS resource endpoint. For example, a custom EMS resource endpoint may use this service to execute the built-in Users.SignupUser
endpoint to sign a user up.
The resource name, URL segments and method parameters of the request must match the declaration of an EMS resource endpoint. Otherwise, the request cannot succeed.