AP Credit Note API v2: Difference between revisions

no edit summary
(Created page with " ==Technical Specification== ==References of AutoCount Accounting version 2.0== {{BaseReferenceAC20}} '''AutoCount.ARAP.dll''' ==AP Credit Note API Usage== ===New=== public...")
 
No edit summary
Line 8:
==AP Credit Note API Usage==
===New===
<syntaxhighlight lang="csharp">
public void New(AutoCount.Authentication.UserSession userSession)
{
Line 47 ⟶ 48:
}
}
</syntaxhighlight>
 
===Edit===