POST api/SalesMarketing/UserPreference/AddUpdate
Request Information
URI Parameters
None.
Body Parameters
UserPreferenceDatabase| Name | Description | Type | Additional 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": "2025-11-30T18:46:02.7518163-05:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1