AddNewTelUriContactToGroupType
extends BaseRequestType
in package
Defines a request to add a contact to a group based on the contacts phone number.
Table of Contents
Properties
- $GroupId : ItemIdType
- Unique identifier of a group.
- $ImContactSipUriAddress : string
- Contains the SIP URI address of a contact that is added to an instant messaging (IM) group.
- $ImTelephoneNumber : string
- Represents the telephone number for a contact that is added to an instant messaging (IM) group.
- $TelUriAddress : string
- Contains the tel Uniform Resource Identifier (URI) for a contact.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$GroupId
Unique identifier of a group.
public
ItemIdType
$GroupId
Tags
$ImContactSipUriAddress
Contains the SIP URI address of a contact that is added to an instant messaging (IM) group.
public
string
$ImContactSipUriAddress
Tags
$ImTelephoneNumber
Represents the telephone number for a contact that is added to an instant messaging (IM) group.
public
string
$ImTelephoneNumber
Tags
$TelUriAddress
Contains the tel Uniform Resource Identifier (URI) for a contact.
public
string
$TelUriAddress
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed