POST restapi/personal/savedcoursematerials/addFile/v1

Request Information

URI Parameters

None.

Body Parameters

Itsolutions.Itslearning.Web.RestApi.Personal.SavedCourseMaterials.SavedCourseMaterialsController+AddFileRequest
NameDescriptionTypeAdditional information
ResourceId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ResourceId": 1
}

application/xml, text/xml

Sample:
<SavedCourseMaterialsController.AddFileRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Itsolutions.Itslearning.Web.RestApi.Personal.SavedCourseMaterials">
  <ResourceId>1</ResourceId>
</SavedCourseMaterialsController.AddFileRequest>

application/x-www-form-urlencoded

Sample:
No sample available

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.