AOTG API: Get List of AR Invoice

From AutoCount Resource Center
Revision as of 02:55, 4 March 2019 by DanielY (talk | contribs)

<DRAFT>

Incompleted!

Get List of AR Invoice

Get the list of AR Invoice in a specific date range.

API Method

Http Method: POST
Method: /api/public/v1/ARInvoice/GetARInvoiceList
Content-Type: application/json
Parameters: FromDateTime, ToDateTime
Document date range.

API Request Flow

  1. Submit GetARInvoiceList request to retrieve a range of AR Invoice in account book.
  2. Check the successful request status, if the data is completed (ready).
  3. Retrieve the data with Result method.


Code Snippets

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



Reponse

Response Successful HTTP Request

200 OK

Response Successful Body

Id and Name are required to retrieve result (data).



See Also AOTG API


Go to menu

Go to top
Resources For AutoCount Software Developers