Programmer AP Creditor v2: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 5:
===Create new AP Creditor===
<syntaxhighlight lang="csharp">
public void CreateNewCreditorNewCreditor(AutoCount.Authentication.UserSession userSession, CreditorSource source)
{
string newCreditorCode = GetNewCreditorCode(userSession, source.ControlAccount, source.CompanyName);
Line 108:
};
 
CreateNewCreditorNewCreditor(userSession, newCreditor);
}
</syntaxhighlight>
 
{{SeeAlsoAPIAccount}}
{{SeeAlsoAccountV2}}
 
[[Category:Programmer]]
[[Category:API]]