POST api/SuscripcionRenovar/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
parametros
No documentation available.

Define this parameter in the request body.

id
No documentation available.

Define this parameter in the request URI.

Request body formats

application/json, text/json

Sample:
{
  "ID_SUSCRIPCION": 1,
  "ID_TARJETA": 2,
  "ID_TIPO_PAGO": 3,
  "ID_CLIENTE": 4,
  "ID_MEMBRESIA_PRECIO": 5,
  "NUMERO_NOMINA": "sample string 6",
  "TIPO_ATENCION": "sample string 7",
  "NOMBRE": "sample string 8",
  "CORREO": "sample string 9",
  "CLTE_CNKTA": "sample string 10",
  "TOKEN": "sample string 11"
}

application/xml, text/xml

Sample:
<SuscripcionRenovar xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SorteosAPI.Models">
  <CLTE_CNKTA>sample string 10</CLTE_CNKTA>
  <CORREO>sample string 9</CORREO>
  <ID_CLIENTE>4</ID_CLIENTE>
  <ID_MEMBRESIA_PRECIO>5</ID_MEMBRESIA_PRECIO>
  <ID_SUSCRIPCION>1</ID_SUSCRIPCION>
  <ID_TARJETA>2</ID_TARJETA>
  <ID_TIPO_PAGO>3</ID_TIPO_PAGO>
  <NOMBRE>sample string 8</NOMBRE>
  <NUMERO_NOMINA>sample string 6</NUMERO_NOMINA>
  <TIPO_ATENCION>sample string 7</TIPO_ATENCION>
  <TOKEN>sample string 11</TOKEN>
</SuscripcionRenovar>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />