POST api/v3/User/SaveFilterSettingByUser

Request Information

URI Parameters

None.

Body Parameters

DUserPowerFilterSetting_model
NameDescriptionTypeAdditional 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

boolean

Response Formats

application/json, text/json

Sample:
true