PUT api/v1/hostel_RoomCheckedIn/{roomCheckedInId}/roomCheckedInId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| roomCheckedInId | integer |
Required |
Body Parameters
Hostel_RoomCheckedInVM| Name | Description | Type | Additional information |
|---|---|---|---|
| roomCheckedInId | integer |
None. |
|
| roomAllotmentId | integer |
None. |
|
| academicSessionId | integer |
None. |
|
| academicSemesterId | integer |
None. |
|
| intakedId | integer |
None. |
|
| dateCheckedIn | date |
None. |
|
| createdBy | integer |
None. |
|
| tenantId | integer |
None. |
|
| dateCreated | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"roomCheckedInId": 1,
"roomAllotmentId": 1,
"academicSessionId": 1,
"academicSemesterId": 1,
"intakedId": 1,
"dateCheckedIn": "2025-11-03T12:06:29.2765484-08:00",
"createdBy": 1,
"tenantId": 1,
"dateCreated": "2025-11-03T12:06:29.2765484-08:00"
}
application/xml, text/xml
Sample:
<Hostel_RoomCheckedInVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <academicSemesterId>1</academicSemesterId> <academicSessionId>1</academicSessionId> <createdBy>1</createdBy> <dateCheckedIn>2025-11-03T12:06:29.2765484-08:00</dateCheckedIn> <dateCreated>2025-11-03T12:06:29.2765484-08:00</dateCreated> <intakedId>1</intakedId> <roomAllotmentId>1</roomAllotmentId> <roomCheckedInId>1</roomCheckedInId> <tenantId>1</tenantId> </Hostel_RoomCheckedInVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.