POST api/MembresiaProductoActualizar/Editar

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
modeloEditar
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ID_MEMBRESIA_PRODUCTO": 1,
  "ID_MEMBRESIA_PRECIO": 2,
  "ID_PRODUCTO": 3,
  "NOMBRE_PRODUCTO": "sample string 4",
  "BOLETOS": 5,
  "PRECIO": 6.0,
  "CELEBRACION": 7,
  "PRECIOBOLETO": 8.0,
  "ESTATUS": 9
}

application/xml, text/xml

Sample:
<MEMBRESIA_PRODUCTO_EDITAR xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SorteosAPI.Models">
  <BOLETOS>5</BOLETOS>
  <CELEBRACION>7</CELEBRACION>
  <ESTATUS>9</ESTATUS>
  <ID_MEMBRESIA_PRECIO>2</ID_MEMBRESIA_PRECIO>
  <ID_MEMBRESIA_PRODUCTO>1</ID_MEMBRESIA_PRODUCTO>
  <ID_PRODUCTO>3</ID_PRODUCTO>
  <NOMBRE_PRODUCTO>sample string 4</NOMBRE_PRODUCTO>
  <PRECIO>6</PRECIO>
  <PRECIOBOLETO>8</PRECIOBOLETO>
</MEMBRESIA_PRODUCTO_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>