Differences between Interface's and API's

All the discussion which is not possible in the above forums should be posted here.
Post Reply
ahmadbilal
Posts: 615
Joined: Mon Sep 18, 2006 1:32 am
Location: United Arab Emirates
Contact:

Differences between Interface's and API's

Post by ahmadbilal »

Q: Differences between Interface's and API's

Interfaces: use for mass loads, migrations,conversions; you can populate interface tables with many records and then start interface any time, so it's asynchronous; if any record fails, it will stay in the interface tables till either fixed or purged

API's for: synchronous tasks, like integrations or web site calls; you normally would only be processing one record at the time and get results right away; also, you would have to handle situations where Error status is returned
Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests