POST api/StudentCourseMaterial/GetMaterialDate
Request Information
URI Parameters
None.
Body Parameters
Collection of StudentCourseMaterialDates| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentCourseMaterialId | integer |
None. |
|
| RegistrationId | integer |
None. |
|
| UserId | integer |
None. |
|
| AvailableFrom | date |
None. |
|
| AvailableTo | date |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"StudentCourseMaterialId": 1,
"RegistrationId": 2,
"UserId": 3,
"AvailableFrom": "2026-04-02T23:44:42.498527-04:00",
"AvailableTo": "2026-04-02T23:44:42.498527-04:00"
},
{
"StudentCourseMaterialId": 1,
"RegistrationId": 2,
"UserId": 3,
"AvailableFrom": "2026-04-02T23:44:42.498527-04:00",
"AvailableTo": "2026-04-02T23:44:42.498527-04:00"
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string"
text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string</string>