POST Assistance/GetAllCourse
Request Information
URI Parameters
None.
Body Parameters
CourselstFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| YearId | globally unique identifier |
None. |
|
| InstituteId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"YearId": "61c8dc29-0e7a-488b-99ce-7db1fa0e561f",
"InstituteId": "7358f407-eeee-4caf-bd16-b9991f3e72fa"
}
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>7358f407-eeee-4caf-bd16-b9991f3e72fa</InstituteId> <YearId>61c8dc29-0e7a-488b-99ce-7db1fa0e561f</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.