AOTG API: Get Debtor: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 113: Line 113:


==Check Status==
==Check Status==
===Code Snippets===
{{AOTGApiCodeSnippetTab
{{AOTGApiCodeSnippetTab
|Python=
|Python=
Line 195: Line 196:
}}
}}


===Response===
====Response====
====Response Successful HTTP Request====
=====Response Successful HTTP Request=====
200 OK
200 OK
====Response Successful Body====
=====Response Successful Body=====
Status shows the data is ready for retrieve.
Status shows the data is ready for retrieve.
<syntaxhighlight lang="json-object" highlight="3">
<syntaxhighlight lang="json-object" highlight="3">
Line 208: Line 209:


==Get Data (Result)==
==Get Data (Result)==
===Code Snippets===
{{AOTGApiCodeSnippetTab
{{AOTGApiCodeSnippetTab
|Python=
|Python=