POST api/GetCashFlowStatement
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
CashFlowStatementList| Name | Description | Type | Additional information |
|---|---|---|---|
| FlowStatementList | Collection of CashFlowStatementOut |
None. |
Response Formats
application/json, text/json
Sample:
{
"FlowStatementList": [
{
"transno": "sample string 1",
"accountno": "sample string 2",
"accountname": "sample string 3",
"currency": "sample string 4",
"dated": "sample string 5",
"debit": "sample string 6",
"credit": "sample string 7",
"posted": "sample string 8",
"postdate": "sample string 9",
"item": "sample string 10",
"userid": "sample string 11",
"ipaddress": "sample string 12",
"frondend": "sample string 13"
},
{
"transno": "sample string 1",
"accountno": "sample string 2",
"accountname": "sample string 3",
"currency": "sample string 4",
"dated": "sample string 5",
"debit": "sample string 6",
"credit": "sample string 7",
"posted": "sample string 8",
"postdate": "sample string 9",
"item": "sample string 10",
"userid": "sample string 11",
"ipaddress": "sample string 12",
"frondend": "sample string 13"
}
]
}
application/xml, text/xml
Sample:
<CashFlowStatementList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HantidhowrWebApiV1.Models">
<FlowStatementList>
<CashFlowStatementOut>
<accountname>sample string 3</accountname>
<accountno>sample string 2</accountno>
<credit>sample string 7</credit>
<currency>sample string 4</currency>
<dated>sample string 5</dated>
<debit>sample string 6</debit>
<frondend>sample string 13</frondend>
<ipaddress>sample string 12</ipaddress>
<item>sample string 10</item>
<postdate>sample string 9</postdate>
<posted>sample string 8</posted>
<transno>sample string 1</transno>
<userid>sample string 11</userid>
</CashFlowStatementOut>
<CashFlowStatementOut>
<accountname>sample string 3</accountname>
<accountno>sample string 2</accountno>
<credit>sample string 7</credit>
<currency>sample string 4</currency>
<dated>sample string 5</dated>
<debit>sample string 6</debit>
<frondend>sample string 13</frondend>
<ipaddress>sample string 12</ipaddress>
<item>sample string 10</item>
<postdate>sample string 9</postdate>
<posted>sample string 8</posted>
<transno>sample string 1</transno>
<userid>sample string 11</userid>
</CashFlowStatementOut>
</FlowStatementList>
</CashFlowStatementList>