AOTG API: Create AR Invoice: Difference between revisions

From AutoCount Resource Center
Content added Content deleted
No edit summary
No edit summary
Line 4: Line 4:




==Get List of AR Invoice==
==Create AR Invoice==
Get the list of AR Invoice in a specific date range.
Add a new AR Invoice to account book
{{AOTGApiMethodsSpec|POST|/api/public/v1/ARInvoice/CreateARInvoice|Params=None}}
{{AOTGApiMethodsSpec|POST|/api/public/v1/ARInvoice/CreateARInvoice|Params=None}}



Revision as of 06:57, 4 March 2019

<DRAFT>

Incompleted!


Create AR Invoice

Add a new AR Invoice to account book

API Method

Http Method: POST
Method: /api/public/v1/ARInvoice/CreateARInvoice
Content-Type: application/json
Parameters: None

API Request Flow

  1. Submit CreateARInvoice request to add a new AR Invoice to account book.
  2. Check the successful request status, if the action is Completed or Failed.
  3. To get the failed reason, use RESULT method to retrieve the message of completed or failed.


Code Snippets

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








See Also AOTG API


Go to menu

Go to top
Resources For AutoCount Software Developers