POST Programme/GetSessionByTutorFilters
Request Information
URI Parameters
None.
Body Parameters
TutorCoursePackageFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| YearId | globally unique identifier |
None. |
|
| centerid | globally unique identifier |
None. |
|
| level | Collection of integer |
None. |
|
| subject | Collection of integer |
None. |
|
| timings | Collection of integer |
None. |
|
| stream | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"YearId": "e55ed45e-a2b3-4977-ac6e-92401c2dbee3",
"centerid": "25729fd0-e0b1-4e1f-85aa-7f6ed4049c9e",
"level": [
1,
2
],
"subject": [
1,
2
],
"timings": [
1,
2
],
"stream": [
1,
2
]
}
application/xml, text/xml
Sample:
<TutorCoursePackageFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Caresenz.Model.Programme">
<YearId>e55ed45e-a2b3-4977-ac6e-92401c2dbee3</YearId>
<centerid>25729fd0-e0b1-4e1f-85aa-7f6ed4049c9e</centerid>
<level xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</level>
<stream xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</stream>
<subject xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</subject>
<timings xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</timings>
</TutorCoursePackageFilter>
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.