Table of Contents
/Legal/SelectReviewService
Allows the client to select an internal peer review service, for reviewing a recent identity application.
JSON
- Request
{ "serviceId": Required(Str(PServiceId)), "serviceProvider": Required(Str(PServiceProvider)) }
- Response (if successful)
{ }
XML
- Request
<SelectReviewService xmlns="https://waher.se/Schema/BrokerAgent.xsd" serviceId=(Required(Str(PServiceId))) serviceProvider=(Required(Str(PServiceProvider)))/>
- Response (if successful)
<AckResponse xmlns="https://waher.se/Schema/BrokerAgent.xsd" />
Input Parameters
Parameter | Description |
---|---|
PServiceId |
ID of internal peer review service. |
PServiceProvider |
Type (class name) of service provider. |
Javascript Library
Use the following asynchronous method in the Javascript Library, to call this resource.
var Response = await AgentAPI.Legal.SelectReviewService(ServiceId, ServiceProvider);