AOTG API: Create Debtor: Difference between revisions

no edit summary
No edit summary
Line 244:
====Response====
200 OK
=====Processing status=====
*'''Processing''' status indicates that the Create debtor request is not complete.
<syntaxhighlight lang="json-object">
{
"RequestId": "abf79c80-13e9-41ae-993d-2cd6b99b5570",
"Status": "Processing"
}
</syntaxhighlight>
=====Completed status=====
*'''Completed''' status Indicates that the Create debtor request has been performed and succeeded.
Line 253 ⟶ 261:
</syntaxhighlight>
=====Failed status=====
*'''Failed''' status Indicatesindicates that the Create debtor request has been performed but has error.
<syntaxhighlight lang="json-object">
{