GET api/Conti/GetConto/{Id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ContiModelName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
NOME | string |
None. |
|
COLORE | string |
None. |
|
SALDO_DISPONBILE | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": 1, "NOME": "sample string 2", "COLORE": "sample string 3", "SALDO_DISPONBILE": 4.0 }
application/xml, text/xml
Sample:
<ContiModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HomeFinance.Models"> <COLORE>sample string 3</COLORE> <ID>1</ID> <NOME>sample string 2</NOME> <SALDO_DISPONBILE>4</SALDO_DISPONBILE> </ContiModel>