GET api/HostelManagement/GetHostelFeeStructureDetails

Request Information

URI Parameters

None.

Body Parameters

Collection of Hostelparam1
NameDescriptionTypeAdditional 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

Object

None.

Response Formats

application/json, text/json

Sample:
{}