POST Api/FeeMaster/getFeeType
Request Information
URI Parameters
None.
Body Parameters
PAL_FeeMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| feeType | string |
None. |
|
| schoolId | string |
None. |
|
| feeTypeId | string |
None. |
|
| amount | string |
None. |
|
| stdClass | integer |
None. |
|
| due | integer |
None. |
|
| dueDay | integer |
None. |
|
| opCode | integer |
None. |
|
| isException | boolean |
None. |
|
| exceptionMessage | string |
None. |
|
| DS | DataSet |
None. |
|
| id | string |
None. |
|
| strId | string |
None. |
|
| userId | integer |
None. |
|
| status | integer |
None. |
|
| message | string |
None. |
|
| responseValue | DataSet |
None. |
Request Formats
application/json, text/json
Sample:
{
"feeType": "sample string 1",
"schoolId": "sample string 2",
"feeTypeId": "sample string 3",
"amount": "sample string 4",
"stdClass": 5,
"due": 6,
"dueDay": 7,
"opCode": 8,
"isException": true,
"exceptionMessage": "sample string 10",
"ds": null,
"id": "sample string 11",
"strId": "sample string 12",
"userId": 13,
"status": 14,
"message": "sample string 15",
"responseValue": {}
}
application/xml, text/xml
Sample:
<PAL_FeeMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SchoolSolutionAPI.Models">
<DS i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/DLLUtility" />
<exceptionMessage xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 10</exceptionMessage>
<id xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 11</id>
<isException xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">true</isException>
<message xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 15</message>
<opCode xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">8</opCode>
<responseValue xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">
<xs:schema id="sample_x0020_string_x0020_3" targetNamespace="sample string 4" xmlns:mstns="sample string 4" xmlns="sample string 4" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
<xs:element name="sample_x0020_string_x0020_3" msdata:IsDataSet="true" msdata:CaseSensitive="true" msdata:UseCurrentLocale="true">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded" />
</xs:complexType>
</xs:element>
</xs:schema>
<diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1" />
</responseValue>
<status xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">14</status>
<strId xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 12</strId>
<userId xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">13</userId>
<amount>sample string 4</amount>
<due>6</due>
<dueDay>7</dueDay>
<feeType>sample string 1</feeType>
<feeTypeId>sample string 3</feeTypeId>
<schoolId>sample string 2</schoolId>
<stdClass>5</stdClass>
</PAL_FeeMaster>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |