AOTG API: Get AR Invoice

Revision as of 00:58, 5 March 2019 by DanielY (talk | contribs) (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/>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<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