← Global Phone V3 Reference
SOAP Request
ReqGlobalPhone.Records.RequestRecord As New GlobalPhone.Records.RequestRecord
ResInternatioanl.Records.ResponseRecord As New GlobalPhone.Records.ResponseRecord
GlobalPhoneClient As New GlobalPhone.Service
ReqGlobalPhone.TransmissionReference = string
ReqGlobalPhone.CustomerID = string
ReqGlobalPhone.Records.RequestRecord(99)
ReqGlobalPhone.Records.RequestRecord.RecordID = string
ReqGlobalPhone.Records.RequestRecord.PhoneNumber = string
ReqGlobalPhone.Records.RequestRecord.Country = string
ReqGlobalPhone.Records.RequestRecord.CountryOfOrigin = string
ResGlobalPhone = GlobalPhoneClient.Post(ReqGlobalPhone)
GlobalPhoneClient.Dispose()
SOAP Response
string = RespGlobalPhone.Version
string = RespGlobalPhone.TransmissionReference
string = RespGlobalPhone.TransimissionResults
string = RespGlobalPhone.Records.ResponseRecord.RecordID
string = RespGlobalPhone.Records.ResponseRecord.Results
string = RespGlobalPhone.Records.ResponseRecord.PhoneNumber
string = RespGlobalPhone.Records.ResponseRecord.PhoneInternationalPrefix
string = RespGlobalPhone.Records.ResponseRecord.PhoneCountryDialingCode
string = RespGlobalPhone.Records.ResponseRecord.PhoneNationPrefix
string = RespGlobalPhone.Records.ResponseRecord.PhoneNationalDestinationCode
string = RespGlobalPhone.Records.ResponseRecord.PhoneSubscriberNumber
string = RespGlobalPhone.Records.ResponseRecord.Locality
string = RespGlobalPhone.Records.ResponseRecord.AdministrativeArea
string = RespGlobalPhone.Records.ResponseRecord.CountryName
string = RespGlobalPhone.Records.ResponseRecord.DST
string = RespGlobalPhone.Records.ResponseRecord.UTC
string = RespGlobalPhone.Records.ResponseRecord.Language
string = RespGlobalPhone.Records.ResponseRecord.Latitude
string = RespGlobalPhone.Records.ResponseRecord.Longitude