AOTG API: Get List of Debtor: Difference between revisions

no edit summary
(Created page with " ==Get a list of Debtor== Get all customers in account book. {{AOTGApiMethodsSpec|GET|/api/public/v1/Debtor}} <br/> ==Code Snippets== *Add header of "SOTC_AUTH", and assign va...")
 
No edit summary
Line 1:
==API Request Flow==
[[File:AOTGApiRequestFlow.png|link=]]
#Submit request for Debtor list
#:Obtain '''Id''' and '''Name''' from the response
#To check if the requested data is ready, use the '''Id''' to check status [Optional]
#:When the data is ready for retrieve, the '''Status''' is '''"Completed"'''.
#[[AOTG_API:_Get_List_of_Debtor#Get_Data_.28Result.29|Use '''Result''' method to get data]]
 
==Get a list of Debtor==