GetDocument - accountsIQ/API-Wiki GitHub Wiki

The GetDocument function loads a specific document attached to the linked master type and master ID provided.

Declaration

C#

public WSResult2<WSDocument> GetDocument(String token, WSMasterTypeEnum masterType, String masterID, int documentID)

Parameter List

The ID of the master type
Parameter Type Description
masterType WSMasterTypeEnum The master type that will searched for
masterID String
documentID int ID of the document

See Also

⚠️ **GitHub.com Fallback** ⚠️