The ATL COM module careCreditRequest is capable of
generating electronic & printed nursing care credit requests
generating electronic & printed nursing care credit requests
API browser of CareCreditRequest450 COM module
IAddress::GetPhones method | |||
---|---|---|---|
This method has a Restful Webservice representation only! Method for collecting all phone numbers covered by the address and returned as JSON array. Please note that IAddress::GetPhones takes over the functionality of the iterator pair IAddress::GetFirstPhone / IAddress::GetNextPhone with a single call, making the latter superfluous. |
|||
Restful webservice calling syntax | |||
Calling argument description | |||
[out] BSTR | *pbstrNumber | The pure phone number part of the full telephone number.
It is possible that the full telephone number is returned in this variable and the other parts of the telephone number left empty. |
|
[out] BSTR | *pbstrLocalCode | The local area code part of the telephone number. | |
[out] BSTR | *pbstrInternationalCode | The international calling code part of the telephone number. | |
[out] BSTR | *pbstrExt | the extension number part of the telephone number. | |
[out,retval] VARIANT_BOOL | *pbStatus | Return status of the method. If pbStatus is VARIANT_FALSE the end of data is reached | |