AOTG API: Create AR Invoice: Difference between revisions

From AutoCount Resource Center
Content added Content deleted
(Created page with "==<DRAFT>== Incompleted! <br/><br/> ==Get List of AR Invoice== Get the list of AR Invoice in a specific date range. {{AOTGApiMethodsSpec|POST|/api/public/v1/ARInvoice/Create...")
 
No edit summary
Line 18: Line 18:
*Add header of '''"SOTC_AUTH"''', and assign value of '''AccessToken'''.
*Add header of '''"SOTC_AUTH"''', and assign value of '''AccessToken'''.
<br/>
<br/>
{{AOTGApiCodeSnippetTab

|Python=
<syntaxhighlight lang="Python">
</syntaxhighlight>
|PHPHttp=
<syntaxhighlight lang="PHP">
</syntaxhighlight>
|RestSharp=
<syntaxhighlight lang="C#">
</syntaxhighlight>
|PHPcURL=
<syntaxhighlight lang="PHP">
</syntaxhighlight>
}}





Revision as of 06:56, 4 March 2019

<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/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