POST api/Administrator/AddGroupWiseComponentList
Request Information
URI Parameters
None.
Body Parameters
MonthWiseFeeGroupComponentName | Description | Type | Additional information |
---|---|---|---|
SelectedFeeGroupID | integer |
None. |
|
EntryBy | string |
None. |
|
GroupWiseComponentList | Collection of MonthWiseFeeGroupComponentModel |
None. |
|
Status | integer |
None. |
|
Message | string |
None. |
|
Domain | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "SelectedFeeGroupID": 1, "EntryBy": "sample string 2", "GroupWiseComponentList": [ { "ID": 1, "ComponentName": "sample string 2", "Apr_Old": 3.0, "Apr_New": 4.0, "May_Old": 5.0, "May_New": 6.0, "Jun_Old": 7.0, "Jun_New": 8.0, "Jul_Old": 9.0, "Jul_New": 10.0, "Aug_Old": 11.0, "Aug_New": 12.0, "Sep_Old": 13.0, "Sep_New": 14.0, "Oct_Old": 15.0, "Oct_New": 16.0, "Nov_Old": 17.0, "Nov_New": 18.0, "Dec_Old": 19.0, "Dec_New": 20.0, "Jan_Old": 21.0, "Jan_New": 22.0, "Feb_Old": 23.0, "Feb_New": 24.0, "Mar_Old": 25.0, "Mar_New": 26.0, "Status": 1, "CreateDate": "2024-11-21T00:01:28.7389623+05:30", "EntryBy": "sample string 28", "Message": "sample string 29", "Domain": "sample string 30" }, { "ID": 1, "ComponentName": "sample string 2", "Apr_Old": 3.0, "Apr_New": 4.0, "May_Old": 5.0, "May_New": 6.0, "Jun_Old": 7.0, "Jun_New": 8.0, "Jul_Old": 9.0, "Jul_New": 10.0, "Aug_Old": 11.0, "Aug_New": 12.0, "Sep_Old": 13.0, "Sep_New": 14.0, "Oct_Old": 15.0, "Oct_New": 16.0, "Nov_Old": 17.0, "Nov_New": 18.0, "Dec_Old": 19.0, "Dec_New": 20.0, "Jan_Old": 21.0, "Jan_New": 22.0, "Feb_Old": 23.0, "Feb_New": 24.0, "Mar_Old": 25.0, "Mar_New": 26.0, "Status": 1, "CreateDate": "2024-11-21T00:01:28.7389623+05:30", "EntryBy": "sample string 28", "Message": "sample string 29", "Domain": "sample string 30" } ], "Status": 3, "Message": "sample string 4", "Domain": "sample string 5" }
application/xml, text/xml
Sample:
<MonthWiseFeeGroupComponent 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 5</Domain> <Message xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models">sample string 4</Message> <Status xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models">3</Status> <EntryBy>sample string 2</EntryBy> <GroupWiseComponentList> <MonthWiseFeeGroupComponentModel> <Domain xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models">sample string 30</Domain> <Message xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models">sample string 29</Message> <Status xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models">0</Status> <Apr_New>4</Apr_New> <Apr_Old>3</Apr_Old> <Aug_New>12</Aug_New> <Aug_Old>11</Aug_Old> <ComponentName>sample string 2</ComponentName> <CreateDate>2024-11-21T00:01:28.7545863+05:30</CreateDate> <Dec_New>20</Dec_New> <Dec_Old>19</Dec_Old> <EntryBy>sample string 28</EntryBy> <Feb_New>24</Feb_New> <Feb_Old>23</Feb_Old> <ID>1</ID> <Jan_New>22</Jan_New> <Jan_Old>21</Jan_Old> <Jul_New>10</Jul_New> <Jul_Old>9</Jul_Old> <Jun_New>8</Jun_New> <Jun_Old>7</Jun_Old> <Mar_New>26</Mar_New> <Mar_Old>25</Mar_Old> <May_New>6</May_New> <May_Old>5</May_Old> <Nov_New>18</Nov_New> <Nov_Old>17</Nov_Old> <Oct_New>16</Oct_New> <Oct_Old>15</Oct_Old> <Sep_New>14</Sep_New> <Sep_Old>13</Sep_Old> <Status>1</Status> </MonthWiseFeeGroupComponentModel> <MonthWiseFeeGroupComponentModel> <Domain xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models">sample string 30</Domain> <Message xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models">sample string 29</Message> <Status xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models">0</Status> <Apr_New>4</Apr_New> <Apr_Old>3</Apr_Old> <Aug_New>12</Aug_New> <Aug_Old>11</Aug_Old> <ComponentName>sample string 2</ComponentName> <CreateDate>2024-11-21T00:01:28.7545863+05:30</CreateDate> <Dec_New>20</Dec_New> <Dec_Old>19</Dec_Old> <EntryBy>sample string 28</EntryBy> <Feb_New>24</Feb_New> <Feb_Old>23</Feb_Old> <ID>1</ID> <Jan_New>22</Jan_New> <Jan_Old>21</Jan_Old> <Jul_New>10</Jul_New> <Jul_Old>9</Jul_Old> <Jun_New>8</Jun_New> <Jun_Old>7</Jun_Old> <Mar_New>26</Mar_New> <Mar_Old>25</Mar_Old> <May_New>6</May_New> <May_Old>5</May_Old> <Nov_New>18</Nov_New> <Nov_Old>17</Nov_Old> <Oct_New>16</Oct_New> <Oct_Old>15</Oct_Old> <Sep_New>14</Sep_New> <Sep_Old>13</Sep_Old> <Status>1</Status> </MonthWiseFeeGroupComponentModel> </GroupWiseComponentList> <SelectedFeeGroupID>1</SelectedFeeGroupID> </MonthWiseFeeGroupComponent>
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.