Table of Contents

Class AccountSettingsRequest

Namespace
Vonage.Accounts
Assembly
Vonage.dll

Represents a request to update the default webhook callback URLs for an account.

public class AccountSettingsRequest
Inheritance
AccountSettingsRequest
Inherited Members

Properties

DrCallBackUrl

The URL where Vonage will send a webhook when a delivery receipt is received without a specific callback URL configured. Set to an empty string to unset this value.

[JsonProperty("drCallBackUrl")]
public string DrCallBackUrl { get; set; }

Property Value

string

MoCallBackUrl

The URL where Vonage will send a webhook when an SMS is received to a Vonage number that does not have SMS handling configured. Set to an empty string to unset this value.

[JsonProperty("moCallBackUrl")]
public string MoCallBackUrl { get; set; }

Property Value

string