POST userProfile/GetUserProfileWithURL
Request Information
URI Parameters
None.
Body Parameters
iGetUserProfileWithURLName | Description | Type | Additional information |
---|---|---|---|
UserURL | string |
None. |
|
UserRole | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserURL": "sample string 1", "UserRole": 2 }
Response Information
Resource Description
oGetUserProfileWithURLResponseName | Description | Type | Additional information |
---|---|---|---|
userProfileWithURLRecords | Collection of oGetUserProfileWithURL |
None. |
|
userSocialURLWithURLRecords | Collection of oGetUserSocialLinkWithURL |
None. |
|
userMenuListWithURLRecords | Collection of oGetUserMenuListWithURL |
None. |
|
userTitleListWithURLRecords | Collection of oGetUserTitleListWithURL |
None. |
|
userThemeListWithURLRecords | Collection of oGetUserTemplateWithURL |
None. |
|
voucherTab | string |
None. |
|
StatusCode | boolean |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "userProfileWithURLRecords": [ { "userId": "sample string 1", "userPrefix": "sample string 2", "userFirstName": "sample string 3", "userLastName": "sample string 4", "userChineseName": "sample string 5", "userDesc": "sample string 6", "userBackPhoto": "sample string 7", "userPhoto": "sample string 8", "userPopUpPhoto": "sample string 9", "userTel": "sample string 10", "userEmail": "sample string 11", "userAddrLabel": "sample string 12", "userAddrCity": "sample string 13", "userAddrState": "sample string 14", "userPostalCode": "sample string 15", "userCountry": "sample string 16", "userBirthday": "sample string 17", "userSocialLinkType": "sample string 18", "userRMK": "sample string 19" }, { "userId": "sample string 1", "userPrefix": "sample string 2", "userFirstName": "sample string 3", "userLastName": "sample string 4", "userChineseName": "sample string 5", "userDesc": "sample string 6", "userBackPhoto": "sample string 7", "userPhoto": "sample string 8", "userPopUpPhoto": "sample string 9", "userTel": "sample string 10", "userEmail": "sample string 11", "userAddrLabel": "sample string 12", "userAddrCity": "sample string 13", "userAddrState": "sample string 14", "userPostalCode": "sample string 15", "userCountry": "sample string 16", "userBirthday": "sample string 17", "userSocialLinkType": "sample string 18", "userRMK": "sample string 19" } ], "userSocialURLWithURLRecords": [ { "userSocialID": "sample string 1", "userSocialIcon": "sample string 2", "userSocialType": "sample string 3", "userSocialDisplay": "sample string 4", "userSocialUrl": "sample string 5", "userSocialTitle": "sample string 6" }, { "userSocialID": "sample string 1", "userSocialIcon": "sample string 2", "userSocialType": "sample string 3", "userSocialDisplay": "sample string 4", "userSocialUrl": "sample string 5", "userSocialTitle": "sample string 6" } ], "userMenuListWithURLRecords": [ { "userMenuTitle": "sample string 1", "userMenuIcon": "sample string 2", "userHref": "sample string 3" }, { "userMenuTitle": "sample string 1", "userMenuIcon": "sample string 2", "userHref": "sample string 3" } ], "userTitleListWithURLRecords": [ { "userTitle": "sample string 1" }, { "userTitle": "sample string 1" } ], "userThemeListWithURLRecords": [ { "cssPath": "sample string 1", "themeColor": "sample string 2", "blackTheme": 3, "classicTheme": 4, "newTheme": 5, "themeName": "sample string 6", "backgroundEnable": 7, "backgroundImage": "sample string 8", "backgroundImageEnable": 9 }, { "cssPath": "sample string 1", "themeColor": "sample string 2", "blackTheme": 3, "classicTheme": 4, "newTheme": 5, "themeName": "sample string 6", "backgroundEnable": 7, "backgroundImage": "sample string 8", "backgroundImageEnable": 9 } ], "voucherTab": "sample string 1", "StatusCode": true, "Message": "sample string 3" }