AOTG API: Get AR Invoice: Difference between revisions

From AutoCount Resource Center
Content added Content deleted
(Created page with "==<DRAFT>== Incompleted! <br/><br/> ==Get AR Invoice== Get an AR Invoice from account book. {{AOTGApiMethodsSpec|GET|/api/public/v1/ARInvoice/GetARInvoice/{id}|Params=id<br/>...")
(No difference)

Revision as of 00:58, 5 March 2019

<DRAFT>

Incompleted!

Get AR Invoice

Get an AR Invoice from account book.

API Method

Http Method: GET
Method: /api/public/v1/ARInvoice/GetARInvoice/{id}
Content-Type: application/json
Parameters: id
Id of the AR Invoice

API Request Flow

  1. Submit GetARInvoice request to retrieve one 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



See Also AOTG API


Go to menu

Go to top
Resources For AutoCount Software Developers