Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
eBay Trading API

complexType "ns:GetUserContactDetailsRequestType"
Namespace:
Content:
complex, 13 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 3 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
This call is used to retrieve contact information for a specified eBay user, given that a bidding relationship (as either a buyer or seller) exists between the caller and the user.
Type Definition Detail
Type Derivation Tree
ns:AbstractRequestType (extension)
  ns:GetUserContactDetailsRequestType
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="GetUserContactDetailsRequestType">
<xs:complexContent>
<xs:extension base="ns:AbstractRequestType">
<xs:sequence>
<xs:element minOccurs="0" name="ItemID" type="xs:string"/>
<xs:element minOccurs="0" name="ContactID" type="xs:string"/>
<xs:element minOccurs="0" name="RequesterID" type="xs:string"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 3/14)
ns:ContactID
Type:
xs:string, predefined, simple content
An eBay user ID that uniquely identifies a given user for whom the caller is seeking information. Either a seller's or bidder's/buyer's user ID can be specified here, as long as an bidding/order relationship exists between the requester and the user specified by this field. That is, a bidder must be bidding on the seller's active auction item, or a prospective buyer has proposed a Best Offer on a listing.
XML Representation Summary
<ns:ContactID>
   
Content: 
{ xs:string }
</ns:ContactID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ContactID" type="xs:string"/>

ns:ItemID
Type:
xs:string, predefined, simple content
A unique identifier for the eBay listing that the caller and order partner have in common.
XML Representation Summary
<ns:ItemID>
   
Content: 
{ xs:string }
</ns:ItemID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ItemID" type="xs:string"/>

ns:RequesterID
Type:
xs:string, predefined, simple content
An eBay user ID that uniquely identifies the person who is making the call. Either a seller's or bidder's/buyer's user ID can be specified here, as long as a bidding/order relationship exists between the requester and the user for whom information is being requested.
XML Representation Summary
<ns:RequesterID>
   
Content: 
{ xs:string }
</ns:RequesterID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="RequesterID" type="xs:string"/>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
eBay Trading API

WSDL documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML WSDLDoc 1.2.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.