POST api/cart/notify-alert

Request Information

URI Parameters

None.

Body Parameters

UserToken
NameDescriptionTypeAdditional information
USER_SEQ

integer

None.

TOKAN_NO

string

None.

SEQ_NO

integer

None.

TRANS_NO

integer

None.

CONFIRM

boolean

None.

VALUE

string

None.

Request Formats

application/json, text/json

Sample:
{
  "USER_SEQ": 1,
  "TOKAN_NO": "sample string 2",
  "SEQ_NO": 3,
  "TRANS_NO": 4,
  "CONFIRM": true,
  "VALUE": "sample string 6"
}

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

Response Information

Resource Description

ResponseNotifyAlert
NameDescriptionTypeAdditional information
STATUS

string

None.

MESSAGE

string

None.

DATA

Collection of NotifyAlertData

None.

Response Formats

application/json, text/json

Sample:
{
  "STATUS": "sample string 1",
  "MESSAGE": "sample string 2",
  "DATA": [
    {
      "SEQ_NO": 1,
      "TRANS_NO": "sample string 2",
      "TRANS_TYPE": "sample string 3",
      "TRANS_NAME": "sample string 4",
      "REMARK": "sample string 5",
      "REDIRECT_LINK": "sample string 6",
      "TRANS_DATE": "2024-04-18T22:34:19.194436-04:00",
      "USER_SEQ": 1,
      "CLOSED": true
    },
    {
      "SEQ_NO": 1,
      "TRANS_NO": "sample string 2",
      "TRANS_TYPE": "sample string 3",
      "TRANS_NAME": "sample string 4",
      "REMARK": "sample string 5",
      "REDIRECT_LINK": "sample string 6",
      "TRANS_DATE": "2024-04-18T22:34:19.194436-04:00",
      "USER_SEQ": 1,
      "CLOSED": true
    }
  ]
}