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

complexType "ns:ReviseMyMessagesRequestType"
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
This call can be used to mark one or more messages as 'Read', to flag one or more messages, and/or to move one or more messages to another My Messages folder. Any of these actions can be applied on up to 10 messages with one call.
Type Definition Detail
Type Derivation Tree
ns:AbstractRequestType (extension)
  ns:ReviseMyMessagesRequestType
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="ReviseMyMessagesRequestType">
<xs:complexContent>
<xs:extension base="ns:AbstractRequestType">
<xs:sequence>
<xs:element minOccurs="0" name="MessageIDs" type="ns:MyMessagesMessageIDArrayType"/>
<xs:element minOccurs="0" name="AlertIDs" type="ns:MyMessagesAlertIDArrayType"/>
<xs:element minOccurs="0" name="Read" type="xs:boolean"/>
<xs:element minOccurs="0" name="Flagged" type="xs:boolean"/>
<xs:element minOccurs="0" name="FolderID" type="xs:long"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 5/16)
ns:AlertIDs
Type:
This field is deprecated.
Component Diagram
XML Representation Summary
<ns:AlertIDs>
   
Content: 
</ns:AlertIDs>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="AlertIDs" type="ns:MyMessagesAlertIDArrayType"/>

ns:Flagged
Type:
xs:boolean, predefined, simple content
This boolean field is used to change the 'Flagged' status of the message(s) in the MessageIDs container. Including this field and setting its value to true will flag all messages in the MessageIDs container. Conversely, including this field and setting its value to false will unflag all messages in the MessageIDs container. The 'Flagged' status of a message can be retrieved by looking at the Message.Flagged boolean field of the GetMyMessages call response.

In each ReviseMyMessages call, at least one of the following fields must be specified in the request: Read, Flagged, and FolderID.

Note: Messages in the Sent folder of My Messages cannot be moved, marked as read, or flagged.
XML Representation Summary
<ns:Flagged>
   
Content: 
{ xs:boolean }
</ns:Flagged>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Flagged" type="xs:boolean"/>

ns:FolderID
Type:
xs:long, predefined, simple content
A unique identifier of My Messages folder. A FolderID value is supplied if the user want to move the message(s) in the MessageIDs container to a different folder. FolderID values can be retrieved with the GetMyMessages call with the DetailLevel value set to ReturnSummary.

In each ReviseMyMessages call, at least one of the following fields must be specified in the request: Read, Flagged, and FolderID.

Note: Messages in the Sent folder of My Messages cannot be moved, marked as read, or flagged.
XML Representation Summary
<ns:FolderID>
   
Content: 
{ xs:long }
</ns:FolderID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="FolderID" type="xs:long"/>

ns:MessageIDs
Type:
This container is used to specify up to 10 messages (specified with their MessageID values) on which to perform on or more actions. At least one MessageID value must be included in the request. MessageID values can be retrieved with the GetMyMessages call with the DetailLevel value set to ReturnHeaders.

Note: Messages in the Sent folder of My Messages cannot be moved, marked as read, or flagged.
Component Diagram
XML Representation Summary
<ns:MessageIDs>
   
Content: 
</ns:MessageIDs>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="MessageIDs" type="ns:MyMessagesMessageIDArrayType"/>

ns:Read
Type:
xs:boolean, predefined, simple content
This boolean field is used to change the 'Read' status of the message(s) in the MessageIDs container. Including this field and setting its value to true will mark all messages in the MessageIDs container as 'Read'. Conversely, including this field and setting its value to false will mark all messages in the MessageIDs container as 'Unread'. The 'Read' status of a message can be retrieved by looking at the Message.Read boolean field of the GetMyMessages call response.

In each ReviseMyMessages call, at least one of the following fields must be specified in the request: Read, Flagged, and FolderID.

Note: Messages in the Sent folder of My Messages cannot be moved, marked as read, or flagged.
XML Representation Summary
<ns:Read>
   
Content: 
{ xs:boolean }
</ns:Read>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Read" type="xs:boolean"/>

 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.