AOTG API: Delete Debtor: Difference between revisions

Line 286:
 
====Account in use, can't delete debtor====
<tabber>
Body=
<syntaxhighlight lang="json-object">
{
Line 308 ⟶ 310:
}
</syntaxhighlight>
|-|
 
Readable of ResultJson=
<syntaxhighlight lang="json-object">
{
"Message": "Account in use, can't delete debtor.",
"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>
 
<br/>