GET api/diamond/memo-detail/{UserSeq}/{InvoiceNo}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
UserSeq | integer |
Required |
|
InvoiceNo | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IssueMasterDetailDataName | Description | Type | Additional information |
---|---|---|---|
SEQ_NO | integer |
None. |
|
TRANS_DATE | date |
None. |
|
MEMO_NO | string |
None. |
|
TOTAL_CARAT | decimal number |
None. |
|
IS_CANCEL | boolean |
None. |
|
USER_SEQ | integer |
None. |
|
STONE_COUNT | integer |
None. |
|
BROKER_SEQ | integer |
None. |
|
AC_YEAR_SEQ | integer |
None. |
|
Detail | Collection of TranDetData |
None. |
Response Formats
application/json, text/json
Sample:
{ "SEQ_NO": 1, "TRANS_DATE": "2024-11-21T03:33:30.683246-05:00", "MEMO_NO": "sample string 2", "TOTAL_CARAT": 1.0, "IS_CANCEL": true, "USER_SEQ": 1, "STONE_COUNT": 1, "BROKER_SEQ": 1, "AC_YEAR_SEQ": 1, "Detail": [ { "SEQ_NO": 1, "MAS_SEQ": 1, "STOCK_SEQ": 1, "RATE": 1.0, "DISCOUNT": 1.0, "NET_RATE": 1.0, "NET_VALUE": 1.0, "CARAT": 1.0, "PACKET_NO": "sample string 2", "REPORT_NO": "sample string 3", "SHAPE_SEQ": 1, "SHAPE_NAME": "sample string 4", "COLOR_SEQ": 1, "COLOR_NAME": "sample string 5", "LAB_SEQ": 1, "LAB_NAME": "sample string 6", "STOCK_CARAT": 1.0, "CLARITY_SEQ": 1, "CLARITY_NAME": "sample string 7", "CUT_SEQ": 1, "CUT_NAME": "sample string 8", "POLISH_SEQ": 1, "POLISH_NAME": "sample string 9", "SYMM_SEQ": 1, "SYMM_NAME": "sample string 10", "FLS_SEQ": 1, "FLS_NAME": "sample string 11", "REPORT_COMMENT": "sample string 12", "KEY_TO_SYMBOLS": "sample string 13", "STOCK_RATE": 1.0, "STOCK_DISCOUNT": 1.0, "STOCK_NET_VALUE": 1.0, "STOCK_LOCATION": "sample string 14", "STOCK_STATUS": "sample string 15", "IS_SELECT": true, "IS_RETURN": true, "RETURN_AMOUNT": 1.0 }, { "SEQ_NO": 1, "MAS_SEQ": 1, "STOCK_SEQ": 1, "RATE": 1.0, "DISCOUNT": 1.0, "NET_RATE": 1.0, "NET_VALUE": 1.0, "CARAT": 1.0, "PACKET_NO": "sample string 2", "REPORT_NO": "sample string 3", "SHAPE_SEQ": 1, "SHAPE_NAME": "sample string 4", "COLOR_SEQ": 1, "COLOR_NAME": "sample string 5", "LAB_SEQ": 1, "LAB_NAME": "sample string 6", "STOCK_CARAT": 1.0, "CLARITY_SEQ": 1, "CLARITY_NAME": "sample string 7", "CUT_SEQ": 1, "CUT_NAME": "sample string 8", "POLISH_SEQ": 1, "POLISH_NAME": "sample string 9", "SYMM_SEQ": 1, "SYMM_NAME": "sample string 10", "FLS_SEQ": 1, "FLS_NAME": "sample string 11", "REPORT_COMMENT": "sample string 12", "KEY_TO_SYMBOLS": "sample string 13", "STOCK_RATE": 1.0, "STOCK_DISCOUNT": 1.0, "STOCK_NET_VALUE": 1.0, "STOCK_LOCATION": "sample string 14", "STOCK_STATUS": "sample string 15", "IS_SELECT": true, "IS_RETURN": true, "RETURN_AMOUNT": 1.0 } ] }