GET api/diamond/memo-invoice-view/{TokanNo}/{UserSeq}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
TokanNo | string |
Required |
|
UserSeq | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of IssueMasDataName | Description | Type | Additional information |
---|---|---|---|
SEQ_NO | integer |
None. |
|
TRANS_DATE | date |
None. |
|
MEMO_NO | string |
None. |
|
BOOK_SEQ | integer |
None. |
|
NAME_SEQ | integer |
None. |
|
BROKER_SEQ | integer |
None. |
|
AC_YEAR_SEQ | integer |
None. |
|
TOTAL_CARAT | decimal number |
None. |
|
IS_CANCEL | boolean |
None. |
|
USER_SEQ | integer |
None. |
|
MAS_SEQ | integer |
None. |
|
STOCK_SEQ | integer |
None. |
|
IS_RETURN | boolean |
None. |
|
CUSTOMER_NAME | string |
None. |
|
CUSTOMER_COMP_NAME | string |
None. |
|
STONE_COUNT | integer |
None. |
|
RECEIVE_TRANS_DATE | date |
None. |
|
FULL_NAME | string |
None. |
|
USER_TYPE | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "SEQ_NO": 1, "TRANS_DATE": "2024-11-21T03:38:16.5155974-05:00", "MEMO_NO": "sample string 2", "BOOK_SEQ": 1, "NAME_SEQ": 1, "BROKER_SEQ": 1, "AC_YEAR_SEQ": 1, "TOTAL_CARAT": 1.0, "IS_CANCEL": true, "USER_SEQ": 1, "MAS_SEQ": 1, "STOCK_SEQ": 1, "IS_RETURN": true, "CUSTOMER_NAME": "sample string 3", "CUSTOMER_COMP_NAME": "sample string 4", "STONE_COUNT": 1, "RECEIVE_TRANS_DATE": "2024-11-21T03:38:16.5312227-05:00", "FULL_NAME": "sample string 5", "USER_TYPE": "sample string 6" }, { "SEQ_NO": 1, "TRANS_DATE": "2024-11-21T03:38:16.5155974-05:00", "MEMO_NO": "sample string 2", "BOOK_SEQ": 1, "NAME_SEQ": 1, "BROKER_SEQ": 1, "AC_YEAR_SEQ": 1, "TOTAL_CARAT": 1.0, "IS_CANCEL": true, "USER_SEQ": 1, "MAS_SEQ": 1, "STOCK_SEQ": 1, "IS_RETURN": true, "CUSTOMER_NAME": "sample string 3", "CUSTOMER_COMP_NAME": "sample string 4", "STONE_COUNT": 1, "RECEIVE_TRANS_DATE": "2024-11-21T03:38:16.5312227-05:00", "FULL_NAME": "sample string 5", "USER_TYPE": "sample string 6" } ]