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

complexType "ns:AddMemberMessagesAAQToBidderResponseContainerType"
Namespace:
Content:
complex, 2 elements
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 2 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
This type is used by the AddMemberMessagesAAQToBidderResponseContainer container. A AddMemberMessagesAAQToBidderResponseContainer container is returned for each message that was sent from the seller to the bidders/potential buyers through a separate AddMemberMessagesAAQToBidderRequestContainer. The Ack value in each AddMemberMessagesAAQToBidderResponseContainer container indicates whether or not each message sent through the call was successful or not, and an AddMemberMessagesAAQToBidderResponseContainer is matched up to the corresponding AddMemberMessagesAAQToBidderRequestContainer through the CorrelationID value.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="AddMemberMessagesAAQToBidderResponseContainerType">
<xs:sequence>
<xs:element minOccurs="0" name="CorrelationID" type="xs:string"/>
<xs:element minOccurs="0" name="Ack" type="ns:AckCodeType"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 2/2)
ns:Ack
Type:
ns:AckCodeType, simple content
This enumerated value indicates whether or not the corresponding message was successfully sent to the bidder(s)/potential buyer(s). If the value returned in this field is not Success, the message may have to be resent with another AddMemberMessagesAAQToBidder call.
XML Representation Summary
<ns:Ack>
   
Content: 
{ enumeration of xs:token }
</ns:Ack>
Simple Content
Enumeration:
"Success"
 - 
This value indicates that the call request was processed successfully without any issues.
"Failure"
 - 
This value indicates that the call request processing failed.
"Warning"
 - 
This value indicates that the call request was successful, but processing was not without any issues. These issues can be checked in the Errors container, that will also be returned when one or more known issues occur with the call request.
"PartialFailure"
 - 
This value indicates that the call request partially failed. One or more issues that may be responsible for this partial failure can be checked in the Errors container, that will also be returned when one or more known issues occur with the call request.
"CustomCode"
 - 
Reserved for internal or future use.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Ack" type="ns:AckCodeType"/>

ns:CorrelationID
Type:
xs:string, predefined, simple content
This is a unique identifier for a message that was sent through the AddMemberMessagesAAQToBidder call. The seller must provide a CorrelationID value for each message that is sent through an AddMemberMessagesAAQToBidderRequestContainer container in the request. The CorrelationID value returned under each AddMemberMessagesAAQToBidderResponseContainer container is used to correlate each member message container in the request with its corresponding member message container in the response.
XML Representation Summary
<ns:CorrelationID>
   
Content: 
{ xs:string }
</ns:CorrelationID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="CorrelationID" type="xs:string"/>

 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.