Prospect Update Request in the XML Format

The following code snippet illustrates how the tags should be nested while receiving the prospect update request in the XML format:

<C1-ADDPROSPERSON>
    <prospectPersonId></prospectPersonId>
    <actionFlag></actionFlag>
    <prospectPersonName></prospectPersonName>
    <division></division>
    <customerSegment></customerSegment>
    <customerTier></customerTier>
    <accessGroup></accessGroup>
    <emailAddress></emailAddress>
    <status></status>
    <birthDate></birthDate>
    <address1></address1>
    <address2></address2>
    <address3></address3>
    <address4></address4>
    <city></city>
    <state></state>
    <country></country>
    <postal></postal>
    <prosPerIdentifierList>
        <personIdNumber></personIdNumber>
        <persIsPrimaryId></persIsPrimaryId>
        <idType></idType>
    </prosPerIdentifierList>
    <prosChildRelationList>
        <childPersonId></childPersonId>
        <personRelationshipType></personRelationshipType>
        <childPerType></childPerType>
        <division></division>
        <childPersonIdType></childPersonIdType>
        <childPersonIdNumber></childPersonIdNumber> 
        <endDate></endDate>
        <startDate></startDate>
    </prosChildRelationList>
    <prosParentPerRelationList>
        <parentPersonId></parentPersonId>
        <personRelationshipType></personRelationshipType>
        <parentPerType></parentPerType>
        <division></division>
        <parentPersonIdType></parentPersonIdType>
        <parentPersonIdNumber></parentPersonIdNumber>
        <endDate></endDate>
        <startDate></startDate>
    </prosParentPerRelationList>
    <prosAccountList>
        <personId></personId>  
        <prospectAccountId></prospectAccountId>
        <customerClass></customerClass>
        <accountDivision></accountDivision>
        <status></status>
        <setUpDate></setUpDate>
        <currency></currency>
        <billCycle></billCycle>
        <accountAccessGroup></accountAccessGroup>
        <prosAcctCharacteristicList>
            <characteristicValue></characteristicValue>
            <effectiveDate></effectiveDate>
            <characteristicType></characteristicType>
        </prosAcctCharacteristicList>
        <prosAcctIdentifierList>
            <accountIdentifierType></accountIdentifierType>
            <isPrimaryId></isPrimaryId>
            <accountNumber></accountNumber>
        </prosAcctIdentifierList>
    </prosAccountList>
    <prosPerCharactersticList>
        <personcharacteristicValue></personcharacteristicValue>
        <personEffectiveDate></personEffectiveDate>
        <personCharType></personCharType>
    </prosPerCharactersticList>
</C1-ADDPROSPERSON>

Related Topics

For more information on... See...
Prospect update request and response tags in the XML format Prospect Update Request and Response - Tags in the XML Format
Sample prospect update request and response in the XML format Sample Prospect Update Request and Response in the XML Format