POST api/purchase/purchase-account-list

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

string

Response Formats

application/json, text/json

Sample:
"sample string 1"