Adding recipients
A Content Manager OnDemand administrator wants to add Andy Smith as a new ODF recipient.
The administrator created the recipientAdd.xml file that contains the recipient information.
To complete this task, run this command:
arsxml add -h myod -u myoduser -p myodpwd -v -i /usr/lpp/ars/V10R5M0/bin/xml/samples/recipientAdd.xml
The recipientAdd.xml file might look like this:
<?xml version="1.0" encoding="UTF-8" ?>
<onDemand xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<odfRecipient name="ASMITH"
description="San Francisco regional manager"
fullName="Mr. Andy Smith"
title="Regional Manager"
email="asmith@exampleco.com"
addr1="123 Company Way"
dept="Dept. 007"
building="Bldg. 3"
account="ACCT. SF001"
room="Room 674A"
banner="true"
header1="Hold for Andy"
header2="or mail to his home"
header3="after 7 business days" />
</onDemand>