POST api/memo/history
Request Information
URI Parameters
None.
Body Parameters
ReportParaName | Description | Type | Additional information |
---|---|---|---|
UserSeq | integer |
None. |
|
TokenNo | string |
None. |
|
ReportType | string |
None. |
|
SubType | string |
None. |
|
FromDate | date |
None. |
|
ToDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserSeq": 1, "TokenNo": "sample string 2", "ReportType": "sample string 3", "SubType": "sample string 4", "FromDate": "2024-11-21T03:30:20.1335099-05:00", "ToDate": "2024-11-21T03:30:20.1335099-05:00" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
MemoDataName | Description | Type | Additional information |
---|---|---|---|
HOLD_COUNT | integer |
None. |
|
REQUEST_COUNT | integer |
None. |
|
ISSUE_COUNT | integer |
None. |
|
RECEIVED_COUNT | integer |
None. |
|
INV_LIST_TITLE | string |
None. |
|
LIST_TITLE | string |
None. |
|
LIST_SUB_TITLE | string |
None. |
|
INV_LIST | Collection of MemoReqList |
None. |
|
ORDER_STONES | Collection of HoldStone |
None. |
|
COLUMNS | Collection of MEMO_HISTORY_COLUMN |
None. |
|
STATUS | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "HOLD_COUNT": 1, "REQUEST_COUNT": 2, "ISSUE_COUNT": 3, "RECEIVED_COUNT": 4, "INV_LIST_TITLE": "sample string 5", "LIST_TITLE": "sample string 6", "LIST_SUB_TITLE": "sample string 7", "INV_LIST": [ { "SeqNo": 1, "TransNo": "sample string 2", "TransDate": "2024-11-21T03:30:20.1491313-05:00", "DueDate": "2024-11-21T03:30:20.1491313-05:00", "TotalStone": 1, "TotalCarat": 1.0, "Location": "sample string 3", "NameSeq": 1, "ConfirmBy": "sample string 4", "Name": "sample string 5", "IsCancel": true, "CompletedOrder": true }, { "SeqNo": 1, "TransNo": "sample string 2", "TransDate": "2024-11-21T03:30:20.1491313-05:00", "DueDate": "2024-11-21T03:30:20.1491313-05:00", "TotalStone": 1, "TotalCarat": 1.0, "Location": "sample string 3", "NameSeq": 1, "ConfirmBy": "sample string 4", "Name": "sample string 5", "IsCancel": true, "CompletedOrder": true } ], "ORDER_STONES": [ { "SEQ_NO": 1, "STOCK_SEQ": 1, "IS_SELECT": true, "TRANS_NO": "sample string 1", "TRANS_TYPE": "sample string 2", "DELIVERY_NO": 1, "TRANS_DATE": "2024-11-21T03:30:20.1491313-05:00", "USER_SEQ": 1, "COMP_NAME": "sample string 3", "LOCATION": "sample string 4", "PACKET_NO": "sample string 5", "REPORT_NO": "sample string 6", "LAB": "sample string 7", "SHAPE": "sample string 8", "CARAT": 1.0, "COLOR": "sample string 9", "CLARITY": "sample string 10", "CUT": "sample string 11", "POLISH": "sample string 12", "SYMM": "sample string 13", "FLS": "sample string 14", "RATE": 1.0, "DISCOUNT": 1.0, "NET_RATE": 1.0, "NET_VALUE": 1.0, "PICKUP_DATE": "2024-11-21T03:30:20.1491313-05:00", "ISSUE_SEQ": 1, "ORDER_STATUS": "sample string 15" }, { "SEQ_NO": 1, "STOCK_SEQ": 1, "IS_SELECT": true, "TRANS_NO": "sample string 1", "TRANS_TYPE": "sample string 2", "DELIVERY_NO": 1, "TRANS_DATE": "2024-11-21T03:30:20.1491313-05:00", "USER_SEQ": 1, "COMP_NAME": "sample string 3", "LOCATION": "sample string 4", "PACKET_NO": "sample string 5", "REPORT_NO": "sample string 6", "LAB": "sample string 7", "SHAPE": "sample string 8", "CARAT": 1.0, "COLOR": "sample string 9", "CLARITY": "sample string 10", "CUT": "sample string 11", "POLISH": "sample string 12", "SYMM": "sample string 13", "FLS": "sample string 14", "RATE": 1.0, "DISCOUNT": 1.0, "NET_RATE": 1.0, "NET_VALUE": 1.0, "PICKUP_DATE": "2024-11-21T03:30:20.1491313-05:00", "ISSUE_SEQ": 1, "ORDER_STATUS": "sample string 15" } ], "COLUMNS": [ { "SEQ_NO": 1, "COLUMN_NAME": "sample string 2", "CAPTION": "sample string 3", "WIDTH": 1, "VISIBLE": true, "DISPLAY_INDEX": 1, "COL_TYPE": "sample string 4" }, { "SEQ_NO": 1, "COLUMN_NAME": "sample string 2", "CAPTION": "sample string 3", "WIDTH": 1, "VISIBLE": true, "DISPLAY_INDEX": 1, "COL_TYPE": "sample string 4" } ], "STATUS": "sample string 8" }