This s a documentation page for our shiny new REST API - you weren't meant to find it. This API isn't ready for public use yet. We're chopping and changing it a LOT as we grow it. So if you build something that uses it then it's very likely to break in a future update. Don't say you weren't warned!
URL: | https://api.kashflow.com/v2/dataimport |
Method(s): | post |
Response Formats: | JSON or XML |
Description: | This method allows you to queue data for importing for specified subscriber import account id. |
POST Operation
Queues data import for the specified data import configuration id. Subscriber import account configuration id is mandatory in this case.
URL : /dataimport
Example request for POST
{
"SubscriberImportAccountId" : 6557
}
Response
201