GET api/JANANSSBOMBO/viewbalancebrief
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of balancebrief| Name | Description | Type | Additional information |
|---|---|---|---|
| ACCOUNT | string |
None. |
|
| TITTLE | string |
None. |
|
| BALANCE | decimal number |
None. |
|
| keyfield | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ACCOUNT": "sample string 1",
"TITTLE": "sample string 2",
"BALANCE": 1.1,
"keyfield": 3
},
{
"ACCOUNT": "sample string 1",
"TITTLE": "sample string 2",
"BALANCE": 1.1,
"keyfield": 3
}
]
application/xml, text/xml
Sample:
<ArrayOfbalancebrief xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JANANSSBOMBOApi">
<balancebrief>
<ACCOUNT>sample string 1</ACCOUNT>
<BALANCE>1.1</BALANCE>
<TITTLE>sample string 2</TITTLE>
<keyfield>3</keyfield>
</balancebrief>
<balancebrief>
<ACCOUNT>sample string 1</ACCOUNT>
<BALANCE>1.1</BALANCE>
<TITTLE>sample string 2</TITTLE>
<keyfield>3</keyfield>
</balancebrief>
</ArrayOfbalancebrief>