GET api/JANANSSBOMBO/viewstatementbrief
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of statementbriefName | Description | Type | Additional information |
---|---|---|---|
ACCOUNT | string |
None. |
|
TREF | string |
None. |
|
DEBITAMNT | decimal number |
None. |
|
CREDITAMNT | decimal number |
None. |
|
tag | integer |
None. |
|
TITTLE | string |
None. |
|
TRDATE | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ACCOUNT": "sample string 1", "TREF": "sample string 2", "DEBITAMNT": 1.1, "CREDITAMNT": 1.1, "tag": 3, "TITTLE": "sample string 4", "TRDATE": "2024-12-22T08:54:53.463001+03:00" }, { "ACCOUNT": "sample string 1", "TREF": "sample string 2", "DEBITAMNT": 1.1, "CREDITAMNT": 1.1, "tag": 3, "TITTLE": "sample string 4", "TRDATE": "2024-12-22T08:54:53.463001+03:00" } ]
application/xml, text/xml
Sample:
<ArrayOfstatementbrief xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JANANSSBOMBOApi"> <statementbrief> <ACCOUNT>sample string 1</ACCOUNT> <CREDITAMNT>1.1</CREDITAMNT> <DEBITAMNT>1.1</DEBITAMNT> <TITTLE>sample string 4</TITTLE> <TRDATE>2024-12-22T08:54:53.463001+03:00</TRDATE> <TREF>sample string 2</TREF> <tag>3</tag> </statementbrief> <statementbrief> <ACCOUNT>sample string 1</ACCOUNT> <CREDITAMNT>1.1</CREDITAMNT> <DEBITAMNT>1.1</DEBITAMNT> <TITTLE>sample string 4</TITTLE> <TRDATE>2024-12-22T08:54:53.463001+03:00</TRDATE> <TREF>sample string 2</TREF> <tag>3</tag> </statementbrief> </ArrayOfstatementbrief>