API/RetailServices/UpdateFlatFile
From Emersion
Purpose
The UpdateFlatFile function allows you get RADIUS information supplied as a CSV file.
A file named radius_service_information.csv will be exported to your SFTP location in the /outbound/RadiusCSV/ directory.
Subsequent API calls will generate a new file and overwrite the old. As will our automated scheduled poller.
Inputs
<soapenv:Header/>
<soapenv:Body>
<ret:UpdateFlatFile/>
</soapenv:Body>
Output
<SOAP-ENV:Body>
<ns1:UpdateFlatFileResponse>
<ns1:result>Success: 1</ns1:result>
</ns1:UpdateFlatFileResponse>
</SOAP-ENV:Body>