POST api/v1/hostel_RoomCheckedIn

Request Information

URI Parameters

None.

Body Parameters

Hostel_RoomCheckedInVM
NameDescriptionTypeAdditional 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": "2024-09-19T09:38:20.5575025-07:00",
  "createdBy": 1,
  "tenantId": 1,
  "dateCreated": "2024-09-19T09:38:20.5575025-07: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>2024-09-19T09:38:20.5575025-07:00</dateCheckedIn>
  <dateCreated>2024-09-19T09:38:20.5575025-07: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

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.