POST api/{version}/v3/User/SaveFilterSettingByUser
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
DUserPowerFilterSetting_model| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | string |
None. |
|
| OwerType | integer |
None. |
|
| FullOwner | boolean |
None. |
|
| OwnerLoan | boolean |
None. |
|
| SelfInvestment | boolean |
None. |
|
| JointVentureWithOwners | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"userId": "sample string 1",
"owerType": 2,
"fullOwner": true,
"ownerLoan": true,
"selfInvestment": true,
"jointVentureWithOwners": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true