|
strXML - XML String, representing the Lead record to be added, updated
or deleted. 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="6d2c11532aeb47c299f2d9c9fd7cc5b3">
<Source_Identifier>jack</Source_Identifier>
<Description>Our demo lead's Description would go here.</Description>
<Body>The entire Body of our lead would go here.</Body>
</Lead>
To delete a Lead record from the system, the XML string must consist of only the
root element and the Lead_ID attribute, with
the identifier of the record to be deleted as the attribute's value. Do not
provide any of the root node's child elements. An example is provided
below:
<Lead Lead_ID="17"
/>
|