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": "f11862c1-cbca-4aaa-8612-37558e722475", "InstituteId": "f0adda42-5432-44c2-a223-21074c05d5cb" }
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>f0adda42-5432-44c2-a223-21074c05d5cb</InstituteId> <YearId>f11862c1-cbca-4aaa-8612-37558e722475</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.