POST api/v1/hostel_RoomCheckedIn
Request Information
URI Parameters
None.
Body Parameters
Hostel_RoomCheckedInVMName | 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": "2024-11-24T08:35:47.6966938-08:00", "createdBy": 1, "tenantId": 1, "dateCreated": "2024-11-24T08:35:47.6966938-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>2024-11-24T08:35:47.6966938-08:00</dateCheckedIn> <dateCreated>2024-11-24T08:35:47.6966938-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.