I need to update party's telecom number, to get the user telecom number, I
am using getPartyTelephone service, and to update I am using
updatePartyTelecomNumber, but this service expects "contactMechId" to
update the record.
Just to checkout, I also looked at createUpdatePartyTelecomNumber,
updatepartyContactMech, both of which expects
"contactMechId"<
https://localhost:8443/webtools/control/ServiceList?sel_service_name=createUpdatePartyTelecomNumber>
.
It will be better if we return "contactMechId" from the getPartyTelephone
service, so that we get "contactMechId" from this service itself, instead of
using some other way to lookup the "contactMechId".
If this sounds ok then I can provide the patch. what do you think ?