|
XML String, representing the Lead records posted by a specific
source (the record's <Source_Identifier>
value matches the input parameter's value). 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:
<Leads Total_Record_Count="18">
<Lead Lead_ID="9f9035cbf75c402cae78a29d081e19b1"
Date_Created="2005-03-25T19:16:00">
<Description>Our demo lead's Description would go here.</Description>
</Lead>
<Lead Lead_ID="25466e9908e248b3b1164f9e9ee66744"
Date_Created="2005-03-11T08:51:00">
<Description>Description would go here.</Description>
</Lead>
...
</Leads>
If the account does not contain any records for that specific source, the
<Leads>
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:
<Leads Total_Record_Count="0" />
All non-XML strings returned by this method should be considered errors.
|