Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1001 Bytes

LookupStatus.md

File metadata and controls

14 lines (10 loc) · 1001 Bytes

Bandwidth.Standard.Model.LookupStatus

If requestId exists, the result for that request is returned. See the Examples for details on the various responses that you can receive. Generally, if you see a Response Code of 0 in a result for a TN, information will be available for it. Any other Response Code will indicate no information was available for the TN.

Properties

Name Type Description Notes
RequestId string The requestId. [optional]
Status LookupStatusEnum [optional]
Result List<LookupResult> The carrier information results for the specified telephone number. [optional]
FailedTelephoneNumbers List<string> The telephone numbers whose lookup failed. [optional]

[Back to Model list] [Back to API list] [Back to README]