POST Assistance/GetAllCourse

Request Information

URI Parameters

None.

Body Parameters

CourselstFilter
NameDescriptionTypeAdditional information
YearId

globally unique identifier

None.

InstituteId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "YearId": "014a4c42-2846-4afe-8bd0-826d16ed0cf0",
  "InstituteId": "6bc55e17-144f-4398-a8cd-4021f4182072"
}

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>6bc55e17-144f-4398-a8cd-4021f4182072</InstituteId>
  <YearId>014a4c42-2846-4afe-8bd0-826d16ed0cf0</YearId>
</CourselstFilter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.