I am looking te retreive the Mobile Number for a customer.
QBFC has a .mobile property on the ICustomerRet interface.
This property however, does not get set, and returns nothing...?
Inspecting the OSR, I don't see the mobile property in the Response mapping. (But it is in the QBFC intellisense)
Inspecting the qbXML returned, I see the data I am looking for is in fact in the xml, here...
<AdditionalContactRef>
<ContactName>Mobile</ContactName>
<ContactValue>xxxxxxxxx</ContactValue>
</AdditionalContactRef>
There are other additionalContactRef xml tags for many other properties, Inc. Main Phone, Alt Phone, Main Email etc.
I reckon I probably have to look to retrieve it here, but it seems like the QBFC framework is missing this functionality?
Inspecting the .AdditionalContactRefList
, to try and step through it, I don't see the ContactName and ContactValue properties on it. Only .Fullname
, .ListID
and .Type
.
I would appreciate some insight on this?
Regards