AOTG API: Delete Debtor: Difference between revisions

Content added Content deleted
Line 286: Line 286:


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