AP Credit Note API v2: Difference between revisions

Content added Content deleted
(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: Line 8:
==AP Credit Note API Usage==
==AP Credit Note API Usage==
===New===
===New===
<syntaxhighlight lang="csharp">
public void New(AutoCount.Authentication.UserSession userSession)
public void New(AutoCount.Authentication.UserSession userSession)
{
{
Line 47: Line 48:
}
}
}
}
</syntaxhighlight>

===Edit===
===Edit===