GET api/report/diamondwisesales-report/{USER_SEQ}/{TOKAN_NO}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| USER_SEQ | integer |
Required |
|
| TOKAN_NO | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseDiamondWiseSalesReport| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | string |
None. |
|
| Message | string |
None. |
|
| data | Collection of VIEW_DIAMOND_WISE_SALE |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": "sample string 1",
"Message": "sample string 2",
"data": [
{
"SEQ_NO": 1,
"TRANS_DATE": "2025-12-02T15:46:32.3280984-05:00",
"INVOICE_NO": "sample string 2",
"SR": 1,
"GROUP_NAME": "sample string 3",
"COMP_NAME": "sample string 4",
"POINTER": "sample string 5",
"PACKET_NO": "sample string 6",
"REPORT_NO": "sample string 7",
"SHAPE": "sample string 8",
"CARAT": 1.0,
"LAB": "sample string 9",
"COLOR": "sample string 10",
"CLARITY": "sample string 11",
"CUT": "sample string 12",
"POLISH": "sample string 13",
"SYMM": "sample string 14",
"FLS": "sample string 15",
"LENGTH": 1.0,
"WIDTH": 1.0,
"DEPTH": 1.0,
"DISCOUNT": 1.0,
"NET_VALUE": 1.0,
"FINAL_DISCOUNT": 1.0,
"PAYABLE_AMOUNT": 1.0
},
{
"SEQ_NO": 1,
"TRANS_DATE": "2025-12-02T15:46:32.3280984-05:00",
"INVOICE_NO": "sample string 2",
"SR": 1,
"GROUP_NAME": "sample string 3",
"COMP_NAME": "sample string 4",
"POINTER": "sample string 5",
"PACKET_NO": "sample string 6",
"REPORT_NO": "sample string 7",
"SHAPE": "sample string 8",
"CARAT": 1.0,
"LAB": "sample string 9",
"COLOR": "sample string 10",
"CLARITY": "sample string 11",
"CUT": "sample string 12",
"POLISH": "sample string 13",
"SYMM": "sample string 14",
"FLS": "sample string 15",
"LENGTH": 1.0,
"WIDTH": 1.0,
"DEPTH": 1.0,
"DISCOUNT": 1.0,
"NET_VALUE": 1.0,
"FINAL_DISCOUNT": 1.0,
"PAYABLE_AMOUNT": 1.0
}
]
}