Market Product, Offer, or Bundle View Response in the XML Format

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

<C1-GetProdDetail>
    <entityCode></entityCode>
    <entityType></entityType
    <processDate></processDate>
    <inquiryTypeFlag></inquiryTypeFlag>
    <division></division>
    <entityName></entityName>
    <entityStartDate></entityStartDate>
    <entityEndDate></entityEndDate>
    <termsAndCondition></termsAndCondition>
    <status></status>
    <termsAndCondnDescr></termsAndCondnDescr>
    <messageCategory></messageCategory>
    <messageNumber></messageNumber>
    <messageText></messageText>
    <longDescription></longDescription>
    <productlist>
        <productCode></productCode>
        <productName></productName>
        <prodTypFlg></prodTypFlg>
        <productCategoryFlgDesc></productCategoryFlgDesc>
    </productlist>
    <EntityDivision>
        <divisionCode></divisionCode>
    </EntityDivision>
    <productLinkedEntity>
        <linkedEntityCode></linkedEntityCode>
        <linkedEntityName></linkedEntityName>
        <linkedEntityType></linkedEntityType>
    </productLinkedEntity
    <eligibilityDetails>
        <eligibilityDescription></eligibilityDescription>
        <eligibilityStartDate></eligibilityStartDate>
        <eligibilityEndDate></eligibilityEndDate>
        <eligibilityRule>
            <rhsPriceParmCd></rhsPriceParmCd>
            <rhsPriceParmVal></rhsPriceParmVal>
            <lhsPriceParmCd></lhsPriceParmCd>
            <rhsPriceParmTypeFlg></rhsPriceParmTypeFlg>
            <trueFlag></trueFlag>
            <trueFlagDescr></trueFlagDescr>
            <falseFlag></falseFlag>
            <falseFlagDescr></falseFlagDescr>
            <insufficientFlag></insufficientFlag>
            <insufficientFlagDescr></insufficientFlagDescr>
            <eligibilityRuleFlg></eligibilityRuleFlg>
            <eligibilityDescr></eligibilityDescr>
            <operator></operator>
            <priceParmCode></priceParmCode>
            <sequenceNumber></sequenceNumber>
        </eligibilityRule>
    </eligibilityDetails>
    <services>
        <serviceCd></serviceCd>
        <serviceName></serviceName>
        <mandatoryFlag></mandatoryFlag>
    </services>
    <pricing>
        <priceListId></priceListId>
        <priceListDescription></priceListDescription>
        <priority></priority>
        <validityFlag></validityFlag>
        <noOfDays></noOfDays>
        <priceItemCode></priceItemCode>
        <priceitemCodeDescr></priceitemCodeDescr>
        <priceAsgnId></priceAsgnId>
        <priceListStartDate></priceListStartDate>
        <priceListEndDate></priceListEndDate>
        <priceComponent>
            <priceCompId></priceCompId>
            <priceCompDescr></priceCompDescr>
            <valueAmt></valueAmt>
            <tieredFlag></tieredFlag>
            <pricecomptier>
                <priceItemParmGroupId></priceItemParmGroupId>
                <toVal></toVal>
                <fromVal></fromVal>
                <timeOfUse></timeOfUse>
                <priceCompPriceItem></priceCompPriceItem>
                <priceCriteria></priceCriteria>
                <priceCompTierId></priceCompTierId>
                <tieringSeqNum></tieringSeqNum>
                <parmString></parmString>
            </pricecomptier>
        </priceComponent>
    </pricing>
</C1-GetProdDetail>

Related Topics

For more information on... See...
Market Product, Offer, or Bundle View Request and Response - Tags in XML Format Market Product, Offer, or Bundle View Request - Tags in XML Format
Sample Market Product View Request and Response in the XML Format Sample Market Product View Request and Response in the XML Format
Sample Offer View Request and Response in the XML Format Sample Offer View Request and Response in the XML Format
Sample Bundle View Request and Response in the XML Format Sample Bundle View Request and Response in the XML Format
Sample Market Product View Summary Request and Response in the XML Format Sample Market Product View Summary Request and Response in the XML Format
Sample Market Product View Detail Request and Response in the XML Format Sample Market Product View Detail Request and Response in the XML Format