AOTG API: Get Debtor: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 113:
 
==Check Status==
===Code Snippets===
{{AOTGApiCodeSnippetTab
|Python=
Line 195 ⟶ 196:
}}
 
====Response====
=====Response Successful HTTP Request=====
200 OK
=====Response Successful Body=====
Status shows the data is ready for retrieve.
<syntaxhighlight lang="json-object" highlight="3">
Line 208 ⟶ 209:
 
==Get Data (Result)==
===Code Snippets===
{{AOTGApiCodeSnippetTab
|Python=