POST api/Pagos/AdminPagos
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| parametros | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ID_TIPO_PAGO": 1,
"ESTATUS_PAGO": 1,
"CONCEPTO_PAGO": "sample string 1",
"INICIO_PAG": 2,
"TAM_PAG": 3,
"ORDENA_POR": "sample string 4",
"DIR_ORDENA": "sample string 5",
"FECHA_INICIO": "sample string 6",
"FECHA_FIN": "sample string 7",
"DRAW": "sample string 8",
"SEARCH": "sample string 9"
}
application/xml, text/xml
Sample:
<ParametrosAdminPagos xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SorteosAPI.Models"> <CONCEPTO_PAGO>sample string 1</CONCEPTO_PAGO> <DIR_ORDENA>sample string 5</DIR_ORDENA> <DRAW>sample string 8</DRAW> <ESTATUS_PAGO>1</ESTATUS_PAGO> <FECHA_FIN>sample string 7</FECHA_FIN> <FECHA_INICIO>sample string 6</FECHA_INICIO> <ID_TIPO_PAGO>1</ID_TIPO_PAGO> <INICIO_PAG>2</INICIO_PAG> <ORDENA_POR>sample string 4</ORDENA_POR> <SEARCH>sample string 9</SEARCH> <TAM_PAG>3</TAM_PAG> </ParametrosAdminPagos>
application/x-www-form-urlencoded
Sample:
Sample not available.