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": "28e2d458-cdf0-48a9-9b98-b34229ff4eb6",
  "InstituteId": "ebc72168-39cb-4251-9c42-3bc9c939015b"
}

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>ebc72168-39cb-4251-9c42-3bc9c939015b</InstituteId>
  <YearId>28e2d458-cdf0-48a9-9b98-b34229ff4eb6</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.