GetMemberMessagesRequestType
Fields
DisplayToPublic ( boolean )
EndCreationTime ( dateTime )
ItemID ( ItemIDType (string) )
MailMessageType ( MessageTypeCodeType )
MemberMessageID ( string )
MessageStatus ( MessageStatusTypeCodeType )
Pagination ( PaginationType )
SenderID ( UserIDType (string) )
StartCreationTime ( dateTime )

DisplayToPublic ( boolean ) [0..1]
Specifies if the message should be displayed on the website with the item listing.
See the Field Index to learn which calls use DisplayToPublic.

EndCreationTime ( dateTime ) [0..1]
Used as end of date range filter. If specified, filters the returned messages to only those with a creation date less than or equal to the specified date and time.

For CEM messages, StartCreationTime and EndCreationTime must be provided.

For ASQ messages, either the ItemID, or a date range (specified with StartCreationTime and EndCreationTime), or both must be included.
See the Field Index to learn which calls use EndCreationTime.

ItemID ( ItemIDType (string) ) [0..1]
The ID of the item the message is about.

For ASQ messages, either the ItemID, or a date range (specified with StartCreationTime and EndCreationTime), or both must be included. ItemID is otherwise ignored.
See the Field Index to learn which calls use ItemID.

MailMessageType ( see MessageTypeCodeType for possible values ) [0..1]
The type of message.
See the Field Index to learn which calls use MailMessageType.

MemberMessageID ( string ) [0..1]
An ID that uniquely identifies the message for a given user to be retrieved. Used for the AskSellerQuestion notification only.
See the Field Index to learn which calls use MemberMessageID.

MessageStatus ( see MessageStatusTypeCodeType for possible values ) [0..1]
The status of the message.
See the Field Index to learn which calls use MessageStatus.

Pagination ( PaginationType ) [0..1]
Standard pagination argument used to reduce response.
See the Field Index to learn which calls use Pagination.

SenderID ( UserIDType (string) ) [0..1]
An eBay ID that uniquely identifies a user. For GetMemberMessages, this is the sender of the message. If included in the request, returns only messages from the specified sender.
See the Field Index to learn which calls use SenderID.

StartCreationTime ( dateTime ) [0..1]
Used as beginning of date range filter. If specified, filters the returned messages to only those with a creation date greater than or equal to the specified date and time.

For CEM messages, StartCreationTime and EndCreationTime must be provided.

For ASQ messages, either the ItemID, or a date range (specified with StartCreationTime and EndCreationTime), or both must be included.
See the Field Index to learn which calls use StartCreationTime.

This document was generated with a customized version of the apireferencedocs tool [0.5M zip].

© 2005–2008 eBay, Inc. All rights reserved.