POST api/GetIncomeStatement
Request Information
URI Parameters
None.
Body Parameters
Jsonparams| Name | Description | Type | Additional information |
|---|---|---|---|
| jsonstring | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"jsonstring": "sample string 1"
}
application/xml, text/xml
Sample:
<Jsonparams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HantidhowrWebApiV1.Models"> <jsonstring>sample string 1</jsonstring> </Jsonparams>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IncomestatementDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| Incomeststementlist | Collection of IncomeStatementOut |
None. |
Response Formats
application/json, text/json
Sample:
{
"Incomeststementlist": [
{
"accountno": "sample string 1",
"accountname": "sample string 2",
"debit": "sample string 3",
"credit": "sample string 4",
"lvl": "sample string 5",
"frontend": "sample string 6",
"ipaddress": "sample string 7"
},
{
"accountno": "sample string 1",
"accountname": "sample string 2",
"debit": "sample string 3",
"credit": "sample string 4",
"lvl": "sample string 5",
"frontend": "sample string 6",
"ipaddress": "sample string 7"
}
]
}
application/xml, text/xml
Sample:
<IncomestatementDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HantidhowrWebApiV1.Models">
<Incomeststementlist>
<IncomeStatementOut>
<accountname>sample string 2</accountname>
<accountno>sample string 1</accountno>
<credit>sample string 4</credit>
<debit>sample string 3</debit>
<frontend>sample string 6</frontend>
<ipaddress>sample string 7</ipaddress>
<lvl>sample string 5</lvl>
</IncomeStatementOut>
<IncomeStatementOut>
<accountname>sample string 2</accountname>
<accountno>sample string 1</accountno>
<credit>sample string 4</credit>
<debit>sample string 3</debit>
<frontend>sample string 6</frontend>
<ipaddress>sample string 7</ipaddress>
<lvl>sample string 5</lvl>
</IncomeStatementOut>
</Incomeststementlist>
</IncomestatementDetail>