POST api/v{version}/Fees/GetOtherFees
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
SchoolFeeCollectionBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DistrictId | string |
Required |
|
| SiteId | string |
None. |
|
| Title | string |
None. |
|
| CategoryId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DistrictId": "sample string 1",
"SiteId": "sample string 2",
"Title": "sample string 3",
"CategoryId": 4
}
application/xml, text/xml
Sample:
<SchoolFeeCollectionBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/K12.Shared.Models"> <CategoryId>4</CategoryId> <DistrictId>sample string 1</DistrictId> <SiteId>sample string 2</SiteId> <Title>sample string 3</Title> </SchoolFeeCollectionBindingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.