GET api/FederalIncomeChart/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Federalincomechart| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Householdsize | string |
None. |
|
| Yearly | decimal number |
None. |
|
| Monthly | decimal number |
None. |
|
| Twicepermonth | decimal number |
None. |
|
| Everytwoweeks | decimal number |
None. |
|
| Weekly | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Householdsize": "sample string 2",
"Yearly": 3.1,
"Monthly": 4.1,
"Twicepermonth": 1.1,
"Everytwoweeks": 1.1,
"Weekly": 5.1
}
application/xml, text/xml
Sample:
<Federalincomechart xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LAP.BaseObject"> <Everytwoweeks>1.1</Everytwoweeks> <Householdsize>sample string 2</Householdsize> <Id>1</Id> <Monthly>4.1</Monthly> <Twicepermonth>1.1</Twicepermonth> <Weekly>5.1</Weekly> <Yearly>3.1</Yearly> </Federalincomechart>