Prospect Account Update Request in the JSON Format

The following code snippet illustrates how the attribute/value pairs should be structured while receiving the prospect account update request in the JSON format:

{
    "C1_PRSACCT_SERVICE"
    {
        "mainEntityId" :"",
        "mainEntityType" :"",
        "actionFlag" :"",
        "prospectAccountId" :"",
        "status" :"",
        "customerClass" :"",
        "accountDivision" :"",
        "setUpDate" :"",
        "currency" :"",
        "billCycle" :"",
        "accountAccessGroup" :"",
        "prosAcctCharacteristicList"
        {
            "characteristicValue" :"",
            "effectiveDate" :"",
            "characteristicType" :"",
        }
        "prosAcctIdentifierList"
        {
            "accountIdentifierType" :"",
            "isPrimaryId" :"",
            "accountNumber" :"",
        }
    }
}

Related Topics

For more information on... See...
Prospect account update request and response attribute/value pairs in the JSON format Prospect Account Update Request and Response - Attribute/Value Pairs in the JSON Format
Sample prospect account update request and response in the JSON format Sample Prospect Account Update Request and Response in the JSON Format