POST Assistance/GetTTFSCourse
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": "24cd5e8a-e4b8-423a-b14a-6fab4bec12ee", "InstituteId": "9428aec1-1e51-421e-8273-b03710b5632d" }
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>9428aec1-1e51-421e-8273-b03710b5632d</InstituteId> <YearId>24cd5e8a-e4b8-423a-b14a-6fab4bec12ee</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.