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": "16632059-1d79-4eec-b5f9-29ffc4860b90",
  "InstituteId": "22fe4858-d79b-4343-91bb-cd304916dd8c"
}

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>22fe4858-d79b-4343-91bb-cd304916dd8c</InstituteId>
  <YearId>16632059-1d79-4eec-b5f9-29ffc4860b90</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.