AOTG API: Delete Debtor: Difference between revisions

Line 250:
===Result of Failed reason===
====Debtor record not found====
<tabber>
Body=
<syntaxhighlight lang="json-object">
{
Line 272 ⟶ 274:
}
</syntaxhighlight>
|-|
Readable of ResultJson=
<syntaxhighlight lang="json-object">
{
"Message": "Debtor record not found (AccNo=300-A002).",
"StackTrace": " at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) at PSW.SOTC.Accounting.InProcess.AppServiceDispatcher.<DispatchRequest>d__13.MoveNext()",
"Source": "PSW.SOTC.Accounting.Provider.Autocount"
}
</syntaxhighlight>
</tabber>
 
====Account in use, can't delete debtor====