Api.downloadOnlineCheck

downloadOnlineCheck(documentId)

Triggers the server to download the digital document from the relevant 3rd party according to the Document.DocumentName of the document specified.

This method executes asynchronously and returns a promise.

Arguments
  • documentId (guid()) – Unique identifier of the document to download from 3rd party.

Returns

For error responses, see Error Responses.

If successful, the response object the following properties:

  • Success – This property is always present and is set to true when the call succeeds.

  • Document – The document data downloaded from the 3rd party.