|
XML String, representing all FAQ records in an account. 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>
<FAQ FAQ_ID="5" Date_Created="2004-03-01T15:46:00">
<Question>What was the last battleship completed by the United
States?</Question>
<Answer>The USS Missouri.</Answer>
</FAQ>
<FAQ FAQ_ID="4" Date_Created="2004-02-16T09:23:00">
<Question>What is the name of the first commissioned
nuclear-powered ship in the U.S. Navy?</Question>
<Answer>The USS Nautilus.</Answer>
</FAQ>
...
</FAQs>
If the account does not contain any records, the <FAQs>
root node will not contain any child elements. An example is provided below:
<FAQs />
All non-XML strings returned by this SOAP method should be considered errors.
|