Data needed to update an existing phone number

interface UpdatePhoneNumberCommand {
    newPhoneNumber: string;
    phoneNumberUri: string;
}

Properties

newPhoneNumber: string

The new phone number (RFC 3966 telephone-subscriber part format)

phoneNumberUri: string

The URI of the phone number to update