Szkolenie API - EN
Szkolenie API - EN
Szkolenie API - EN
API:
• Application Programming Interface
• This is how computer programs exchange data and
communicate with each other
• Consists of sets of rules and definitions
Data transferring
Through HTTP:
• POST – most commonly used in the SALESmanago API, it sends data from
a client to a server (in JSON form) e.g. sending data from a contact form to
SALESmanago.
• the request sent to a wrong instance, e.g. a client from app3 sends a
request to http://www.salesmanago.pl/api/contat/upsert instead of
http://app3.salesmanago.pl/api/contat/upsert