POST api/UserProfileInformation/ReportingPreferenceGet

Request Information

URI Parameters

None.

Body Parameters

ReportingPreferenceParam
NameDescriptionTypeAdditional information
userName

string

None.

userId

integer

None.

language

string

None.

isApproved

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "userName": "sample string 1",
  "userId": 2,
  "language": "sample string 3",
  "isApproved": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.