← Global Phone V3 Reference
XML Batch Request
<Request>
<TransmissionReference>string</TransmissionReference>
<CustomerID>string</CustomerID>
<Records>
<RequestRecord>
<RecordID>string</RecordID>
<PhoneNumber>string</PhoneNumber>
<Country>string</Country>
<CountryOfOrigin>string</CountryOfOrigin>
</RequestRecord>
<RequestRecord>
<RecordID>string</RecordID>
<PhoneNumber>string</PhoneNumber>
<Country>string</Country>
<CountryOfOrigin>string</CountryOfOrigin>
</RequestRecord>
<RequestRecord>
<RecordID>string</RecordID>
<PhoneNumber>string</PhoneNumber>
<Country>string</Country>
<CountryOfOrigin>string</CountryOfOrigin>
</RequestRecord>
</Records>
</Request>
XML Batch Response
<?xml version="1.0"?>
<Response>
<Version>string</Version>
<TransmissionReference>string</TransmissionReference>
<TransmissionResults>string</TransmissionResults>
<TotalRecords>string</TotalRecords>
<Records>
<ResponseRecord>
<RecordID>string</RecordID>
<Results>string</Results>
<PhoneNumber>string</PhoneNumber>
<PhoneInternationalPrefix>string</PhoneInternationalPrefix>
<PhoneCountryDialingCode>string</PhoneCountryDialingCode>
<PhoneNationPrefix>string</PhoneNationPrefix>
<PhoneNationalDestinationCode>string</PhoneNationalDestinationCode>
<PhoneSubscriberNumber>string</PhoneSubscriberNumber>
<Locality>string</Locality>
<AdministrativeArea>string</AdministrativeArea>
<CountryName>string</CountryName>
<DST>String</DST>
<UTC>String</UTC>
<Language>String</Language>
<Latitude>String</Latitude>
<Longitude>string</Longitude>
</ResponseRecord>
<ResponseRecord>
<RecordID>string</RecordID>
<Results>string</Results>
<PhoneNumber>string</PhoneNumber>
<PhoneInternationalPrefix>string</PhoneInternationalPrefix>
<PhoneCountryDialingCode>string</PhoneCountryDialingCode>
<PhoneNationPrefix>string</PhoneNationPrefix>
<PhoneNationalDestinationCode>string</PhoneNationalDestinationCode>
<PhoneSubscriberNumber>string</PhoneSubscriberNumber>
<Locality>string</Locality>
<AdministrativeArea>string</AdministrativeArea>
<CountryName>string</CountryName>
<DST>String</DST>
<UTC>String</UTC>
<Language>String</Language>
<Latitude>String</Latitude>
<Longitude>string</Longitude>
</ResponseRecord>
<ResponseRecord>
<RecordID>string</RecordID>
<Results>string</Results>
<PhoneNumber>string</PhoneNumber>
<PhoneInternationalPrefix>string</PhoneInternationalPrefix>
<PhoneCountryDialingCode>string</PhoneCountryDialingCode>
<PhoneNationPrefix>string</PhoneNationPrefix>
<PhoneNationalDestinationCode>string</PhoneNationalDestinationCode>
<PhoneSubscriberNumber>string</PhoneSubscriberNumber>
<Locality>string</Locality>
<AdministrativeArea>string</AdministrativeArea>
<CountryName>string</CountryName>
<DST>String</DST>
<UTC>String</UTC>
<Language>String</Language>
<Latitude>String</Latitude>
<Longitude>string</Longitude>
</ResponseRecord>
</Records>
</Response>