Market Product, Offer, or Bundle Enrollment Request in the XML Format

The following code snippet illustrates how the tags should be nested while sending the market product, offer, or bundle enrollment request in the XML format:

<C1PRDCTENRL>
    <enrollment>
        <enrollmentcharlist>
            <characteristicValue></characteristicValue>
            <characteristicType></characteristicType>
            <effectiveDate></effectiveDate>
            <actionFlag></actionFlag>
        </enrollmentcharlist>
        <personDetails>
            <personId></personId>
            <accountdetailslist>
                <accountcharlist>
                    <characteristicValue2></characteristicValue2>
                    <characteristicType2></characteristicType2>
                    <effectiveDate2></effectiveDate2>
                    <actionFlag2></actionFlag2>
                </accountcharlist>
                <enrollmentStatus></enrollmentStatus>
                <closingDate></closingDate>
                <accountId></accountId>
                <currency></currency>
                <setUpDate></setUpDate>
                <division></division>
                <accountNumber></accountNumber>
                <accountIdentifierType></accountIdentifierType>
            </accountdetailslist>
            <personcharlist>
                <characteristicValue3></characteristicValue3>
                <characteristicType3></characteristicType3>
                <effectiveDate3></effectiveDate3>
                <actionFlag3></actionFlag3>
            </personcharlist>
            <emailAddress></emailAddress>
            <country></country>
            <state></state>
            <city></city>
            <address4></address4>
            <address3></address3>
            <address2></address2>
            <address1></address1>
            <addressTypeFlg></addressTypeFlg>
            <creationDateTime></creationDateTime>
            <birthDate></birthDate>
            <division2></division2>
            <personIdNumber></personIdNumber>
            <personIdentifiers></personIdentifiers>
            <personNames></personNames>
            <nameType></nameType>
            <personOrBusiness></personOrBusiness>
        </personDetails>
        <startDate></startDate>
        <comments></comments>
        <entityCode></entityCode>
        <entityType></entityType>
        <enrollmentAction></enrollmentAction>
    </enrollment>
</C1PRDCTENRL>

Related Topics

For more information on... See...
Market Product, Offer, or Bundle Enrollment Request and Response - Tags in XML Format Market Product, Offer, or Bundle Enrollment Request and Response - Tags in XML Format
Sample Market Product Enrollment Request and Response in the XML Format Sample Market Product Enrollment Request and Response in the XML Format
Sample Market Product Enrollment Edit Request and Response in the XML Format Sample Market Product Enrollment Edit Request and Response in the XML Format
Sample Market Product Enrollment Close Request and Response in the XML Format Sample Market Product Enrollment Close Request and Response in the XML Format
Sample Offer Enrollment Request and Response in the XML Format Sample Offer Enrollment Request and Response in the XML Format
Sample Offer Enrollment Edit Request and Response in the XML Format Sample Offer Enrollment Edit Request and Response in the XML Format
Sample Offer Enrollment Close Request and Response in the XML Format Sample Offer Enrollment Close Request and Response in the XML Format
Sample Bundle Enrollment Request and Response in the XML Format Sample Bundle Enrollment Request and Response in the XML Format
Sample Bundle Enrollment Edit Request and Response in the XML Format Sample Bundle Enrollment Edit Request and Response in the XML Format
Sample Bundle Enrollment Close Request and Response in the XML Format Sample Bundle Enrollment Close Request and Response in the XML Format