Topic by Chun Yu
In webservice, how can I add a phone number to a contact? I tried to to use the following tags and got the
error "PhoneType[1] not available".
<n1:Phones>
<n1:PhoneList action="add">
<n1:Number>1234567890</n1:Number>
<n1:PhoneType>
<ID xmlns="urn:base.ws.rightnow.com/v1_2" id="1" />
</n1:PhoneType>
</n1:PhoneList>
</n1:Phones>
thanks
Chun