-
Notifications
You must be signed in to change notification settings - Fork 2
GetAttachedDocumentList
Leandro Rowies edited this page Aug 2, 2023
·
9 revisions
The GetAttachedDocumentList function loads documents attached to the linked master type and master ID provided.
public WSResult2<WSDocumentHeader[]> GetAttachedDocumentList(String token, WSMasterTypeEnum masterType, String masterID)| Parameter | Type | Description |
|---|---|---|
| token | String | The session token retrieved during authentication. |
| masterType | WSMasterTypeEnum | The master type that will searched for |
| masterID | String | The ID of the master type |