AOTG API: Create Debtor: Difference between revisions

 
(2 intermediate revisions by the same user not shown)
Line 242:
</syntaxhighlight>
}}
====Response Status====
"RequestId": {{AOTGResponseStatus|"abf79c80-13e9-41ae-993d-2cd6b99b5570",}}
200 OK
=====Completed status=====
*'''Completed''' status Indicates that the Create debtor request has been performed and succeeded.
<syntaxhighlight lang="json-object">
{
"RequestId": "abf79c80-13e9-41ae-993d-2cd6b99b5570",
"Status": "Completed"
}
</syntaxhighlight>
=====Failed status=====
*'''Failed''' status Indicates that the Create debtor request has been performed but has error.
<syntaxhighlight lang="json-object">
{
"RequestId": "abf79c80-13e9-41ae-993d-2cd6b99b5570",
"Status": "Failed"
}
</syntaxhighlight>
 
<br/>
 
==Use RESULT method to get the failed reason of Create Debtor request==
===Code Snippets===