|
XML String, representing the FAQ records requested. To view the validating XSD Schema,
please click here (opens in a new window). An example
is provided here (opens in a new window) or below:
<FAQs Total_Record_Count="25">
<FAQ FAQ_ID="20" Date_Created="2004-02-29T07:50:00">
<Question>Who wrote "Moby Dick"?</Question>
<Answer>Herman Melville.</Answer>
</FAQ>
<FAQ FAQ_ID="19" Date_Created="2004-01-17T17:29:00">
<Question>Who wrote "To Kill A Mockingbird"?</Question>
<Answer>Harper Lee.</Answer>
</FAQ>
...
</FAQs>
If the account does not contain any records, the <FAQs>
root node will not contain any child elements and the Total_Record_Count attribute will have a value of 0 (zero).
An example is provided below:
<FAQs Total_Record_Count="0" />
All non-XML strings returned by this SOAP method should be considered errors.
|