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

complexType "ns:BotBlockRequestType"
Namespace:
Content:
complex, 2 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 2 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
ns:BotBlock (defined in ns:AbstractRequestType complexType)
Known Usage Locations
Annotation
Type used by the BotBlock container of the PlaceOffer call request. The BotBlock container is conditionally required in a PlaceOffer call request if the previous PlaceOffer call resulted in a BotBlock container being returned in the response. The BotBlock container in the response will contain an authentication token and a URL that will need to be passed into the BotBlock container of the PlaceOffer call request in the subsequent call.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="BotBlockRequestType">
<xs:sequence>
<xs:element minOccurs="0" name="BotBlockToken" type="xs:string"/>
<xs:element minOccurs="0" name="BotBlockUserInput" type="xs:string"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 3/3)
ns:BotBlockToken
Type:
xs:string, predefined, simple content
This string value is an encrypted token that eBay generates and returns in the BotBlock.BotBlockToken field of the PlaceOffer call response when eBay is requiring that the user supply an authentication token and URL in order for eBay to process the PlaceOffer call. As soon as a user gets a BotBlock container returned in the PlaceOffer call response, that user should grab the authentication token and the URL and then run another PlaceOffer call, but this time using the BotBlock container and passing in the authentication token and the URL values.
XML Representation Summary
<ns:BotBlockToken>
   
Content: 
{ xs:string }
</ns:BotBlockToken>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="BotBlockToken" type="xs:string"/>

ns:BotBlockUserInput
Type:
xs:string, predefined, simple content
This string value is a URL that eBay generates and returns in either the BotBlock.BotBlockUrl or BotBlock.BotBlockAudioUrl field (returned for site-impaired users) of the PlaceOffer call response when eBay is requiring that the user supply an authentication token and URL in order for eBay to process the PlaceOffer call. As soon as a user gets a BotBlock container returned in the PlaceOffer call response, that user should grab the authentication token and the URL and then run another PlaceOffer call, but this time using the BotBlock container and passing in the authentication token and the URL values.
XML Representation Summary
<ns:BotBlockUserInput>
   
Content: 
{ xs:string }
</ns:BotBlockUserInput>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="BotBlockUserInput" type="xs:string"/>

{any element from any namespace}
XML Source (see within schema source)
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>

 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.