POST api/TarjetasPayBack/Post

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
modelo
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ID_MONEDERO": 1,
  "ID_CLIENTE": 2,
  "NUMERO_MONEDERO": "sample string 3",
  "FECHA_CREACION": "sample string 4",
  "ESTATUS": 5,
  "MENSAJE": "sample string 6"
}

application/xml, text/xml

Sample:
<TarjetaPayBackModelo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SorteosAPI.Models">
  <ESTATUS>5</ESTATUS>
  <FECHA_CREACION>sample string 4</FECHA_CREACION>
  <ID_CLIENTE>2</ID_CLIENTE>
  <ID_MONEDERO>1</ID_MONEDERO>
  <MENSAJE>sample string 6</MENSAJE>
  <NUMERO_MONEDERO>sample string 3</NUMERO_MONEDERO>
</TarjetaPayBackModelo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.