POST api/trading/submit
Request Information
URI Parameters
None.
Body Parameters
TradeMasName | Description | Type | Additional information |
---|---|---|---|
SEQ_NO | integer |
None. |
|
NAME_SEQ | integer |
None. |
|
FILE_PATH | string |
None. |
|
TRANS_DATE | date |
None. |
|
USER_SEQ | integer |
None. |
|
COMP_SEQ | integer |
None. |
|
AC_YEAR_SEQ | integer |
None. |
|
REMARK | string |
None. |
|
TOKEN_NO | string |
None. |
|
COMP_NAME | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "SEQ_NO": 1, "NAME_SEQ": 1, "FILE_PATH": "sample string 2", "TRANS_DATE": "2025-01-28T17:19:39.5682447-05:00", "USER_SEQ": 1, "COMP_SEQ": 1, "AC_YEAR_SEQ": 1, "REMARK": "sample string 3", "TOKEN_NO": "sample string 4", "COMP_NAME": "sample string 5" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of ResponseMessageName | Description | Type | Additional information |
---|---|---|---|
STATUS | string |
None. |
|
MESSAGE | string |
None. |
|
VALUE | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "STATUS": "sample string 1", "MESSAGE": "sample string 2", "VALUE": "sample string 3" }, { "STATUS": "sample string 1", "MESSAGE": "sample string 2", "VALUE": "sample string 3" } ]