GET api/Budget/GetBudget
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
BudgetModelName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
VALORE | decimal number |
None. |
|
ID_TIPO_SPESA | integer |
None. |
|
DESCRIZIONE_TIPO_SPESA | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": 1, "VALORE": 2.0, "ID_TIPO_SPESA": 3, "DESCRIZIONE_TIPO_SPESA": "sample string 4" }
application/xml, text/xml
Sample:
<BudgetModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HomeFinance.Models"> <DESCRIZIONE_TIPO_SPESA>sample string 4</DESCRIZIONE_TIPO_SPESA> <ID>1</ID> <ID_TIPO_SPESA>3</ID_TIPO_SPESA> <VALORE>2</VALORE> </BudgetModel>