|
|
|
|
|
by hk1337
1380 days ago
|
|
They really shouldn't be pitted against each other. They have some similarities but typically EDI is intended for bulk data transfers where a Web API is more suited for smaller amounts of data, like one record per request/response. Sure, an API can do lists but compared to an EDI, the file can handle a lot more records. *EDIT* Typically, EDI is good for a once daily update where an API can handle the incremental changes that occur throughout the day. |
|