POST api/{version}/v3/User/GetFilterSettingByUser
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
UserPowerFilterSetting_modelName | 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 }