Table of Contents

Class NumberInsightResponseBase

Namespace
Vonage.NumberInsights
Assembly
Vonage.dll

Base class for all Number Insight API responses containing common status and request tracking fields.

public class NumberInsightResponseBase
Inheritance
NumberInsightResponseBase
Derived
Inherited Members

Properties

RequestId

The unique identifier for this request, an alphanumeric string up to 40 characters. Use this for troubleshooting and support inquiries.

[JsonProperty("request_id")]
public string RequestId { get; set; }

Property Value

string

Status

The status code of the Number Insight request. A value of 0 indicates success. Non-zero values indicate an error occurred during the lookup.

[JsonProperty("status")]
public int Status { get; set; }

Property Value

int