POST Assistance/GetAllCourse
Request Information
URI Parameters
None.
Body Parameters
CourselstFilterName | Description | Type | Additional information |
---|---|---|---|
YearId | globally unique identifier |
None. |
|
InstituteId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "YearId": "12e04bf4-1362-4b6a-934f-e4ccc7fc6d7d", "InstituteId": "af67aeae-54e5-46d6-aa3e-bf6691ca6737" }
application/xml, text/xml
Sample:
<CourselstFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Caresenz.Model.Assistance"> <InstituteId>af67aeae-54e5-46d6-aa3e-bf6691ca6737</InstituteId> <YearId>12e04bf4-1362-4b6a-934f-e4ccc7fc6d7d</YearId> </CourselstFilter>
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.