POST api/diamond/resp-own-stock-type
Request Information
URI Parameters
None.
Body Parameters
UserRequest| Name | Description | Type | Additional 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:
Response Information
Resource Description
StockType| Name | Description | Type | Additional 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"
}