POST api/v3/User/GetFilterSettingByUser
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
UserPowerFilterSetting_model| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | string |
None. |
|
| OwerType | integer |
None. |
|
| FullOwner | boolean |
None. |
|
| OwnerLoan | boolean |
None. |
|
| SelfInvestment | boolean |
None. |
|
| JointVentureWithOwners | boolean |
None. |
|
| isGoodweOrg | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"userId": "sample string 1",
"owerType": 2,
"fullOwner": true,
"ownerLoan": true,
"selfInvestment": true,
"jointVentureWithOwners": true,
"isGoodweOrg": true
}