AOTG API: Get Debtor

From AutoCount Resource Center
Revision as of 05:07, 1 March 2019 by DanielY (talk | contribs) (Created page with "==Draft== ==Get Debtor== Get the data of a debtor (customer). *'''debtorId''' is a unique identifier created in AOTG. *See AOTG API: Get List of Debtor#Response_From_Resul...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Draft

Get Debtor

Get the data of a debtor (customer).

  • debtorId is a unique identifier created in AOTG.
  • See Get List of Debtor on how to obtain Id (that is created in AOTG).

API Method

Http Method: GET
Method: /api/public/v1/Debtor/{debtorId} 
Content-Type: application/json
Parameters: 

API Request Flow

Code Snippets

  • Add header of "SOTC_AUTH", and assign value of AccessToken.

Code is not available


Response

  • Successful Response indicates GetDebtor has been performed.

Response Successful HTTP Request

200 OK

Response Successful Body

  • Id and Name can be used to retrieve the status and reason of the failed status.



See Also AOTG API


Go to menu

Go to top
Resources For AutoCount Software Developers