POST api/diamond/resp-own-stock-type

Request Information

URI Parameters

None.

Body Parameters

UserRequest
NameDescriptionTypeAdditional information
UserSeq

integer

None.

UserUId

globally unique identifier

None.

TokenNo

string

None.

seqNo

integer

None.

value

string

None.

Code

string

None.

Type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserSeq": 1,
  "UserUId": "d06c2067-da8f-4a30-8846-878be64b44ec",
  "TokenNo": "sample string 3",
  "seqNo": 4,
  "value": "sample string 5",
  "Code": "sample string 6",
  "Type": "sample string 7"
}

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

Response Information

Resource Description

StockType
NameDescriptionTypeAdditional information
SEQ_NO

integer

None.

STOCK_PROVIDER

string

String length: inclusive between 0 and 50

PROVIDER_CAPTION

string

None.

STOCK_FROM

string

None.

IS_ACTIVE

boolean

String length: inclusive between 0 and 50

CVD_TYPE

string

None.

Response Formats

application/json, text/json

Sample:
{
  "SEQ_NO": 1,
  "STOCK_PROVIDER": "sample string 2",
  "PROVIDER_CAPTION": "sample string 3",
  "STOCK_FROM": "sample string 4",
  "IS_ACTIVE": true,
  "CVD_TYPE": "sample string 5"
}