Difference between revisions of "API/RetailServices/UpdateFlatFile"
From Emersion
(Created page with "'''Purpose ''' The UpdateFlatFile function allows you get RADIUS information supplied as a CSV file. '''Inputs''' <soapenv:Header/> <soapenv:Body> <ret:UpdateFla...") |
m (added detail about export file) |
||
Line 1: | Line 1: | ||
'''Purpose ''' | '''Purpose ''' | ||
− | The UpdateFlatFile function allows you get RADIUS information supplied as a CSV file. | + | The UpdateFlatFile function allows you get RADIUS information supplied as a CSV file. <br /> |
+ | 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''' | '''Inputs''' |
Latest revision as of 12:18, 23 January 2020
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>