GET api/HostelManagement/SaveHostelFeeStructure
Request Information
URI Parameters
None.
Body Parameters
Collection of FStructureName | Description | Type | Additional information |
---|---|---|---|
HostelFeeStructureId | integer |
None. |
|
SchoolId | integer |
None. |
|
FeeStructureName | string |
None. |
|
Status | integer |
None. |
|
UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
[ { "HostelFeeStructureId": 1, "SchoolId": 2, "FeeStructureName": "sample string 3", "Status": 4, "UserId": 5 }, { "HostelFeeStructureId": 1, "SchoolId": 2, "FeeStructureName": "sample string 3", "Status": 4, "UserId": 5 } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}