POST api/Cancelar/Crear
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| parametros | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ID_CANCELAR_SUSCRIPCION": 1,
"ID_SUSCRIPCION": 2,
"ID_CLIENTE": 3,
"ID_USUARIO_CREACION": 4,
"ID_USUARIO_MODIFICACION": 5,
"ID_MOTIVO": 6,
"FOLIO": "sample string 7",
"RAZON": "sample string 8",
"SALDO": 9.0,
"SISTEMA": "sample string 10",
"FECHA_CREACION": "2026-01-03T02:14:27.249-06:00",
"FECHA_CANCELACION": "2026-01-03T02:14:27.249-06:00",
"FECHA_MODIFICACION": "2026-01-03T02:14:27.249-06:00",
"ESTATUS": 14,
"CLABE": "sample string 15",
"BANCO": "sample string 16"
}
application/xml, text/xml
Sample:
<CancelarModelo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SorteosAPI.Models.PCK_CANCELACIONES"> <BANCO>sample string 16</BANCO> <CLABE>sample string 15</CLABE> <ESTATUS>14</ESTATUS> <FECHA_CANCELACION>2026-01-03T02:14:27.249-06:00</FECHA_CANCELACION> <FECHA_CREACION>2026-01-03T02:14:27.249-06:00</FECHA_CREACION> <FECHA_MODIFICACION>2026-01-03T02:14:27.249-06:00</FECHA_MODIFICACION> <FOLIO>sample string 7</FOLIO> <ID_CANCELAR_SUSCRIPCION>1</ID_CANCELAR_SUSCRIPCION> <ID_CLIENTE>3</ID_CLIENTE> <ID_MOTIVO>6</ID_MOTIVO> <ID_SUSCRIPCION>2</ID_SUSCRIPCION> <ID_USUARIO_CREACION>4</ID_USUARIO_CREACION> <ID_USUARIO_MODIFICACION>5</ID_USUARIO_MODIFICACION> <RAZON>sample string 8</RAZON> <SALDO>9</SALDO> <SISTEMA>sample string 10</SISTEMA> </CancelarModelo>
application/x-www-form-urlencoded
Sample:
Sample not available.