GetDocument - accountsIQ/API-Wiki GitHub Wiki
The GetDocument function loads a specific document attached to the linked master type and master ID provided.
public WSResult2<WSDocument> GetDocument(String token, WSMasterTypeEnum masterType, String masterID, int documentID)| Parameter | Type | Description |
|---|---|---|
| masterType | WSMasterTypeEnum | The master type that will searched for |
| masterID | String | |
| documentID | int | ID of the document |