POST api/memo/memo-from-request

Request Information

URI Parameters

None.

Body Parameters

ListRequest
NameDescriptionTypeAdditional information
USER_SEQ

integer

None.

TOKEN_NO

string

None.

NAME_SEQ

integer

None.

BROKER_SEQ

integer

None.

COMMENT

string

None.

CONTACT_NAME

string

None.

CONTACT_NO

string

None.

LOCATION

string

None.

DET_SEQ

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "USER_SEQ": 1,
  "TOKEN_NO": "sample string 2",
  "NAME_SEQ": 3,
  "BROKER_SEQ": 4,
  "COMMENT": "sample string 5",
  "CONTACT_NAME": "sample string 6",
  "CONTACT_NO": "sample string 7",
  "LOCATION": "sample string 8",
  "DET_SEQ": [
    1,
    2
  ]
}

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 'ListRequest'.

Response Information

Resource Description

ResponseUpdateStock
NameDescriptionTypeAdditional information
STATUS

string

None.

MESSAGE

string

None.

VALUE

string

None.

LocalApi

string

None.

ConfirmApi

string

None.

RESPONSE

Collection of ResponseMessage

None.

TRANS_NO

string

None.

Response Formats

application/json, text/json

Sample:
{
  "STATUS": "sample string 1",
  "MESSAGE": "sample string 2",
  "VALUE": "sample string 3",
  "LocalApi": "sample string 4",
  "ConfirmApi": "sample string 5",
  "RESPONSE": [
    {
      "STATUS": "sample string 1",
      "MESSAGE": "sample string 2",
      "VALUE": "sample string 3"
    },
    {
      "STATUS": "sample string 1",
      "MESSAGE": "sample string 2",
      "VALUE": "sample string 3"
    }
  ],
  "TRANS_NO": "sample string 6"
}