Data needed to add a phone number to an existing contact

interface AddNewPhoneNumberCommand {
    contactUri: string;
    newPhoneNumber: string;
}

Properties

contactUri: string

The URI of the contact

newPhoneNumber: string

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