Prospect Account View Response in the XML Format

The following code snippet illustrates how the tags should be nested while sending the prospect account view response in the XML format:

<C1_PRSACCT_SERVICE>
    <mainEntityId></mainEntityId>
    <mainEntityType></mainEntityType>
    <actionFlag></actionFlag>
    <prospectAccountId></prospectAccountId>
    <status></status>
    <customerClass></customerClass>
    <accountDivision></accountDivision>
    <setUpDate></setUpDate>
    <currency></currency>
    <billCycle></billCycle>
    <accountAccessGroup></accountAccessGroup>
    <prosAcctCharacteristicList>
        <characteristicValue></characteristicValue>
        <effectiveDate></effectiveDate>
        <characteristicType></characteristicType>
    </prosAcctCharacteristicList>
    <prosAcctIdentifierList>
        <accountIdentifierType></accountIdentifierType>
        <isPrimaryId></isPrimaryId>
        <accountNumber></accountNumber>
    </prosAcctIdentifierList>
</C1_PRSACCT_SERVICE>

Related Topics

For more information on... See...
Prospect account view request and response tags in the XML format Prospect Account View Request and Response - Tags in the XML Format
Sample prospect account view request and response in the XML format Sample Prospect Account View Request and Response in the XML Format