Sample Prospect Account View Request and Response in the JSON Format

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

Sample Prospect Account View Request in the JSON Format

{
    "C1_PRSACCT_SERVICE"
    {
        "actionFlag" :"READ",
        "prospectAccountId" :"0164426022",
    }
}

Sample Prospect Account View Response in the JSON Format

{
    "C1_PRSACCT_SERVICE"
    {
        "mainEntityId" :"1723682728",
        "mainEntityType" :"PRSP",
        "actionFlag" :"READ",
        "prospectAccountId" :"0164426022",
        "status" :"ACTIVE",
        "customerClass" :"BK",
        "accountDivision" :"930",
        "setUpDate" :"2019-11-21",
        "currency" :"AUD",
        "billCycle" :"YEAR",
        "accountAccessGroup" :"***",
        "prosAcctCharacteristicList"
        {
            "characteristicValue" :"CURRENT",
            "effectiveDate" :"2019-11-21",
            "characteristicType" :"C1_F_ATY",
        }
        "prosAcctIdentifierList"
        {
            "accountIdentifierType" :"ACCT_NM",
            "isPrimaryId" :"TRUE",
            "accountNumber" :"2429108813",
        }
    }
}
Note: We have given the above request and response samples to illustrate how the attribute value pairs should be structured 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 attribute/value pairs in the JSON format Prospect Account View Request and Response - Attribute/Value Pairs in the JSON Format