POST Programme/Getsessionbyfilters
Request Information
URI Parameters
None.
Body Parameters
CoursepackageFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| YearId | globally unique identifier |
None. |
|
| centerid | globally unique identifier |
None. |
|
| level | integer |
None. |
|
| subject | integer |
None. |
|
| stream | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"YearId": "86d156f8-5812-428e-b292-63a8acbdbe51",
"centerid": "1eac5ef9-1c60-47f9-b2c1-17aef57b5dec",
"level": 3,
"subject": 4,
"stream": 5
}
application/xml, text/xml
Sample:
<CoursepackageFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme"> <YearId>86d156f8-5812-428e-b292-63a8acbdbe51</YearId> <centerid>1eac5ef9-1c60-47f9-b2c1-17aef57b5dec</centerid> <level>3</level> <stream>5</stream> <subject>4</subject> </CoursepackageFilter>
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.