/
Registration Listing

Registration Listing



URL: /admin/adnet/pub/admin/registraciones.html?op=l&o=xml

Optional parameters:
  • fecha_inicio y fecha_fin: it will display the purchases created within that time range.
  • pago_fecha_inicio y pago_fecha_fin: it will display only the purchases which payments were effectively registered within that time range.
Both parameters are optional, but in case one of them is specified, the other must be specified aswell. The dates must be indicated as in the format selected in the user interface (DD/MM/YYYY HH:MM:SS o MM/DD/YYYY HH:MM:SS)

Response:
It contains a list of object <registro>.  Each registration may be confirmed or not. If the registration is confirmed, means that an associated advertiser exists aswell and the corresponding anunciante_id is indicated. Furthermore, in later versions, also publishers’ registration could be done. That is the reason why is very important to take into account the sitipo_id parameter, to determine if the registration belongs to an advertiser or to a publisher.

The data presented are:
  • apellido: user’s last name
  • nombre: user’s name
  • fecha_alta: user’s creation date
  • cargo: position
  • email: e-mail address
  • estado: si annex “Registration Status”
  • sitipo_id: organization kind. Nowadays, the only available value is 1024, corresponding to advertiser.
  • anunciante_id: if the registration is confirmed, and it’s a registration from an advertiser, the Id from the related advertiser will be indicated here.
  • fecha_nacimiento: birth date
  • tipodoc_id: ID types (see ID Types Annex)
  • nro_documento: user ID number
  • razon_social: firm or company name
  • tax_id: tax identifier
  • tax_status_id: taxpayers type – See posible values on Taxpayers Types Annex
  • telefono: telephone number
  • tipo_persona: 0 for a person, or 1 for a company name
  • domicilio: related address

Response example:
<?xml version='1.0' encoding='iso8859-1' standalone='yes'?>
<lista>
    <registro anunciante_id='16133' apellido='De Pino' cargo='' email='xxxxxxxxxx@gmail.com' estado='3' fecha_alta='2007-11-05 11:13:56' fecha_nacimiento='' nombre='Juan' nro_documento='' razon_social='Bur' sitipo_id='1024' tax_id='' tax_status_id='' telefono='4322 1111' tipo_persona='0' tipodoc_id='' />
</lista>

Related content