|
XML String, representing the Lead record 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:
<Lead Lead_ID="71fb721fa0894d3e991b64e76eef6c54"
Date_Created="2004-08-07T11:37:00">
<Source_Identifier>jane</Source_Identifier>
<Description>Our demo Lead's Description
would go here.</Description>
<Body>The entire Body of our Lead would go here.</Body>
</Lead>
If the Lead record requested was never entered or is no longer in the system,
the method will return the <Lead>
root node with only the Lead_ID identifier. An
example is provided below:
<Lead Lead_ID="e1b282a580de4174b9a8afd08f59b24a" />
All non-XML strings returned by this method should be considered errors.
|