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

complexType "ns:GetVeROReportStatusRequestType"
Namespace:
Content:
complex, 16 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 6 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Retrieves status information about VeRO reported items you have submitted. You can receive the status of individual items you have reported or, by specifying VeROReportPacketID, you can retrieve status for all items reported with a given VeROReportItems request. You can also retrieve items that were reported during a given time period. If no input parameters are specified, status is returned on all items you have reported in the last two years. 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:GetVeROReportStatusRequestType
XML Source (w/o annotations (7); see within schema source)
<xs:complexType name="GetVeROReportStatusRequestType">
<xs:complexContent>
<xs:extension base="ns:AbstractRequestType">
<xs:sequence>
<xs:element minOccurs="0" name="VeROReportPacketID" type="xs:long"/>
<xs:element minOccurs="0" name="ItemID" type="ns:ItemIDType"/>
<xs:element minOccurs="0" name="IncludeReportedItemDetails" type="xs:boolean"/>
<xs:element minOccurs="0" name="TimeFrom" type="xs:dateTime"/>
<xs:element minOccurs="0" name="TimeTo" 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; 6/17)
ns:IncludeReportedItemDetails
Type:
xs:boolean, predefined, simple content
Set to true to return reported item details when you specify VeROReportPacketID in the request.
XML Representation Summary
<ns:IncludeReportedItemDetails>
   
Content: 
{ xs:boolean }
</ns:IncludeReportedItemDetails>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="IncludeReportedItemDetails" type="xs:boolean"/>

ns:ItemID
Type:
ns:ItemIDType, simple content
Unique identifier for an eBay listing reported for alleged infringement. Applies to items reported with the VeROReportItems call or by other means (e.g., through the Web flow).
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="ns:ItemIDType"/>

ns:Pagination
Type:
ns:PaginationType, complex content
Contains the data controlling the pagination of the returned values: how many items are returned per page of data (per call) and the number of the page to return with the current call.
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"/>

ns:TimeFrom
Type:
xs:dateTime, predefined, simple content
Limits returned items to only those that were submited on or after the date-time specified. If specified, TimeTo must also be specified. Express the date-time in the format YYYY-MM-DD HH:MM:SS, and in GMT. (For information on how to convert between your local time zone and GMT, see Time Values Note.) Applies to items reported with VeROReportItems or by other means (e.g., through the web flow). Infringement reporting data is maintained for two years after the date of submission. This field is ignored if VeROReportPacketID or ItemID is specified.
XML Representation Summary
<ns:TimeFrom>
   
Content: 
{ xs:dateTime }
</ns:TimeFrom>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="TimeFrom" type="xs:dateTime"/>

ns:TimeTo
Type:
xs:dateTime, predefined, simple content
Limits returned items to only those that were submited on or before the date-time specified. If specified, TimeFrom must also be specified. Express date-time in the format YYYY-MM-DD HH:MM:SS, and in GMT. (For information on how to convert between your local time zone and GMT, see Time Values Note.) Applies to items reported with VeROReportItems or by other means (e.g., through the web flow). Infringement reporting data is maintained for two years after the date of submission. This field is ignored if VeROReportPacketID or ItemID is specified.
XML Representation Summary
<ns:TimeTo>
   
Content: 
{ xs:dateTime }
</ns:TimeTo>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="TimeTo" type="xs:dateTime"/>

ns:VeROReportPacketID
Type:
xs:long, predefined, simple content
Packet identifier associated with the reported items for which you want to retrieve status. By default, reported item details are not returned when you specify the packet ID in the request. Applies only to items reported with the VeROReportItems call.
XML Representation Summary
<ns:VeROReportPacketID>
   
Content: 
{ xs:long }
</ns:VeROReportPacketID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="VeROReportPacketID" type="xs:long"/>

 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.