GET api/unadj_cr_note?DbName={DbName}&AcId={AcId}&Demo={Demo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DbName | string |
None. |
|
| AcId | integer |
None. |
|
| Demo | boolean |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of unadj_cr_note| Name | Description | Type | Additional information |
|---|---|---|---|
| TBL_ID | integer |
None. |
|
| AC_ID | integer |
None. |
|
| AC_NM | string |
None. |
|
| AC_CODE | string |
None. |
|
| TRAN_DESC | string |
None. |
|
| TRAN_NO | string |
None. |
|
| TRAN_DT | string |
None. |
|
| DUE_DT | string |
None. |
|
| BILLCHQCH | string |
None. |
|
| NET_AMT | decimal number |
None. |
|
| RCVD_AMT | decimal number |
None. |
|
| PENDDAY | integer |
None. |
|
| REMARK | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TBL_ID": 1,
"AC_ID": 1,
"AC_NM": "sample string 1",
"AC_CODE": "sample string 2",
"TRAN_DESC": "sample string 3",
"TRAN_NO": "sample string 4",
"TRAN_DT": "sample string 5",
"DUE_DT": "sample string 6",
"BILLCHQCH": "sample string 7",
"NET_AMT": 1.0,
"RCVD_AMT": 1.0,
"PENDDAY": 1,
"REMARK": "sample string 8"
},
{
"TBL_ID": 1,
"AC_ID": 1,
"AC_NM": "sample string 1",
"AC_CODE": "sample string 2",
"TRAN_DESC": "sample string 3",
"TRAN_NO": "sample string 4",
"TRAN_DT": "sample string 5",
"DUE_DT": "sample string 6",
"BILLCHQCH": "sample string 7",
"NET_AMT": 1.0,
"RCVD_AMT": 1.0,
"PENDDAY": 1,
"REMARK": "sample string 8"
}
]
application/xml, text/xml
Sample:
<ArrayOfunadj_cr_note xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ControllerLibrary">
<unadj_cr_note>
<AC_CODE>sample string 2</AC_CODE>
<AC_ID>1</AC_ID>
<AC_NM>sample string 1</AC_NM>
<BILLCHQCH>sample string 7</BILLCHQCH>
<DUE_DT>sample string 6</DUE_DT>
<NET_AMT>1</NET_AMT>
<PENDDAY>1</PENDDAY>
<RCVD_AMT>1</RCVD_AMT>
<REMARK>sample string 8</REMARK>
<TBL_ID>1</TBL_ID>
<TRAN_DESC>sample string 3</TRAN_DESC>
<TRAN_DT>sample string 5</TRAN_DT>
<TRAN_NO>sample string 4</TRAN_NO>
</unadj_cr_note>
<unadj_cr_note>
<AC_CODE>sample string 2</AC_CODE>
<AC_ID>1</AC_ID>
<AC_NM>sample string 1</AC_NM>
<BILLCHQCH>sample string 7</BILLCHQCH>
<DUE_DT>sample string 6</DUE_DT>
<NET_AMT>1</NET_AMT>
<PENDDAY>1</PENDDAY>
<RCVD_AMT>1</RCVD_AMT>
<REMARK>sample string 8</REMARK>
<TBL_ID>1</TBL_ID>
<TRAN_DESC>sample string 3</TRAN_DESC>
<TRAN_DT>sample string 5</TRAN_DT>
<TRAN_NO>sample string 4</TRAN_NO>
</unadj_cr_note>
</ArrayOfunadj_cr_note>