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

complexType "ns:GetVeROReasonCodeDetailsRequestType"
Namespace:
Content:
complex, 12 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 2 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Retrieves details for VeRO reason codes and their descriptions. You can specify a reason code ID to get details for a specific reason on the site specified in the request header. If ReasonCodeID is not passed in the request, all reason codes are returned. Set ReturnAllSites to true to retrieve reason codes for all sites. You must be a member of the Verified Rights Owner (VeRO) Program to use this call.
Type Definition Detail
Type Derivation Tree
ns:AbstractRequestType (extension)
  ns:GetVeROReasonCodeDetailsRequestType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="GetVeROReasonCodeDetailsRequestType">
<xs:complexContent>
<xs:extension base="ns:AbstractRequestType">
<xs:sequence>
<xs:element minOccurs="0" name="ReasonCodeID" type="xs:long"/>
<xs:element minOccurs="0" name="ReturnAllSites" type="xs:boolean"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 2/13)
ns:ReasonCodeID
Type:
xs:long, predefined, simple content
Unique identifier for a reason code. If this ReasonCodeID field is passed in, only the details related to this ReasonCodeID will be returned. If no reason code is specified, all reason codes are returned.
XML Representation Summary
<ns:ReasonCodeID>
   
Content: 
{ xs:long }
</ns:ReasonCodeID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ReasonCodeID" type="xs:long"/>

ns:ReturnAllSites
Type:
xs:boolean, predefined, simple content
Set to true to retrieve reason codes for all sites. If not specified, reason codes are returned for the site specified in the request header only. If a ReasonCodeID value is specified, this parameter is ignored.
XML Representation Summary
<ns:ReturnAllSites>
   
Content: 
{ xs:boolean }
</ns:ReturnAllSites>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ReturnAllSites" type="xs:boolean"/>

 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.