POST api/Venta
Documentation for 'Post'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| value | Documentation for 'value'. |
Define this parameter in the request body. |
Request body formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<PeticionVentas xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TouchClientAPI.Models"> <IdCuenta>1</IdCuenta> <MontoRecibido>2.1</MontoRecibido> </PeticionVentas>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<Ventas xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TouchClientAPI.Models"> <Cliente>sample string 7</Cliente> <DescripcionNcf>sample string 6</DescripcionNcf> <Descuento>9.1</Descuento> <Fecha>2025-12-13T05:03:35.5036584-08:00</Fecha> <Itbis>11.1</Itbis> <Items i:nil="true" /> <Ley>10.1</Ley> <MensajeError>sample string 13</MensajeError> <Mesa>sample string 3</Mesa> <Mesero>sample string 4</Mesero> <Monto>12.1</Monto> <Ncf>sample string 5</Ncf> <Numero>1</Numero> <Rnc>sample string 8</Rnc> </Ventas>