PUT api/UserInfoes/UpdateProfile?id={id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

UserInfo
NameDescriptionTypeAdditional information
Id

integer

None.

UserType

integer

None.

Name

string

None.

Email

string

None.

Phone

string

None.

Password

string

None.

CountryId

integer

None.

StateId

integer

None.

CityId

integer

None.

Address

string

None.

OwnerId

integer

None.

InstituteId

integer

None.

CompanyId

integer

None.

Designation

string

None.

ReferredBy

integer

None.

OrganizedBy

integer

None.

ActiveStatus

boolean

None.

ApprovedStatus

boolean

None.

VerificationStatus

boolean

None.

CreatedAt

date

None.

UpdatedAt

date

None.

DeletedAt

date

None.

DeletedBy

integer

None.

CreatedBy

integer

None.

UpdatedBy

integer

None.

DeletedStatus

boolean

None.

ProfilePic

string

None.

PassingYear

integer

None.

NIDNumber

string

None.

NIDCopy

string

None.

RegistartionNumber

string

None.

HighestDegreeId

integer

None.

LoginHistories

Collection of LoginHistory

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "UserType": 2,
  "Name": "sample string 3",
  "Email": "sample string 4",
  "Phone": "sample string 5",
  "Password": "sample string 6",
  "CountryId": 7,
  "StateId": 8,
  "CityId": 9,
  "Address": "sample string 10",
  "OwnerId": 11,
  "InstituteId": 12,
  "CompanyId": 13,
  "Designation": "sample string 14",
  "ReferredBy": 15,
  "OrganizedBy": 16,
  "ActiveStatus": true,
  "ApprovedStatus": true,
  "VerificationStatus": true,
  "CreatedAt": "2025-12-06T10:22:04.0444481+06:00",
  "UpdatedAt": "2025-12-06T10:22:04.0444481+06:00",
  "DeletedAt": "2025-12-06T10:22:04.0444481+06:00",
  "DeletedBy": 22,
  "CreatedBy": 23,
  "UpdatedBy": 24,
  "DeletedStatus": true,
  "ProfilePic": "sample string 26",
  "PassingYear": 27,
  "NIDNumber": "sample string 28",
  "NIDCopy": "sample string 29",
  "RegistartionNumber": "sample string 30",
  "HighestDegreeId": 31,
  "LoginHistories": [
    {
      "Id": 1,
      "UserInfoId": 2,
      "IMEI": "sample string 3",
      "FcmToken": "sample string 4",
      "Password": "sample string 5",
      "IP": "sample string 6",
      "CountryCode": "sample string 7",
      "City": "sample string 8",
      "LoggedInStatus": true,
      "CreatedAt": "2025-12-06T10:22:04.0444481+06:00",
      "UpdatedAt": "2025-12-06T10:22:04.0444481+06:00"
    },
    {
      "Id": 1,
      "UserInfoId": 2,
      "IMEI": "sample string 3",
      "FcmToken": "sample string 4",
      "Password": "sample string 5",
      "IP": "sample string 6",
      "CountryCode": "sample string 7",
      "City": "sample string 8",
      "LoggedInStatus": true,
      "CreatedAt": "2025-12-06T10:22:04.0444481+06:00",
      "UpdatedAt": "2025-12-06T10:22:04.0444481+06:00"
    }
  ]
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.