Introduction to AOTG API: Difference between revisions

From AutoCount Resource Center
Content added Content deleted
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
It provides Web API methods call to create, update, delete and get data of AutoCount Accounting.
It provides Web API methods call to create, update, delete and get data of AutoCount Accounting.


==AOTG API reference==
==AOTG Web API reference==
http://aotg.cloud:8080/swagger
Available AOTG (Web) API for AutoCount Accounting / POS is maintained at [http://aotg.cloud:8080/swagger this site].<br/>


<span style="font-size:180%;">http://aotg.cloud:8080/swagger</span>
<br/>
==Diagram of AOTG API==
==Diagram of AOTG API==
[[File:AOTGApiCharts2.png|link=]]<br/>
[[File:AOTGApiCharts2.png|link=]]<br/>
<br/>
<br/>
This diagram shows the client computer initiates HTTP methods call (GET, POST, PUT or DELETE) request to the AOTG Server.<br/>
This diagram shows the client computer initiates HTTP methods call/request (GET, POST, PUT or DELETE) to the AOTG Server.<br/>
The request is then retrieved by '''AOTG Client''' that is a web service installed at a main computer where the AutoCount Accounting server is.<br/>
The request is then retrieved by '''AOTG Client''' that is a web service installed at a main computer where the AutoCount Accounting server is.<br/>
'''AOTG Client''' acts as a correspondent between AutoCount Accounting Server and AOTG Server.<br/>
'''AOTG Client''' acts as a correspondent between AutoCount Accounting Server and AOTG Server.<br/>

Latest revision as of 04:17, 13 August 2019

AOTG API is designed and developed for online developers to integrate with AutoCount Accounting via RESTful API.
It provides Web API methods call to create, update, delete and get data of AutoCount Accounting.

AOTG Web API reference

Available AOTG (Web) API for AutoCount Accounting / POS is maintained at this site.

http://aotg.cloud:8080/swagger


Diagram of AOTG API



This diagram shows the client computer initiates HTTP methods call/request (GET, POST, PUT or DELETE) to the AOTG Server.
The request is then retrieved by AOTG Client that is a web service installed at a main computer where the AutoCount Accounting server is.
AOTG Client acts as a correspondent between AutoCount Accounting Server and AOTG Server.

See Begin AutoCount Accounting Integration via AOTG API to get the download link.


See Also AOTG API


Go to menu

Go to top
Resources For AutoCount Software Developers