/
Combo Information

Combo Information



URL: /admin/adnet/pub/admin/compras.html?op=vcc&o=xml

Mandatory parameters:
  • dsmcomboconf_id: purchased combo ID. It can be obtained from a purchase detail information.

Response:
It contains an object <comboconf>.  The identifier is specified through dsmcomboconf_id attribute and the data presented are:
  • combo: type of combo name, as defined on the interface.
  • combo_id: type of combo identifier.
  • productos: combo's products and campaigns listing, inside the element  product:  Each one has the following attributes:
    If it is a campaign:
        -packventa_id: selected pack identifier
        -pauta_id: created campaign identifier
    If it is a product:
        -dsmproductoconf_id: configured product identifier.  Its information can be gained through visualization of product information, as descripted above.

Response example:

<comboconf combo='1- Combo Oro' combo_id='6' dsmcomboconf_id='85'>
  <productos>
    <producto packventa_id='6' pauta_id='11796' />
    <producto dsmproductoconf_id='75' />
  </productos>
</comboconf>