POST api/trading/submit

Request Information

URI Parameters

None.

Body Parameters

TradeMas
NameDescriptionTypeAdditional 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": "2024-04-26T03:38:40.0048457-04: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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'TradeMas'.

Response Information

Resource Description

Collection of ResponseMessage
NameDescriptionTypeAdditional 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"
  }
]