userContactGetA2aMsisdnsResponse element
Type: | userContactGetA2aMsisdnsResponse |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<userContactGetA2aMsisdnsResponse>
<errorCode>...</errorCode>
<msisdns>...</msisdns>
<msisdns>...</msisdns>
<!--...more "msisdns" elements...-->
</userContactGetA2aMsisdnsResponse>
Example JSON
{
"msisdns" : [ "...", ... ],
"errorCode" : ...
}