Trading_GetVeROReportStatusRequestType Class Reference
| Inherits from | Trading_AbstractRequestType : NSObject |
| Declared in | Trading_GetVeROReportStatusRequestType.h Trading_GetVeROReportStatusRequestType.m |
Overview
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.
@ingroup EBayAPIInterface
Tasks
-
veROReportPacketIDPacket identifier associated with the reported items for which you want to
property
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 VeROReportItems. -
itemIDItem ID for an item reported for alleged infringement. Applies to items
property
reported with VeROReportItems or by other means (e.g., through the
web flow). -
includeReportedItemDetailsSet to true to return reported item details when you specify VeROReportPacketID in the request.
property -
timeFromLimits returned items to only those that were submited on or after the
property
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. -
timeToLimits returned items to only those that were submited on or before the
property
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. -
paginationContains the data controlling the pagination of the returned values: how
property
many items are returned per page of data (per call) and the number of the
page to return with the current call.
Properties
includeReportedItemDetails
Set to true to return reported item details when you specify VeROReportPacketID in the request.
@property (nonatomic, retain) NSNumber *includeReportedItemDetailsDiscussion
Set to true to return reported item details when you specify VeROReportPacketID in the request.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_GetVeROReportStatusRequestType.hitemID
Item ID for an item reported for alleged infringement. Applies to items
reported with VeROReportItems or by other means (e.g., through the
web flow).
@property (nonatomic, retain) NSString *itemIDDiscussion
Item ID for an item reported for alleged infringement. Applies to items
reported with VeROReportItems or by other means (e.g., through the
web flow).
type : NSString, wrapper for primitive string
Declared In
Trading_GetVeROReportStatusRequestType.hpagination
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.
@property (nonatomic, retain) Trading_PaginationType *paginationDiscussion
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.
type : class Trading_PaginationType
Declared In
Trading_GetVeROReportStatusRequestType.htimeFrom
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.
@property (nonatomic, retain) NSDate *timeFromDiscussion
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.
type : NSDate, wrapper for primitive date
Declared In
Trading_GetVeROReportStatusRequestType.htimeTo
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.
@property (nonatomic, retain) NSDate *timeToDiscussion
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.
type : NSDate, wrapper for primitive date
Declared In
Trading_GetVeROReportStatusRequestType.hveROReportPacketID
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 VeROReportItems.
@property (nonatomic, retain) NSNumber *veROReportPacketIDDiscussion
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 VeROReportItems.
type : NSNumber, wrapper for primitive long
Declared In
Trading_GetVeROReportStatusRequestType.h