POST api/Administrator/AddFeeComponent
Request Information
URI Parameters
None.
Body Parameters
FeeComponentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| ComponentName | string |
None. |
|
| Abbreviation | string |
None. |
|
| SelectedFeeTypeID | integer |
None. |
|
| FeeTypeName | string |
None. |
|
| SelectAccountID | integer |
None. |
|
| AccountName | string |
None. |
|
| IsTransport | boolean |
None. |
|
| SelectedComponentTypeID | integer |
None. |
|
| ReceiptComponentName | string |
None. |
|
| SelectReceiptComponentID | integer |
None. |
|
| ComponentTypeName | string |
None. |
|
| IsActive | boolean |
None. |
|
| IsSelected | boolean |
None. |
|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
|
| Domain | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"ComponentName": "sample string 2",
"Abbreviation": "sample string 3",
"SelectedFeeTypeID": 1,
"FeeTypeName": "sample string 4",
"SelectAccountID": 1,
"AccountName": "sample string 5",
"IsTransport": false,
"SelectedComponentTypeID": 1,
"ReceiptComponentName": "sample string 6",
"SelectReceiptComponentID": 1,
"ComponentTypeName": "sample string 7",
"IsActive": true,
"IsSelected": true,
"Status": 9,
"Message": "sample string 10",
"Data": {},
"Domain": "sample string 12"
}
application/xml, text/xml
Sample:
<FeeComponentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models.MasterModels"> <Domain xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models">sample string 12</Domain> <Data xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models" /> <Message xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models">sample string 10</Message> <Status xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models">9</Status> <Abbreviation>sample string 3</Abbreviation> <AccountName>sample string 5</AccountName> <ComponentName>sample string 2</ComponentName> <ComponentTypeName>sample string 7</ComponentTypeName> <FeeTypeName>sample string 4</FeeTypeName> <ID>1</ID> <IsActive>true</IsActive> <IsSelected>true</IsSelected> <ReceiptComponentName>sample string 6</ReceiptComponentName> <SelectAccountID>1</SelectAccountID> <SelectReceiptComponentID>1</SelectReceiptComponentID> <SelectedComponentTypeID>1</SelectedComponentTypeID> <SelectedFeeTypeID>1</SelectedFeeTypeID> </FeeComponentModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.