Import Records Service - Inputs
The table provides mandatory inputs for this web service.
| Input | Description |
|---|---|
| User name | The login ID of the user |
| Password | The password for the specified user name |
| Enterprise | The name of an enterprise |
| execmode
(Mandatory) |
Specify the execution mode. The valid values are ASYNCHR or SYNCHR. |
| Repository
(Mandatory) |
The name of the repository. Specify any existing repository name. |
| InputMapName
(Mandatory) |
The name of an input map for importing data.
Specify any input map that exists in the specified repository. |
<ns:ImportActionRequest>
<ns:UserInfo>
<ns:UserName>admin</ns:UserName>
<!--Optional:-->
<ns:Password>admin</ns:Password>
<!--Optional:-->
<ns:Enterprise>ACME</ns:Enterprise>
</ns:UserInfo>
<ns:Context>
<ns:Parameter name="ValidateOnly">true</ns:Parameter>
</ns:Context>
<ns:Import execmode="SYNCHR">
<ns:Repository>Account</ns:Repository>
<ns:InputMapName>AccInMAP</ns:InputMapName>
</ns:Import>
</ns:ImportActionRequest>
For more information on the
ValidateOnly and
ConfirmImmediately parameters, refer to
TIBCO MDM User's Guide.
Copyright © Cloud Software Group, Inc. All rights reserved.
