GET Common/GetShareProfitRule?traderType={traderType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| traderType | Enum_TraderType |
Required |
Body Parameters
None.
Response Information
Resource Description
WebApiResultOfListOfSelectListItem| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
|
| message | string |
None. |
|
| code | string |
None. |
|
| data | Collection of SelectListItem |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"message": "sample string 2",
"code": "sample string 3",
"data": [
{
"Text": "sample string 1",
"Value": "sample string 2",
"Selected": true
},
{
"Text": "sample string 1",
"Value": "sample string 2",
"Selected": true
}
]
}