GET api/report/diamondwisepurchase-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
ResponseDiamondWisePurchasesReport| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | string |
None. |
|
| Message | string |
None. |
|
| data | Collection of VIEW_DIAMOND_WISE_PURCHASES |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": "sample string 1",
"Message": "sample string 2",
"data": [
{
"SEQ_NO": 1,
"TRANS_DATE": "2025-12-02T16:22:33.6448594-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",
"HA": "sample string 16",
"SHADE": "sample string 17",
"RATE": 1.0,
"VALUE": 1.0,
"DISCOUNT": 1.0,
"NET_RATE": 1.0,
"NET_VALUE": 1.0,
"LENGTH": 1.0,
"WIDTH": 1.0,
"DEPTH": 1.0,
"TABLE_PER": 1.0,
"DEPTH_PER": 1.0,
"CR_ANGLE": 1.0,
"CR_HEIGHT": 1.0,
"PAV_ANGLE": 1.0,
"PAV_HEIGHT": 1.0,
"CULET": "sample string 18",
"GIRDLE_COND": "sample string 19",
"GIRDLE_PER": 1.0,
"EYE_CLEAN": "sample string 20",
"REPORT_COMMENT": "sample string 21",
"KEY_TO_SYMBOLS": "sample string 22",
"LOCATION": "sample string 23",
"RATIO": 1.0,
"BROWN": "sample string 24",
"TABLE_INCL": "sample string 25",
"SIDE_INCL": "sample string 26",
"TABLE_BLACK": "sample string 27",
"SIDE_BLACK": "sample string 28",
"SIDE_OPEN": "sample string 29",
"TABLE_OPEN": "sample string 30",
"EXTRA_FACET": "sample string 31",
"LUSTER": "sample string 32",
"STAR_LENGTH": 1.0
},
{
"SEQ_NO": 1,
"TRANS_DATE": "2025-12-02T16:22:33.6448594-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",
"HA": "sample string 16",
"SHADE": "sample string 17",
"RATE": 1.0,
"VALUE": 1.0,
"DISCOUNT": 1.0,
"NET_RATE": 1.0,
"NET_VALUE": 1.0,
"LENGTH": 1.0,
"WIDTH": 1.0,
"DEPTH": 1.0,
"TABLE_PER": 1.0,
"DEPTH_PER": 1.0,
"CR_ANGLE": 1.0,
"CR_HEIGHT": 1.0,
"PAV_ANGLE": 1.0,
"PAV_HEIGHT": 1.0,
"CULET": "sample string 18",
"GIRDLE_COND": "sample string 19",
"GIRDLE_PER": 1.0,
"EYE_CLEAN": "sample string 20",
"REPORT_COMMENT": "sample string 21",
"KEY_TO_SYMBOLS": "sample string 22",
"LOCATION": "sample string 23",
"RATIO": 1.0,
"BROWN": "sample string 24",
"TABLE_INCL": "sample string 25",
"SIDE_INCL": "sample string 26",
"TABLE_BLACK": "sample string 27",
"SIDE_BLACK": "sample string 28",
"SIDE_OPEN": "sample string 29",
"TABLE_OPEN": "sample string 30",
"EXTRA_FACET": "sample string 31",
"LUSTER": "sample string 32",
"STAR_LENGTH": 1.0
}
]
}