PUT api/LoginHistories?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
LoginHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| UserInfoId | integer |
None. |
|
| IMEI | string |
None. |
|
| FcmToken | string |
None. |
|
| Password | string |
None. |
|
| IP | string |
None. |
|
| CountryCode | string |
None. |
|
| City | string |
None. |
|
| LoggedInStatus | boolean |
None. |
|
| CreatedAt | date |
None. |
|
| UpdatedAt | date |
None. |
|
| UserInfo | UserInfo |
None. |
Request Formats
application/json, text/json
Sample:
{
"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": "2026-02-01T09:58:00.772677+06:00",
"UpdatedAt": "2026-02-01T09:58:00.772677+06:00",
"UserInfo": {
"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": "2026-02-01T09:58:00.7883034+06:00",
"UpdatedAt": "2026-02-01T09:58:00.7883034+06:00",
"DeletedAt": "2026-02-01T09:58:00.7883034+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": []
}
}
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
None.