GET api/genldgr_ac?DbName={DbName}&AcId={AcId}&Demo={Demo}&Fdt={Fdt}&Tdt={Tdt}&OrderBy={OrderBy}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DbName | string |
None. |
|
| AcId | integer |
None. |
|
| Demo | boolean |
None. |
|
| Fdt | date |
None. |
|
| Tdt | date |
None. |
|
| OrderBy | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of genldgr_ac| Name | Description | Type | Additional information |
|---|---|---|---|
| TRANDT | string |
None. |
|
| TRANTYPE | string |
None. |
|
| TRANNO | string |
None. |
|
| DESCREM | string |
None. |
|
| CRAMT | decimal number |
None. |
|
| DBAMT | decimal number |
None. |
|
| BALAMT | decimal number |
None. |
|
| BALCRDB | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TRANDT": "sample string 1",
"TRANTYPE": "sample string 2",
"TRANNO": "sample string 3",
"DESCREM": "sample string 4",
"CRAMT": 1.0,
"DBAMT": 1.0,
"BALAMT": 1.0,
"BALCRDB": "sample string 5"
},
{
"TRANDT": "sample string 1",
"TRANTYPE": "sample string 2",
"TRANNO": "sample string 3",
"DESCREM": "sample string 4",
"CRAMT": 1.0,
"DBAMT": 1.0,
"BALAMT": 1.0,
"BALCRDB": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfgenldgr_ac xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ControllerLibrary">
<genldgr_ac>
<BALAMT>1</BALAMT>
<BALCRDB>sample string 5</BALCRDB>
<CRAMT>1</CRAMT>
<DBAMT>1</DBAMT>
<DESCREM>sample string 4</DESCREM>
<TRANDT>sample string 1</TRANDT>
<TRANNO>sample string 3</TRANNO>
<TRANTYPE>sample string 2</TRANTYPE>
</genldgr_ac>
<genldgr_ac>
<BALAMT>1</BALAMT>
<BALCRDB>sample string 5</BALCRDB>
<CRAMT>1</CRAMT>
<DBAMT>1</DBAMT>
<DESCREM>sample string 4</DESCREM>
<TRANDT>sample string 1</TRANDT>
<TRANNO>sample string 3</TRANNO>
<TRANTYPE>sample string 2</TRANTYPE>
</genldgr_ac>
</ArrayOfgenldgr_ac>