Market Product, Offer, or Bundle Enrollment Response in the JSON Format

The following code snippet illustrates how the attribute/value pairs should be structured while sending the market product, offer, or bundle enrollment response in the JSON format:

{
    "C1PRDCTENRL": 
    {
        "enrollmentResponse": 
        {
            "error": 
            {
                "errorDescription" : "",
                "errorMsgText" : "",
                "messageNumber" : "",
                "erroCategory" : "",
            }
            "enrollResponse": 
            {
            "messageText" : "",
            "productEnrollmentId" : "",
            }
        }
        "enrollment": "",
        {
            "enrollmentcharlist": 
            {
                "characteristicValue": "",
                "characteristicType": "",
                "effectiveDate": "",
                "actionFlag": "",
            }
            "personDetails": 
            {
                "personId": "",
                "accountdetailslist":
                {
                    "accountcharlist":
                    {
                        "characteristicValue2": "",
                        "characteristicType2": "",
                        "effectiveDate2": "",
                        "actionFlag2": "",
                    }
                    "enrollmentStatus": "",
                    "closingDate": "",
                    "accountId": "",
                    "currency": "",
                    "setUpDate": "",
                    "division": "",
                    "accountNumber": "",
                    "accountIdentifierType": "",
                }
                "personcharlist": 
                {
                    "characteristicValue3": "",
                    "characteristicType3": "",
                    "effectiveDate3": "",
                    "actionFlag3": "",
                }
                "emailAddress": "",
                "country": "",
                "state": "",
                "city": "",
                "address4": "",
                "address3": "",
                "address2": "",
                "address1": "",
                "addressTypeFlg": "",
                "creationDateTime": "",
                "birthDate": "",
                "division2": "",
                "personIdNumber": "",
                "personIdentifiers": "",
                "personNames": "",
                "nameType": "",
                "personOrBusiness": "",
            }
            "startDate": "",
            "comments": "",
            "entityCode": "",
            "entityType": "",
            "enrollmentAction": "",
        }
    }
}
        

Related Topics

For more information on... See...
Market Product, Offer, or Bundle Enrollment Request and Response - Attribute/Value Pairs in JSON Format Market Product, Offer, or Bundle View Request and Response - Attribute/Value Pairs in JSON Format
Sample Market Product Enrollment Request and Response in the JSON Format Sample Market Product Enrollment Request and Response in the JSON Format
Sample Market Product Enrollment Edit Request and Response in the JSON Format Sample Market Product Enrollment Edit Request and Response in the JSON Format
Sample Market Product Enrollment Close Request and Response in the JSON Format Sample Market Product Enrollment Close Request and Response in the JSON Format
Sample Offer Enrollment Request and Response in the JSON Format Sample Offer Enrollment Request and Response in the JSON Format
Sample Offer Enrollment Edit Request and Response in the JSON Format Sample Offer Enrollment Edit Request and Response in the JSON Format
Sample Offer Enrollment Close Request and Response in the JSON Format Sample Offer Enrollment Close Request and Response in the JSON Format
Sample Bundle Enrollment Request and Response in the JSON Format Sample Bundle Enrollment Request and Response in the JSON Format
Sample Bundle Enrollment Edit Request and Response in the JSON Format Sample Bundle Enrollment Edit Request and Response in the JSON Format
Sample Bundle Enrollment Close Request and Response in the JSON Format Sample Bundle Enrollment Close Request and Response in the JSON Format