AttachDocument - accountsIQ/API-Wiki GitHub Wiki

The AttachDocument function will attach a document to a record (it could be a transaction, customer, supplier, and many other master types). Once you've attached a document, it will be visible in the Document Manager feature in the system.

Declaration

C#

public WSResultStatus AttachDocument(String token, WSDocument document)

Parameter List

Parameter Type Description
token String The session token retrieved during authentication.
document WSDocument The document to be attached

See Also

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