POST api/MembresiaPrecio/Crear
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"MEMBRESIA_PRECIO": {
"ID_MEMBRESIA": 1,
"ID_USUARIO_CREACION": 2,
"PRECIO": 3.0,
"DESCUENTO": 4.0,
"PRECIOTOTAL_DESCUENTO": 5.0,
"TOTAL_BOLETOS": 6,
"FECHA_ACTIVACION": "sample string 7",
"FECHA_CREACION": "sample string 8",
"ESTATUS": 9
}
}
application/xml, text/xml
Sample:
<MEMBRESIA_PRECIO_MODELO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SorteosAPI.Models">
<MEMBRESIA_PRECIO>
<DESCUENTO>4</DESCUENTO>
<ESTATUS>9</ESTATUS>
<FECHA_ACTIVACION>sample string 7</FECHA_ACTIVACION>
<FECHA_CREACION>sample string 8</FECHA_CREACION>
<ID_MEMBRESIA>1</ID_MEMBRESIA>
<ID_USUARIO_CREACION>2</ID_USUARIO_CREACION>
<PRECIO>3</PRECIO>
<PRECIOTOTAL_DESCUENTO>5</PRECIOTOTAL_DESCUENTO>
<TOTAL_BOLETOS>6</TOTAL_BOLETOS>
</MEMBRESIA_PRECIO>
</MEMBRESIA_PRECIO_MODELO>
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:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>