POST api/UserProfileInformation/UserProfile

Request Information

URI Parameters

None.

Body Parameters

UserProfileInformation
NameDescriptionTypeAdditional information
mobilePhone

string

None.

language

string

None.

textCriticalAlerts

string

None.

textDaily

string

None.

textWeekly

string

None.

textMonthly

string

None.

emailPortalUpdates

string

None.

emailDaily

string

None.

emailWeekly

string

None.

emailMonthly

string

None.

txtDaily

string

None.

txtWeekly

string

None.

txtMonthly

string

None.

emailTextDaily

string

None.

emailTextWeekly

string

None.

emailTextMonthly

string

None.

timeZoneName

string

None.

timeZoneOffSet

string

None.

userId

integer

None.

userType

string

None.

userName

string

None.

firstName

string

None.

middleName

string

None.

lastName

string

None.

displayName

string

None.

department

string

None.

title

string

None.

emailAddress

string

None.

alternateEmail

string

None.

biography

string

None.

profileImageUrl

string

None.

franchiseeId

integer

None.

storeId

integer

None.

notify

boolean

None.

statusId

integer

None.

status

string

None.

adminNotes

string

None.

emailSubscriptionId

string

None.

smsSubscriptionId

string

None.

preferenceId

string

None.

contactId

string

None.

preferredEmail

string

None.

cellphoneCountryCode

string

None.

textMeForCriticalAlerts

string

None.

emailMeForCriticalAlerts

string

None.

currentPassword

string

None.

newPassword

string

None.

confirmPassword

string

None.

Request Formats

application/json, text/json

Sample:
{
  "mobilePhone": "sample string 1",
  "language": "sample string 2",
  "textCriticalAlerts": "sample string 3",
  "textDaily": "sample string 4",
  "textWeekly": "sample string 5",
  "textMonthly": "sample string 6",
  "emailPortalUpdates": "sample string 7",
  "emailDaily": "sample string 8",
  "emailWeekly": "sample string 9",
  "emailMonthly": "sample string 10",
  "txtDaily": "sample string 11",
  "txtWeekly": "sample string 12",
  "txtMonthly": "sample string 13",
  "emailTextDaily": "sample string 14",
  "emailTextWeekly": "sample string 15",
  "emailTextMonthly": "sample string 16",
  "timeZoneName": "sample string 17",
  "timeZoneOffSet": "sample string 18",
  "userId": 19,
  "userType": "sample string 20",
  "userName": "sample string 21",
  "firstName": "sample string 22",
  "middleName": "sample string 23",
  "lastName": "sample string 24",
  "displayName": "sample string 25",
  "department": "sample string 26",
  "title": "sample string 27",
  "emailAddress": "sample string 28",
  "alternateEmail": "sample string 29",
  "biography": "sample string 30",
  "profileImageUrl": "sample string 31",
  "franchiseeId": 32,
  "storeId": 33,
  "notify": true,
  "statusId": 35,
  "status": "sample string 36",
  "adminNotes": "sample string 37",
  "emailSubscriptionId": "sample string 38",
  "smsSubscriptionId": "sample string 39",
  "preferenceId": "sample string 40",
  "contactId": "sample string 41",
  "preferredEmail": "sample string 42",
  "cellphoneCountryCode": "sample string 43",
  "textMeForCriticalAlerts": "sample string 44",
  "emailMeForCriticalAlerts": "sample string 45",
  "currentPassword": "sample string 46",
  "newPassword": "sample string 47",
  "confirmPassword": "sample string 48"
}

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.