Inherits from Trading_AbstractRequestType : NSObject
Declared in Trading_GetAdFormatLeadsRequestType.h
Trading_GetAdFormatLeadsRequestType.m

Overview

Retrieves sales lead information for a lead generation listing.

@ingroup EBayAPIInterface

Tasks

  •   itemID

    The unique identifier of an item listed on the eBay site.
    Returned by eBay when the item is created. This ID must correspond
    to an ad format item.

    property
  •   status

    Filters the leads based on their status.

    property
  •   includeMemberMessages

    Boolean which indicates whether to return mail messages for this lead in a MemberMessage node.

    property
  •   startCreationTime

    Used with EndCreationTime to limit the returned leads for a user to only
    those with a creation date greater than or equal to the specified date and
    time.

    property
  •   endCreationTime

    Used with StartCreationTime to limit the returned leads for a user to only
    those with a creation date less than or equal to the specified date and
    time.

    property

Properties

endCreationTime

Used with StartCreationTime to limit the returned leads for a user to only
those with a creation date less than or equal to the specified date and
time.

@property (nonatomic, retain) NSDate *endCreationTime

Discussion

Used with StartCreationTime to limit the returned leads for a user to only
those with a creation date less than or equal to the specified date and
time.

type : NSDate, wrapper for primitive date

Declared In

Trading_GetAdFormatLeadsRequestType.h

includeMemberMessages

Boolean which indicates whether to return mail messages for this lead in a MemberMessage node.

@property (nonatomic, retain) NSNumber *includeMemberMessages

Discussion

Boolean which indicates whether to return mail messages for this lead in a MemberMessage node.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_GetAdFormatLeadsRequestType.h

itemID

The unique identifier of an item listed on the eBay site.
Returned by eBay when the item is created. This ID must correspond
to an ad format item.

@property (nonatomic, retain) NSString *itemID

Discussion

The unique identifier of an item listed on the eBay site.
Returned by eBay when the item is created. This ID must correspond
to an ad format item.

type : NSString, wrapper for primitive string

Declared In

Trading_GetAdFormatLeadsRequestType.h

startCreationTime

Used with EndCreationTime to limit the returned leads for a user to only
those with a creation date greater than or equal to the specified date and
time.

@property (nonatomic, retain) NSDate *startCreationTime

Discussion

Used with EndCreationTime to limit the returned leads for a user to only
those with a creation date greater than or equal to the specified date and
time.

type : NSDate, wrapper for primitive date

Declared In

Trading_GetAdFormatLeadsRequestType.h

status

Filters the leads based on their status.

@property (nonatomic, retain) NSString *status

Discussion

Filters the leads based on their status.

type: string constant in Trading_MessageStatusTypeCodeType.h

Declared In

Trading_GetAdFormatLeadsRequestType.h