POST api/Cuenta

Documentation for 'Post'.

Request Information

Parameters

NameDescriptionAdditional information
cuentaNueva
Documentation for 'cuentaNueva'.

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:
<Cuentas xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TouchClientAPI.Models">
  <Descripcion>sample string 2</Descripcion>
  <IdCuenta>1</IdCuenta>
  <IdMesero>3</IdMesero>
  <IdVendedor>4</IdVendedor>
</Cuentas>

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:
<Cuentas xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TouchClientAPI.Models">
  <Descripcion>sample string 2</Descripcion>
  <IdCuenta>1</IdCuenta>
  <IdMesero>3</IdMesero>
  <IdVendedor>4</IdVendedor>
</Cuentas>