GET api/HostelManagement/GetHostelFeeStructure

Request Information

URI Parameters

None.

Body Parameters

Collection of Hostelparam
NameDescriptionTypeAdditional information
SchoolId

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "SchoolId": 1
  },
  {
    "SchoolId": 1
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}