Sample Response

This is the POST response for the PhoneVerification V2:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xml.ValidatePhoneNumberResponse xmlns="http://www.pb.com/spectrum/services/ValidatePhoneNumber">
    <Output>
        <Row>
            <MCC>310</MCC>
            <CarrierName>Level 3 Communications, LLC</CarrierName>
            <PhoneType>Landline</PhoneType>
            <PhoneNumberFormatted>(507) 252-3440</PhoneNumberFormatted>
            <CountryCode>US</CountryCode>
            <PhoneNumber>+15072523440</PhoneNumber>
            <ResultCode>100</ResultCode>
            <user_fields/>
        </Row>
    </Output>
</xml.ValidatePhoneNumberResponse>