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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

None.

Response Information

Resource Description

UserSetting_model
NameDescriptionTypeAdditional information
userId

string

None.

userType

UserType

None.

OrgId

string

None.

OwerType

integer

None.

FullOwner

boolean

None.

OwnerLoan

boolean

None.

SelfInvestment

boolean

None.

JointVentureWithOwners

boolean

None.

WeatherMark

boolean

None.

WeatherLong

string

None.

WeatherLat

string

None.

WeatherAddres

string

None.

WeatherAdcode

string

None.

Response Formats

application/json, text/json

Sample:
{
  "userId": "sample string 1",
  "userType": 0,
  "orgId": "sample string 2",
  "owerType": 3,
  "fullOwner": true,
  "ownerLoan": true,
  "selfInvestment": true,
  "jointVentureWithOwners": true,
  "weatherMark": true,
  "weatherLong": "sample string 9",
  "weatherLat": "sample string 10",
  "weatherAddres": "sample string 11",
  "weatherAdcode": "sample string 12"
}