GET api/Rates/GetSeason?seasonID={seasonID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| seasonID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Season| Name | Description | Type | Additional information |
|---|---|---|---|
| SeasonID | integer |
None. |
|
| Name | string |
None. |
|
| From | date |
None. |
|
| To | date |
None. |
|
| Comment | string |
None. |
|
| PMID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"SeasonID": 1,
"Name": "sample string 2",
"From": "2025-12-10T06:02:20.4116986+00:00",
"To": "2025-12-10T06:02:20.4116986+00:00",
"Comment": "sample string 5",
"PMID": 6
}
application/xml, text/xml
Sample:
<Season xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SeasonID>1</SeasonID> <Name>sample string 2</Name> <From>2025-12-10T06:02:20.4116986+00:00</From> <To>2025-12-10T06:02:20.4116986+00:00</To> <Comment>sample string 5</Comment> <PMID>6</PMID> </Season>