Table of Contents
/Legal/ReadyForApproval
When an ID application is ready (all attachments have been signed and uploaded), the client can call this resource to flag the application as ready for approval. This will execute any automated onboarding procedures to analyze the application, and, if passing them, will take the identity to the approved state. They can also take the application to the rejected state, in case they find the information invalid.
JSON
- Request
{ "legalId": Required(Str(PLegalId)) }
- Response (if successful)
{ }
XML
- Request
<ReadyForApproval xmlns="https://waher.se/Schema/BrokerAgent.xsd" legalId=(Required(Str(PLegalId)))/>
- Response (if successful)
<AckResponse xmlns="https://waher.se/Schema/BrokerAgent.xsd" />
Input Parameters
Parameter | Description |
---|---|
PLegalId |
Identity of the Legal Identity to flag as ready for approval. |
Javascript Library
Use the following asynchronous method in the Javascript Library, to call this resource.
var Response = await AgentAPI.Legal.ReadyForApproval(LegalId);