GET api/Cuenta/{Id}
Documentation for 'Get'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Id | Documentation for 'Id'. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<ListaCuentas xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TouchClientAPI.Models">
<Items>
<Cuentas>
<Descripcion>sample string 2</Descripcion>
<IdCuenta>1</IdCuenta>
<IdMesero>3</IdMesero>
<IdVendedor>4</IdVendedor>
</Cuentas>
<Cuentas>
<Descripcion>sample string 2</Descripcion>
<IdCuenta>1</IdCuenta>
<IdMesero>3</IdMesero>
<IdVendedor>4</IdVendedor>
</Cuentas>
<Cuentas>
<Descripcion>sample string 2</Descripcion>
<IdCuenta>1</IdCuenta>
<IdMesero>3</IdMesero>
<IdVendedor>4</IdVendedor>
</Cuentas>
</Items>
</ListaCuentas>