API EN: Porovnání verzí

Z Podpora.nextis.cz
Přejít na: navigace, hledání
 
(Nejsou zobrazeny 3 mezilehlé verze od stejného uživatele.)
Řádka 1: Řádka 1:
 
=== API - Aplication interface ===
 
=== API - Aplication interface ===
  
In general there are two possible options how to connect third party systems to Nextis products. First of them is the DATA.API and second is the Nextis Web Service.
+
In general there are two possible options how to connect third party systems to the Nextis products. First of them is the DATA.API and second is the Nextis Web Service. Both of them are described bellow.
  
==== [[API EN DATA METHOD DESC|Data API]] ====
+
= [[API EN DATA METHOD DESC|Data API]] =
 
Data API is mainly intended to connect third party ERP's to Nextis eshop through the Nextis ERP database and vice versa. Data API interface contains necessary functionalities to work with huge data and this is also the purpose, why we have developed this kind of API.
 
Data API is mainly intended to connect third party ERP's to Nextis eshop through the Nextis ERP database and vice versa. Data API interface contains necessary functionalities to work with huge data and this is also the purpose, why we have developed this kind of API.
 
* [[API EN DATA METHOD DESC|method list and method description]]
 
* [[API EN DATA METHOD DESC|method list and method description]]
  
==== [[API EN WS METHOD DESC|Web Service API]] ====
+
= [[API EN WS METHOD DESC|Web Service API]] =
Web service is mainly intended to connect third party systems on document base and item level requests. It Allows You to write orders direct into Nextis ERP systems with online response, download documents like invoices and delivery notes, verify goods availability and prices, and many more.   
+
Web service is mainly intended to connect third party systems on document base and item level requests. It provides functionalities, which allows You to write orders direct into the Nextis ERP systems with online response, download documents like invoices and delivery notes, verify goods availability and prices, and many more.   
 
* [[API EN WS METHOD DESC|method list and method description]]   
 
* [[API EN WS METHOD DESC|method list and method description]]   
* [[sample aplicattion (.NET)]]   
+
* [[sample aplicattion (.NET)|sample application (.NET)]]   
 
* [[sample web service link]]   
 
* [[sample web service link]]   
  
 
==== Notices ====
 
==== Notices ====
<code>In some cases could be necessary to combine both services together and this option is possible also.</code>
+
<code>In some cases could be necessary to combine both services together and this option is possible as well.</code>

Aktuální verze z 16. 8. 2017, 14:31

API - Aplication interface

In general there are two possible options how to connect third party systems to the Nextis products. First of them is the DATA.API and second is the Nextis Web Service. Both of them are described bellow.

Data API

Data API is mainly intended to connect third party ERP's to Nextis eshop through the Nextis ERP database and vice versa. Data API interface contains necessary functionalities to work with huge data and this is also the purpose, why we have developed this kind of API.

Web Service API

Web service is mainly intended to connect third party systems on document base and item level requests. It provides functionalities, which allows You to write orders direct into the Nextis ERP systems with online response, download documents like invoices and delivery notes, verify goods availability and prices, and many more.

Notices

In some cases could be necessary to combine both services together and this option is possible as well.