POST api/report/receivable-btb
Request Information
URI Parameters
None.
Body Parameters
ReportPara| Name | Description | Type | Additional information |
|---|---|---|---|
| UserSeq | integer |
None. |
|
| TokenNo | string |
None. |
|
| ReportType | string |
None. |
|
| SubType | string |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserSeq": 1,
"TokenNo": "sample string 2",
"ReportType": "sample string 3",
"SubType": "sample string 4",
"FromDate": "2025-11-06T01:41:52.0960167-05:00",
"ToDate": "2025-11-06T01:41:52.0960167-05:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseReceivableBTB| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | string |
None. |
|
| Message | string |
None. |
|
| data | Collection of VIEW_BILL_TO_BILL_RECEIVABLE_OUTSTANDING |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": "sample string 1",
"Message": "sample string 2",
"data": [
{
"SR": 1,
"SEQ_NO": 1,
"BOOK_SEQ": 1,
"BOOK_AC_SEQ": 1,
"BOOK": "sample string 2",
"P_ACCOUNT": "sample string 3",
"TRANS_DATE": "sample string 4",
"INVOICE_NO": "sample string 5",
"NAME_SEQ": 1,
"COMP_NAME": "sample string 6",
"FULL_NAME": "sample string 7",
"EMAIL_ID": "sample string 8",
"MOB_NO": "sample string 9",
"AC_YEAR_SEQ": 1,
"COMP_SEQ": 1,
"TRANS_SEQ": 1,
"AMOUNT": 1.0,
"PENDING_AMOUNT": 1.0,
"CR_DR": "sample string 10",
"CURRENCY": "sample string 11"
},
{
"SR": 1,
"SEQ_NO": 1,
"BOOK_SEQ": 1,
"BOOK_AC_SEQ": 1,
"BOOK": "sample string 2",
"P_ACCOUNT": "sample string 3",
"TRANS_DATE": "sample string 4",
"INVOICE_NO": "sample string 5",
"NAME_SEQ": 1,
"COMP_NAME": "sample string 6",
"FULL_NAME": "sample string 7",
"EMAIL_ID": "sample string 8",
"MOB_NO": "sample string 9",
"AC_YEAR_SEQ": 1,
"COMP_SEQ": 1,
"TRANS_SEQ": 1,
"AMOUNT": 1.0,
"PENDING_AMOUNT": 1.0,
"CR_DR": "sample string 10",
"CURRENCY": "sample string 11"
}
]
}