POST api/getFeeMonths
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetFeeMonth| Name | Description | Type | Additional information |
|---|---|---|---|
| MonthID | string |
None. |
|
| MonthName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"MonthID": "sample string 1",
"MonthName": "sample string 2"
},
{
"MonthID": "sample string 1",
"MonthName": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfCommonParrameters.GetFeeMonth xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsCampusColors.Model">
<CommonParrameters.GetFeeMonth>
<MonthID>sample string 1</MonthID>
<MonthName>sample string 2</MonthName>
</CommonParrameters.GetFeeMonth>
<CommonParrameters.GetFeeMonth>
<MonthID>sample string 1</MonthID>
<MonthName>sample string 2</MonthName>
</CommonParrameters.GetFeeMonth>
</ArrayOfCommonParrameters.GetFeeMonth>