Sample Prospect Account View Request and Response in the XML Format

Using the below example, you can view the prospect account of 0164426022 prospect account ID.

Sample Prospect Account View Request in the XML Format

<C1_PRSACCT_SERVICE>
    <actionFlag>READ</actionFlag>
    <prospectAccountId>0164426022</prospectAccountId>
</C1_PRSACCT_SERVICE>

Sample Prospect Account View Response in the XML Format

<C1_PRSACCT_SERVICE>
    <mainEntityId>1723682728</mainEntityId>
    <mainEntityType>PRSP</mainEntityType>
    <actionFlag>READ</actionFlag>
    <prospectAccountId>0164426022</prospectAccountId>
    <status>ACTIVE</status>
    <customerClass>BK</customerClass>
    <accountDivision>930</accountDivision>
    <setUpDate>2019-11-21</setUpDate>
    <currency>AUD</currency>
    <billCycle>YEAR</billCycle>
    <accountAccessGroup>***</accountAccessGroup>
    <prosAcctCharacteristicList>
        <characteristicValue>CURRENT</characteristicValue>
        <effectiveDate>2019-11-21</effectiveDate>
        <characteristicType>C1_F_ATY</characteristicType>
    </prosAcctCharacteristicList>
    <prosAcctIdentifierList>
        <accountIdentifierType>ACCT_NM</accountIdentifierType>
        <isPrimaryId>TRUE</isPrimaryId>
        <accountNumber>2429108813</accountNumber>
    </prosAcctIdentifierList>
</C1_PRSACCT_SERVICE>
Note: We have given the above request and response samples to illustrate how the tags should be nested while sending a prospect account view request from the external system. However, you should not seamlessly use this request sample in your environment because the required pre-requisite data may not be available in your environment. In such case, the system will give erroneous results.

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