3.1.4.4.3.1 m:GetPhoneCallInformationType Complex Type
The GetPhoneCallInformationType complex type specifies a request to get telephone call information. The GetPhoneCallInformationType complex type extends the BaseRequestType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.17.
-
<xs:complexType name="GetPhoneCallInformationType"> <xs:complexContent> <xs:restriction base="m:BaseRequestType" > <xs:sequence> <xs:element name="PhoneCallId" type="t:PhoneCallIdType" maxOccurs="1" minOccurs="1" /> </xs:sequence> </xs:restriction> </xs:complexContent> </xs:complexType>
The following table lists the child elements of the GetPhoneCallInformationType complex type.
Element name |
Type |
Description |
---|---|---|
PhoneCallId |
t:PhoneCallIdType (section 2.2.4.1) |
Specifies the identifier of the telephone call. This element MUST occur only once. |
The BaseRequestType complex type is an abstract type. The BaseRequestType complex type is specified in [MS-OXWSCDATA] section 2.2.4.17.