DCIImport - RADplus web service
The WEBSVC.DCIImport allows you to import data into RADplus modeled forms. This service is an alternative to using the Data Import functionality in RADplus and contains only one call:
- ImportRecord
ImportRecord Call
The ImportRecord call has seven parameters: SystemCode, UserName, Password, record,filewarnings,recordstream, resultstream. The properties, dictionaries, and default values are listed for each parameter in the tables below.
| Parameter | Property | Value Accepted | Notes |
| SystemCode | N/A | Avatar System Code | |
| UserName | N/A | Avatar User ID | |
| Password | N/A | Avatar Password | |
| record | N/A | XML string | This is an XML formatted string which specifies the data to be imported into myAvatar . The Data import Layout form in myAvatar will produce an xsd file that describes the format the XML must be in. |
| filewarnings | N/A | 0 - No, 1 - Yes | Using a value of 1 will allow rows that have a warning to be imported into myAvatar . Using a value of 0 means rows will only be imported into myAvatar if there are no errors or warnings. |
| recordstream | N/A | XML stream | Use this parameter if you are planning on sending a large amount of data to be processed |
| resultstream | N/A | XML stream | Use this if you want to have myAvatar return all errors and/or warnings into a stream. |
