GET api/GetStatment/{InstallationID}/{VC}/{StartDate}/{EndDate}/{RC}/{EmailIt}/{EmailTo}/{ConfirmationCode}/{SenderConfirmationCode}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
InstallationID | integer |
Required |
|
VC | integer |
Required |
|
StartDate | date |
Required |
|
EndDate | date |
Required |
|
RC | integer |
Required |
|
EmailIt | boolean |
Required |
|
EmailTo | string |
Required |
|
ConfirmationCode | integer |
Required |
|
SenderConfirmationCode | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatmentRecordName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
TransDate | date |
None. |
|
Debt | decimal number |
None. |
|
Crdit | decimal number |
None. |
|
Desc | string |
None. |
|
Opning | decimal number |
None. |
|
Closing | decimal number |
None. |
|
OpType | integer |
None. |
|
OperatorDesc | string |
None. |
|
Note | string |
None. |
|
SecondParty | integer |
None. |
|
Accountid | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "id": 1, "TransDate": "2025-04-04T03:08:33.4411184+00:00", "Debt": 3.1, "Crdit": 4.1, "Desc": "sample string 5", "Opning": 6.1, "Closing": 7.1, "OpType": 8, "OperatorDesc": "sample string 9", "Note": "sample string 10", "SecondParty": 11, "Accountid": 12 }, { "id": 1, "TransDate": "2025-04-04T03:08:33.4411184+00:00", "Debt": 3.1, "Crdit": 4.1, "Desc": "sample string 5", "Opning": 6.1, "Closing": 7.1, "OpType": 8, "OperatorDesc": "sample string 9", "Note": "sample string 10", "SecondParty": 11, "Accountid": 12 } ]
text/xml
Sample:
<ArrayOfStatmentRecord xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iCashAPI"> <StatmentRecord> <Accountid>12</Accountid> <Closing>7.1</Closing> <Crdit>4.1</Crdit> <Debt>3.1</Debt> <Desc>sample string 5</Desc> <Note>sample string 10</Note> <OpType>8</OpType> <OperatorDesc>sample string 9</OperatorDesc> <Opning>6.1</Opning> <SecondParty>11</SecondParty> <TransDate>2025-04-04T03:08:33.4411184+00:00</TransDate> <id>1</id> </StatmentRecord> <StatmentRecord> <Accountid>12</Accountid> <Closing>7.1</Closing> <Crdit>4.1</Crdit> <Debt>3.1</Debt> <Desc>sample string 5</Desc> <Note>sample string 10</Note> <OpType>8</OpType> <OperatorDesc>sample string 9</OperatorDesc> <Opning>6.1</Opning> <SecondParty>11</SecondParty> <TransDate>2025-04-04T03:08:33.4411184+00:00</TransDate> <id>1</id> </StatmentRecord> </ArrayOfStatmentRecord>