POST api/Tarjetas/{id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
modelo | 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_TARJETA": 1, "ID_CLIENTE": 2, "ID_INSTITUCION": 3, "NUMERO_TARJETA": "sample string 4", "FECHA_EXP_TARJETA": "2025-04-04T00:36:51.0163567-06:00", "CODIGO_SEGURIDAD_TARJETA": "sample string 6", "TITULAR_TARJETA": "sample string 7", "DIRECCION_TARJETA": "sample string 8", "TELEFONO_TARJETA": "sample string 9", "ESTATUS_TARJETA": "A", "ESBIN_LEALTAD": 11, "FECHA_CREACION": "2025-04-04T00:36:51.0163567-06:00", "NOMBRE": "sample string 13", "PRIMER_APELLIDO": "sample string 14", "SEGUNDO_APELLIDO": "sample string 15", "CP": "sample string 16", "PAGOS_REALIZADOS": "sample string 17", "ESTATUS_EXPIRACION": "sample string 18", "TIPO_TARJETA": "sample string 19", "PREDETERMINADA": 20 }
application/xml, text/xml
Sample:
<Tarjeta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SorteosAPI.Models"> <CODIGO_SEGURIDAD_TARJETA>sample string 6</CODIGO_SEGURIDAD_TARJETA> <CP>sample string 16</CP> <DIRECCION_TARJETA>sample string 8</DIRECCION_TARJETA> <ESBIN_LEALTAD>11</ESBIN_LEALTAD> <ESTATUS_EXPIRACION>sample string 18</ESTATUS_EXPIRACION> <ESTATUS_TARJETA>65</ESTATUS_TARJETA> <FECHA_CREACION>2025-04-04T00:36:51.0163567-06:00</FECHA_CREACION> <FECHA_EXP_TARJETA>2025-04-04T00:36:51.0163567-06:00</FECHA_EXP_TARJETA> <ID_CLIENTE>2</ID_CLIENTE> <ID_INSTITUCION>3</ID_INSTITUCION> <ID_TARJETA>1</ID_TARJETA> <NOMBRE>sample string 13</NOMBRE> <NUMERO_TARJETA>sample string 4</NUMERO_TARJETA> <PAGOS_REALIZADOS>sample string 17</PAGOS_REALIZADOS> <PREDETERMINADA>20</PREDETERMINADA> <PRIMER_APELLIDO>sample string 14</PRIMER_APELLIDO> <SEGUNDO_APELLIDO>sample string 15</SEGUNDO_APELLIDO> <TELEFONO_TARJETA>sample string 9</TELEFONO_TARJETA> <TIPO_TARJETA>sample string 19</TIPO_TARJETA> <TITULAR_TARJETA>sample string 7</TITULAR_TARJETA> </Tarjeta>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<long xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</long>