GET api/report/partywisepurchase-report/{USER_SEQ}/{TOKAN_NO}/{NAME_SEQ}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| USER_SEQ | integer |
Required |
|
| TOKAN_NO | string |
Required |
|
| NAME_SEQ | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponsePartyWisePurchaseReport| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | string |
None. |
|
| Message | string |
None. |
|
| data | Collection of VIEW_PARTY_WISE_PURCHASES |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": "sample string 1",
"Message": "sample string 2",
"data": [
{
"SR": 1,
"SEQ_NO": 1,
"TRANS_DATE": "2025-12-02T15:46:49.3126157-05:00",
"DUE_DATE": "2025-12-02T15:46:49.3126157-05:00",
"INVOICE_NO": "sample string 2",
"NAME_SEQ": 1,
"COMP_NAME": "sample string 3",
"FULL_NAME": "sample string 4",
"TERM_NAME": "sample string 5",
"AC_YEAR_SEQ": 1,
"BOOK_SEQ": 1,
"BROKER_SEQ": 1,
"TERMS_SEQ": 1,
"CURRENCY": "sample string 6",
"EXCH_RATE": 1.0,
"LESS_1": 1.0,
"LESS_2": 1.0,
"ADD_1": 1.0,
"ADD_2": 1.0,
"TOTAL_CARAT": 1.0,
"NET_VALUE": 1.0,
"FINAL_VALUE": 1.0
},
{
"SR": 1,
"SEQ_NO": 1,
"TRANS_DATE": "2025-12-02T15:46:49.3126157-05:00",
"DUE_DATE": "2025-12-02T15:46:49.3126157-05:00",
"INVOICE_NO": "sample string 2",
"NAME_SEQ": 1,
"COMP_NAME": "sample string 3",
"FULL_NAME": "sample string 4",
"TERM_NAME": "sample string 5",
"AC_YEAR_SEQ": 1,
"BOOK_SEQ": 1,
"BROKER_SEQ": 1,
"TERMS_SEQ": 1,
"CURRENCY": "sample string 6",
"EXCH_RATE": 1.0,
"LESS_1": 1.0,
"LESS_2": 1.0,
"ADD_1": 1.0,
"ADD_2": 1.0,
"TOTAL_CARAT": 1.0,
"NET_VALUE": 1.0,
"FINAL_VALUE": 1.0
}
]
}