GET | /GetHistorial/ |
---|
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /jsv/reply/GetHistorial HTTP/1.1
Host: contentapi.ihct.mx
Content-Type: text/jsv
Content-Length: length
{
id_suscripcion: 0,
vc_msdn: String,
dte_ini: String,
dte_fin: String
}
HTTP/1.1 200 OK Content-Type: text/jsv Content-Length: length { Historial: [ { id_contenido: 0, id_club: 0, id_subcategoria: 0, vc_nombrecontenido: String, b_situacion: False, dte_alta: 0001-01-01, b_adultos: False, b_regalias: False, f_costodemanda: 0, f_costocreditos: 0, dte_vigenciainicio: 0001-01-01, dte_vigenciafin: 0001-01-01, dte_operacion: 0001-01-01, id_suscripcion: 0, vc_url: String } ], IdResponse: 0 }