POST api/{version}/v3/User/GetFilterSettingByUser

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

None.

Response Information

Resource Description

UserPowerFilterSetting_model
NameDescriptionTypeAdditional 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
}