Sample Response: XML

<?xml version="1.0" encoding="UTF-8"?>
<phoneVerification 
    xmlns="https://developer.precisely.com/apis/schema/v1" 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://developer.precisely.com/apis/schema/v1/PhoneVerification https://developer.precisely.com/apis/schema/v1/xsd/PhoneVerification.xsd https://developer.precisely.com/apis/schema/v1/Errors https://developer.precisely.com/apis/schema/v1/xsd/Errors.xsd">
    <phoneNumber>5594126044</phoneNumber>
    <network>
        <carrier>T-Mobile</carrier>
        <callType>wireless</callType>
        <locAccuracySupport/>
        <nationalNumber>5594126044</nationalNumber>
        <country code="USA">UNITED STATES</country>
    </network>
    <privacyConsentRequired>True</privacyConsentRequired>
</phoneVerification>