POST Api/ReceiveCourseWiseFee/InsertCourseWiseFee
Request Information
URI Parameters
None.
Body Parameters
ReceiveCourseWiseFee| Name | Description | Type | Additional information |
|---|---|---|---|
| enrollmentNo | string |
None. |
|
| studentCode | string |
None. |
|
| semesterId | string |
None. |
|
| currencyId | string |
None. |
|
| feeTypeId | string |
None. |
|
| penaltyAmount | string |
None. |
|
| discount | string |
None. |
|
| paidAmount | string |
None. |
|
| balanceAmount | string |
None. |
|
| advanceAmount | string |
None. |
|
| paymentDate | string |
None. |
|
| paymentMode | string |
None. |
|
| chequeNo | string |
None. |
|
| chequeDate | string |
None. |
|
| chequeName | string |
None. |
|
| bankName | string |
None. |
|
| bankBranch | string |
None. |
|
| totalPaybleAmount | string |
None. |
|
| dtCourseWiseFee | DataTable |
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. |
|
| PageSize | string |
None. |
|
| PageIndex | string |
None. |
|
| responseValue | DataSet |
None. |
Request Formats
application/json, text/json
Sample:
{
"enrollmentNo": "sample string 1",
"studentCode": "sample string 2",
"semesterId": "sample string 3",
"currencyId": "sample string 4",
"feeTypeId": "sample string 5",
"penaltyAmount": "sample string 6",
"discount": "sample string 7",
"paidAmount": "sample string 8",
"balanceAmount": "sample string 9",
"advanceAmount": "sample string 10",
"paymentDate": "sample string 11",
"paymentMode": "sample string 12",
"chequeNo": "sample string 13",
"chequeDate": "sample string 14",
"chequeName": "sample string 15",
"bankName": "sample string 16",
"bankBranch": "sample string 17",
"totalPaybleAmount": "sample string 18",
"dtCourseWiseFee": null,
"opCode": 19,
"isException": true,
"exceptionMessage": "sample string 21",
"ds": null,
"id": "sample string 22",
"strId": "sample string 23",
"userId": 24,
"status": 25,
"message": "sample string 26",
"pageSize": "sample string 27",
"pageIndex": "sample string 28",
"responseValue": {}
}
application/xml, text/xml
Sample:
<ReceiveCourseWiseFee xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMSWebAPI.Models">
<DS i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/DLLUtility" />
<PageIndex xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 28</PageIndex>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 27</PageSize>
<exceptionMessage xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 21</exceptionMessage>
<id xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 22</id>
<isException xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">true</isException>
<message xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 26</message>
<opCode xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">19</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">25</status>
<strId xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 23</strId>
<userId xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">24</userId>
<advanceAmount>sample string 10</advanceAmount>
<balanceAmount>sample string 9</balanceAmount>
<bankBranch>sample string 17</bankBranch>
<bankName>sample string 16</bankName>
<chequeDate>sample string 14</chequeDate>
<chequeName>sample string 15</chequeName>
<chequeNo>sample string 13</chequeNo>
<currencyId>sample string 4</currencyId>
<discount>sample string 7</discount>
<dtCourseWiseFee i:nil="true" />
<enrollmentNo>sample string 1</enrollmentNo>
<feeTypeId>sample string 5</feeTypeId>
<paidAmount>sample string 8</paidAmount>
<paymentDate>sample string 11</paymentDate>
<paymentMode>sample string 12</paymentMode>
<penaltyAmount>sample string 6</penaltyAmount>
<semesterId>sample string 3</semesterId>
<studentCode>sample string 2</studentCode>
<totalPaybleAmount>sample string 18</totalPaybleAmount>
</ReceiveCourseWiseFee>
application/x-www-form-urlencoded
Sample:
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. |