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

complexType "ns:BotBlockResponseType"
Namespace:
Content:
complex, 3 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 3 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
ns:BotBlock (defined in ns:AbstractResponseType complexType)
Known Usage Locations
Annotation
This type is used by the BotBlock container that is returned in the PlaceOffer call response if eBay is requiring that the user supply an authentication token and URL in order for eBay to process the PlaceOffer call. The authentication token and URL values that are returned in the PlaceOffer call response are then passed in the BotBlock container of a subsequent PlaceOffer call.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="BotBlockResponseType">
<xs:sequence>
<xs:element minOccurs="0" name="BotBlockToken" type="xs:string"/>
<xs:element minOccurs="0" name="BotBlockUrl" type="xs:string"/>
<xs:element minOccurs="0" name="BotBlockAudioUrl" type="xs:string"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 4/4)
ns:BotBlockAudioUrl
Type:
xs:string, predefined, simple content
This string value is a URL to an audio clip that eBay generates and returns in 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 this BotBlockAudioUrl and then run another PlaceOffer call, but this time using the BotBlock container and passing in the authentication token and this URL value in the BotBlockUserInput field.

Note: This field will generally only be returned for site-impaired users. If this field is not returned, but the BotBlockUrl field is returned instead, the BotBlockUrl value should be passed into the BotBlockUserInput field of the subsequent PlaceOffer call instead.
XML Representation Summary
<ns:BotBlockAudioUrl>
   
Content: 
{ xs:string }
</ns:BotBlockAudioUrl>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="BotBlockAudioUrl" type="xs:string"/>

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:BotBlockUrl
Type:
xs:string, predefined, simple content
This string value is a URL to an image that eBay generates and returns in 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 this BotBlockUrl and then run another PlaceOffer call, but this time using the BotBlock container and passing in the authentication token and this URL value in the BotBlockUserInput field. For site-impaired users, the BotBlockAudioUrl field might be returned instead, in which case, the BotBlockAudioUrl value should be passed into theBotBlockUserInput field instead.
XML Representation Summary
<ns:BotBlockUrl>
   
Content: 
{ xs:string }
</ns:BotBlockUrl>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="BotBlockUrl" 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.