I have working on a integartion where i need to push data from a Asp.Net webform to Anaplan Model and List.
To perform such action i am using Anaplan API's from the Anaplan suggested method of import: https://community.anaplan.com/t5/How-To/RESTful-API-How-To/ta-p/33579
While running api i am unable to update data , every time i hit api, anaplan always take file which is used while creating import action and even if i manually update rows in that file still its updating old data which is used while creating import action.
So when i created a import action by selecting a csv file i kept "Default File" and "Replace Default File" setting as "Everyone" still every time when i run API it takes same rows data which is kept initially at the time of creating import action even.
So how can i achieve that, i.e. always updated data will be passed in to Anaplan and if that file doesn't contain any row of data then it will not update any rows in Anaplan?
Is there any way i can pass the file path in API for import action so that it will take that file only?
Or is there any other approach which i can use to inser data in anaplan module and list?