POST api/GenerarCompras/GuardarLogError?Error={Error}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
rotuloPendiente | No documentation available. |
Define this parameter in the request body. |
Error | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{ "IdCliente": 1, "IdSuscripcion": 2, "IdSuscripcionCompra": 3, "IdTarjeta": 4, "IdSorteo": 5, "IdSuscripcionDetalleSorteo": 6, "Boletos": 7, "IdColaborador": 8, "CostoBoleto": 9, "EstatusPago": 10, "CantidadBoletos": 11, "PagoOffilne": 12 }
application/xml, text/xml
Sample:
<RotuloPendiente xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SorteosAPI.Models"> <Boletos>7</Boletos> <CantidadBoletos>11</CantidadBoletos> <CostoBoleto>9</CostoBoleto> <EstatusPago>10</EstatusPago> <IdCliente>1</IdCliente> <IdColaborador>8</IdColaborador> <IdSorteo>5</IdSorteo> <IdSuscripcion>2</IdSuscripcion> <IdSuscripcionCompra>3</IdSuscripcionCompra> <IdSuscripcionDetalleSorteo>6</IdSuscripcionDetalleSorteo> <IdTarjeta>4</IdTarjeta> <PagoOffilne>12</PagoOffilne> </RotuloPendiente>
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>