POST api/SalesMarketing/UserPreference/AddUpdate

Request Information

URI Parameters

None.

Body Parameters

UserPreferenceDatabase
NameDescriptionTypeAdditional information
Id

integer

None.

ApplicationId

integer

None.

UserPreferenceTypeId

integer

None.

Username

string

None.

UserPreferenceValue

string

None.

LastUpdate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ApplicationId": 2,
  "UserPreferenceTypeId": 3,
  "Username": "sample string 4",
  "UserPreferenceValue": "sample string 5",
  "LastUpdate": "2024-12-22T17:20:39.9776818-05:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1