GET api/JANANSSBOMBO?act={act}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| act | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of glsttwebapi_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| TODAY | date |
None. |
|
| TRDATE | date |
None. |
|
| ACCOUNT | string |
None. |
|
| TREF | string |
None. |
|
| DESCRIPT | string |
None. |
|
| DEBITAMNT | decimal number |
None. |
|
| CREDITAMNT | decimal number |
None. |
|
| BAL | decimal number |
None. |
|
| TITTLE | string |
None. |
|
| tag | integer |
None. |
|
| poststatus | string |
None. |
|
| fxcurrency | string |
None. |
|
| exchangerate | decimal number |
None. |
|
| fxDebitamount | decimal number |
None. |
|
| fxCreditamount | decimal number |
None. |
|
| trcode | integer |
None. |
|
| status | string |
None. |
|
| stdtype | string |
None. |
|
| class | string |
None. |
|
| stream | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TODAY": "2025-12-18T14:42:02.7627245+03:00",
"TRDATE": "2025-12-18T14:42:02.7627245+03:00",
"ACCOUNT": "sample string 1",
"TREF": "sample string 2",
"DESCRIPT": "sample string 3",
"DEBITAMNT": 1.1,
"CREDITAMNT": 1.1,
"BAL": 1.1,
"TITTLE": "sample string 4",
"tag": 5,
"poststatus": "sample string 6",
"fxcurrency": "sample string 7",
"exchangerate": 1.1,
"fxDebitamount": 1.1,
"fxCreditamount": 1.1,
"trcode": 1,
"status": "sample string 8",
"stdtype": "sample string 9",
"class": "sample string 10",
"stream": "sample string 11"
},
{
"TODAY": "2025-12-18T14:42:02.7627245+03:00",
"TRDATE": "2025-12-18T14:42:02.7627245+03:00",
"ACCOUNT": "sample string 1",
"TREF": "sample string 2",
"DESCRIPT": "sample string 3",
"DEBITAMNT": 1.1,
"CREDITAMNT": 1.1,
"BAL": 1.1,
"TITTLE": "sample string 4",
"tag": 5,
"poststatus": "sample string 6",
"fxcurrency": "sample string 7",
"exchangerate": 1.1,
"fxDebitamount": 1.1,
"fxCreditamount": 1.1,
"trcode": 1,
"status": "sample string 8",
"stdtype": "sample string 9",
"class": "sample string 10",
"stream": "sample string 11"
}
]
application/xml, text/xml
Sample:
<ArrayOfglsttwebapi_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JANANSSBOMBOApi">
<glsttwebapi_Result>
<ACCOUNT>sample string 1</ACCOUNT>
<BAL>1.1</BAL>
<CREDITAMNT>1.1</CREDITAMNT>
<DEBITAMNT>1.1</DEBITAMNT>
<DESCRIPT>sample string 3</DESCRIPT>
<TITTLE>sample string 4</TITTLE>
<TODAY>2025-12-18T14:42:02.7627245+03:00</TODAY>
<TRDATE>2025-12-18T14:42:02.7627245+03:00</TRDATE>
<TREF>sample string 2</TREF>
<class>sample string 10</class>
<exchangerate>1.1</exchangerate>
<fxCreditamount>1.1</fxCreditamount>
<fxDebitamount>1.1</fxDebitamount>
<fxcurrency>sample string 7</fxcurrency>
<poststatus>sample string 6</poststatus>
<status>sample string 8</status>
<stdtype>sample string 9</stdtype>
<stream>sample string 11</stream>
<tag>5</tag>
<trcode>1</trcode>
</glsttwebapi_Result>
<glsttwebapi_Result>
<ACCOUNT>sample string 1</ACCOUNT>
<BAL>1.1</BAL>
<CREDITAMNT>1.1</CREDITAMNT>
<DEBITAMNT>1.1</DEBITAMNT>
<DESCRIPT>sample string 3</DESCRIPT>
<TITTLE>sample string 4</TITTLE>
<TODAY>2025-12-18T14:42:02.7627245+03:00</TODAY>
<TRDATE>2025-12-18T14:42:02.7627245+03:00</TRDATE>
<TREF>sample string 2</TREF>
<class>sample string 10</class>
<exchangerate>1.1</exchangerate>
<fxCreditamount>1.1</fxCreditamount>
<fxDebitamount>1.1</fxDebitamount>
<fxcurrency>sample string 7</fxcurrency>
<poststatus>sample string 6</poststatus>
<status>sample string 8</status>
<stdtype>sample string 9</stdtype>
<stream>sample string 11</stream>
<tag>5</tag>
<trcode>1</trcode>
</glsttwebapi_Result>
</ArrayOfglsttwebapi_Result>