POST api/GetProfileDetails
Request Information
URI Parameters
None.
Body Parameters
clsUserProfile| Name | Description | Type | Additional information |
|---|---|---|---|
| intId | integer |
None. |
|
| strEmail | string |
None. |
|
| strDisplayName | string |
None. |
|
| ErrorCode | integer |
None. |
|
| ErrorMsg | string |
None. |
|
| Type | string |
None. |
|
| bisalive | boolean |
None. |
|
| strAction | string |
None. |
|
| IntCreatedBy | integer |
None. |
|
| dteCreatedDate | date |
None. |
|
| intModifyBy | integer |
None. |
|
| dteModifyDate | date |
None. |
|
| PageNo | integer |
None. |
|
| PageSize | integer |
None. |
|
| TotalRecord | integer |
None. |
|
| ROWNUMBER | integer |
None. |
|
| strSearchText | string |
None. |
|
| orderColumn | string |
None. |
|
| orderDir | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"intId": 1,
"strEmail": "sample string 2",
"strDisplayName": "sample string 3",
"errorCode": 4,
"errorMsg": "sample string 5",
"type": "sample string 6",
"bisalive": true,
"strAction": "sample string 8",
"intCreatedBy": 1,
"dteCreatedDate": "2025-12-11T02:41:23.5257564+00:00",
"intModifyBy": 1,
"dteModifyDate": "2025-12-11T02:41:23.5257564+00:00",
"pageNo": 9,
"pageSize": 10,
"totalRecord": 11,
"rownumber": 12,
"strSearchText": "sample string 13",
"orderColumn": "sample string 14",
"orderDir": "sample string 15"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.