GET api/HostelManagement/GetHostelFeeStructureDetails
Request Information
URI Parameters
None.
Body Parameters
Collection of Hostelparam1Name | Description | Type | Additional information |
---|---|---|---|
SchoolId | integer |
None. |
|
RoomTypeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
[ { "SchoolId": 1, "RoomTypeId": 2 }, { "SchoolId": 1, "RoomTypeId": 2 } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}