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

complexType "ns:GetUserDisputesRequestType"
Namespace:
Content:
complex, 15 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 5 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Requests a list of disputes the requester is involved in as buyer or seller. eBay Money Back Guarantee Item Not Received and Return cases are not returned with this call. To retrieve eBay Money Back Guarantee cases, use the Search Cases call of the Post-Order API (or alternatively, the getUserCases call of the Resolution Case Management API.
Type Definition Detail
Type Derivation Tree
ns:AbstractRequestType (extension)
  ns:GetUserDisputesRequestType
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="GetUserDisputesRequestType">
<xs:complexContent>
<xs:extension base="ns:AbstractRequestType">
<xs:sequence>
<xs:element minOccurs="0" name="DisputeFilterType" type="ns:DisputeFilterTypeCodeType"/>
<xs:element minOccurs="0" name="DisputeSortType" type="ns:DisputeSortTypeCodeType"/>
<xs:element minOccurs="0" name="ModTimeFrom" type="xs:dateTime"/>
<xs:element minOccurs="0" name="ModTimeTo" type="xs:dateTime"/>
<xs:element minOccurs="0" name="Pagination" type="ns:PaginationType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 5/16)
ns:DisputeFilterType
Type:
An inclusive filter that isolates the returned disputes to a certain type such as Item Not Received or Unpaid Item disputes. eBay Money Back Guarantee cases are not retrieved with this call, even if the ItemNotReceivedDisputes filter is included in the request.
XML Representation Summary
<ns:DisputeFilterType>
   
Content: 
{ enumeration of xs:token }
</ns:DisputeFilterType>
Simple Content
Enumeration:
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DisputeFilterType" type="ns:DisputeFilterTypeCodeType"/>

ns:DisputeSortType
Type:
One of the values defined in DisputeSortTypeCodeType is used here to control the order of disputes that are returned.
XML Representation Summary
<ns:DisputeSortType>
   
Content: 
{ enumeration of xs:token }
</ns:DisputeSortType>
Simple Content
Enumeration:
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DisputeSortType" type="ns:DisputeSortTypeCodeType"/>

ns:ModTimeFrom
Type:
xs:dateTime, predefined, simple content
A filter that retrieves disputes whose DisputeModifiedTime is later than or equal to this value. Specify the time value in GMT. See the eBay Features Guide for information about specifying time values. For more precise control of the date range filter, it is a good practice to also specify ModTimeTo. Otherwise, the end of the date range is the present time. Filtering by date range is optional. You can use date range filters in combination with other filters like DisputeFilterType to control the amount of data returned.
XML Representation Summary
<ns:ModTimeFrom>
   
Content: 
{ xs:dateTime }
</ns:ModTimeFrom>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ModTimeFrom" type="xs:dateTime"/>

ns:ModTimeTo
Type:
xs:dateTime, predefined, simple content
A filter that retrieves disputes whose DisputeModifiedTime is earlier than or equal to this value. Specify the time value in GMT. See the eBay Features Guide for information about specifying time values. For more precise control of the date range filter, it is a good practice to also specify ModTimeFrom. Otherwise, all available disputes modified prior to the ModTimeTo value are returned. Filtering by date range is optional. You can use date range filters in combination with other filters like DisputeFilterType to control the amount of data returned.
XML Representation Summary
<ns:ModTimeTo>
   
Content: 
{ xs:dateTime }
</ns:ModTimeTo>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ModTimeTo" type="xs:dateTime"/>

ns:Pagination
Type:
ns:PaginationType, complex content
The virtual page number of the result set to display. A result set has a number of disputes divided into virtual pages, with 200 disputes per page. The response can only display one page. The first page in the result set is number 1. Required. If not specified, a warning is returned and Pagination.PageNumber is set to 1 by default.
Component Diagram
XML Representation Summary
<ns:Pagination>
   
Content: 
</ns:Pagination>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Pagination" type="ns:PaginationType"/>

 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.