POST user/UpdateUserProfile

Request Information

URI Parameters

None.

Body Parameters

iUpdateUserProfile
NameDescriptionTypeAdditional information
socialLinkId

globally unique identifier

None.

userId

globally unique identifier

None.

prefix

string

None.

firstName

string

None.

lastName

string

None.

chineseName

string

None.

userEmail

string

None.

userTel

string

None.

userPhoto

string

None.

userCoverPhoto

string

None.

address

string

None.

addressCity

string

None.

addressState

string

None.

addressPostcode

string

None.

country

string

None.

userDOB

string

None.

userTitle

string

None.

createdId

string

None.

companyName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "socialLinkId": "fc51d9b9-ce62-4ce6-b6e7-b5510a870adb",
  "userId": "7156d3ec-b284-41f0-b262-a8def9dd2221",
  "prefix": "sample string 3",
  "firstName": "sample string 4",
  "lastName": "sample string 5",
  "chineseName": "sample string 6",
  "userEmail": "sample string 7",
  "userTel": "sample string 8",
  "userPhoto": "sample string 9",
  "userCoverPhoto": "sample string 10",
  "address": "sample string 11",
  "addressCity": "sample string 12",
  "addressState": "sample string 13",
  "addressPostcode": "sample string 14",
  "country": "sample string 15",
  "userDOB": "sample string 16",
  "userTitle": "sample string 17",
  "createdId": "sample string 18",
  "companyName": "sample string 19"
}

Response Information

Resource Description

oResult
NameDescriptionTypeAdditional information
StatusCode

boolean

None.

Message

string

None.

lang

string

None.

RefNo

string

None.

Records

Collection of Object

None.

userMenu

Collection of Object

None.

MasterData

Collection of Object

None.

DetailData

Collection of Object

None.

InfoData

Collection of Object

None.

DownloadDashboard

Collection of Object

None.

ScanDashboard

Collection of Object

None.

SocialLinkDashboard

Collection of Object

None.

DownloadGraph

Collection of Object

None.

ScanGraph

Collection of Object

None.

SocialLinkGraph

Collection of Object

None.

SumDetailDashboard

Collection of Object

None.

Title

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{
  "StatusCode": true,
  "Message": "sample string 2",
  "lang": "sample string 3",
  "RefNo": "sample string 4",
  "Records": [
    {},
    {}
  ],
  "userMenu": [
    {},
    {}
  ],
  "MasterData": [
    {},
    {}
  ],
  "DetailData": [
    {},
    {}
  ],
  "InfoData": [
    {},
    {}
  ],
  "DownloadDashboard": [
    {},
    {}
  ],
  "ScanDashboard": [
    {},
    {}
  ],
  "SocialLinkDashboard": [
    {},
    {}
  ],
  "DownloadGraph": [
    {},
    {}
  ],
  "ScanGraph": [
    {},
    {}
  ],
  "SocialLinkGraph": [
    {},
    {}
  ],
  "SumDetailDashboard": [
    {},
    {}
  ],
  "Title": [
    {},
    {}
  ]
}