POST api/MembresiaPrecioActualizar/Editar
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| modeloEditar | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ID_MEMBRESIA_PRECIO": 1,
"ID_MEMBRESIA": 2,
"ID_USUARIO_CREACION": 3,
"ID_USUARIO_MODIFICACION": 4,
"PRECIO": 5.0,
"DESCUENTO": 6.0,
"PRECIOTOTAL_DESCUENTO": 7.0,
"PAGO_MENSUAL": 8.0,
"MENSUALIDADES": 9,
"TOTAL_BOLETOS": 10,
"FECHA_ACTIVACION": "sample string 11",
"FECHA_CREACION": "sample string 12",
"ESTATUS": 13
}
application/xml, text/xml
Sample:
<MEMBRESIA_PRECIO_EDITAR xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SorteosAPI.Models"> <DESCUENTO>6</DESCUENTO> <ESTATUS>13</ESTATUS> <FECHA_ACTIVACION>sample string 11</FECHA_ACTIVACION> <FECHA_CREACION>sample string 12</FECHA_CREACION> <ID_MEMBRESIA>2</ID_MEMBRESIA> <ID_MEMBRESIA_PRECIO>1</ID_MEMBRESIA_PRECIO> <ID_USUARIO_CREACION>3</ID_USUARIO_CREACION> <ID_USUARIO_MODIFICACION>4</ID_USUARIO_MODIFICACION> <MENSUALIDADES>9</MENSUALIDADES> <PAGO_MENSUAL>8</PAGO_MENSUAL> <PRECIO>5</PRECIO> <PRECIOTOTAL_DESCUENTO>7</PRECIOTOTAL_DESCUENTO> <TOTAL_BOLETOS>10</TOTAL_BOLETOS> </MEMBRESIA_PRECIO_EDITAR>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>