POST api/SuscripcionSorteo/GuardarBoleto
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| suscripcionsorteo | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ID_SUSCRIPCIONDETALLE_SORTEO": 1,
"ID_SUSCRIPCION_DETALLE": 2,
"ID_SORTEO": 3,
"ID_BOLETO": 4,
"NUMERO_BOLETO": "sample string 5",
"ID_CONTACTO": 6,
"TIPO_SELECCION": "A",
"TipoSeleccion": 8,
"ID_ROTULACION": 9
}
application/xml, text/xml
Sample:
<SuscripcionSorteo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SorteosAPI.Models"> <ID_BOLETO>4</ID_BOLETO> <ID_CONTACTO>6</ID_CONTACTO> <ID_ROTULACION>9</ID_ROTULACION> <ID_SORTEO>3</ID_SORTEO> <ID_SUSCRIPCIONDETALLE_SORTEO>1</ID_SUSCRIPCIONDETALLE_SORTEO> <ID_SUSCRIPCION_DETALLE>2</ID_SUSCRIPCION_DETALLE> <NUMERO_BOLETO>sample string 5</NUMERO_BOLETO> <TIPO_SELECCION>65</TIPO_SELECCION> <TipoSeleccion>8</TipoSeleccion> </SuscripcionSorteo>
application/x-www-form-urlencoded
Sample:
Sample not available.